Home
last modified time | relevance | path

Searched refs:getExtendForAtomicOps (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h219 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h211 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h640 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h319 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h691 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2355 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4186 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
5029 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
5031 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp3186 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()
H A DLegalizeIntegerTypes.cpp376 switch (TLI.getExtendForAtomicOps()) { in PromoteIntRes_Atomic0()