Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h173 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h121 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h481 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h603 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h317 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2189 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3868 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
4539 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
4541 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp2808 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()