Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h101 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h395 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h582 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h313 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2030 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3559 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
4164 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
4166 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp2773 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()