Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h116 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h470 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h606 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h317 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2123 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3803 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
4429 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
4431 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp2811 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()