Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h376 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h552 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h313 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2010 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3562 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
4167 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
4169 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp2786 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()