Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h205 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h211 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h315 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h633 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h632 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2278 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4012 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
4821 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
4823 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp3117 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()