Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h212 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h267 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h663 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h321 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h243 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2429 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4409 switch (TLI->getExtendForAtomicOps()) { in computeKnownBits()
4460 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
5318 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
5320 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
H A DLegalizeDAG.cpp3216 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()
H A DLegalizeIntegerTypes.cpp391 switch (TLI.getExtendForAtomicOps()) { in PromoteIntRes_Atomic0()