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.h271 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DLoongArchISelLowering.cpp8428 ISD::NodeType LoongArchTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h666 ISD::NodeType getExtendForAtomicCmpSwapArg() const override { in getExtendForAtomicCmpSwapArg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h247 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DRISCVISelLowering.cpp23743 ISD::NodeType RISCVTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2441 virtual ISD::NodeType getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp454 switch (TLI.getExtendForAtomicCmpSwapArg()) { in PromoteIntRes_AtomicCmpSwap()