Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.h219 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.h211 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h640 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h319 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h691 ISD::NodeType getExtendForAtomicOps() const override { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2355 virtual ISD::NodeType getExtendForAtomicOps() const { in getExtendForAtomicOps() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp4186 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in computeKnownBits()
5029 if (TLI->getExtendForAtomicOps() == ISD::SIGN_EXTEND) in ComputeNumSignBits()
5031 if (TLI->getExtendForAtomicOps() == ISD::ZERO_EXTEND) in ComputeNumSignBits()
HDLegalizeDAG.cpp3186 switch (TLI.getExtendForAtomicOps()) { in ExpandNode()
HDLegalizeIntegerTypes.cpp376 switch (TLI.getExtendForAtomicOps()) { in PromoteIntRes_Atomic0()