Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h209 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DLoongArchISelLowering.cpp4946 ISD::NodeType LoongArchTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h636 ISD::NodeType getExtendForAtomicCmpSwapArg() const override { in getExtendForAtomicCmpSwapArg() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h636 ISD::NodeType getExtendForAtomicCmpSwapArg() const override;
H A DRISCVISelLowering.cpp19676 ISD::NodeType RISCVTargetLowering::getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2290 virtual ISD::NodeType getExtendForAtomicCmpSwapArg() const { in getExtendForAtomicCmpSwapArg() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp387 switch (TLI.getExtendForAtomicCmpSwapArg()) { in PromoteIntRes_AtomicCmpSwap()