Home
last modified time | relevance | path

Searched refs:getExtendForAtomicCmpSwapArg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h223 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DLoongArchISelLowering.cpp6146 ISD::NodeType LoongArchTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h643 ISD::NodeType getExtendForAtomicCmpSwapArg() const override { in getExtendForAtomicCmpSwapArg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h695 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DRISCVISelLowering.cpp21315 ISD::NodeType RISCVTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg()
21312 ISD::NodeType RISCVTargetLowering::getExtendForAtomicCmpSwapArg() const { getExtendForAtomicCmpSwapArg() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2367 virtual ISD::NodeType getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp437 switch (TLI.getExtendForAtomicCmpSwapArg()) { in PromoteIntRes_AtomicCmpSwap()