Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_MAX (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1312 ATOMIC_LOAD_MAX, enumerator
H A DSelectionDAGNodes.h1464 case ISD::ATOMIC_LOAD_MAX:
1550 N->getOpcode() == ISD::ATOMIC_LOAD_MAX ||
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp140 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp96 case ISD::ATOMIC_LOAD_MAX: return "AtomicLoadMax"; in getOperationName()
H A DSelectionDAG.cpp903 case ISD::ATOMIC_LOAD_MAX: in AddNodeIDCustom()
4178 case ISD::ATOMIC_LOAD_MAX: in computeKnownBits()
5020 case ISD::ATOMIC_LOAD_MAX: in ComputeNumSignBits()
8681 Opcode == ISD::ATOMIC_LOAD_MAX || in getAtomic()
H A DLegalizeIntegerTypes.cpp271 case ISD::ATOMIC_LOAD_MAX: in PromoteIntegerResult()
2833 case ISD::ATOMIC_LOAD_MAX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp4442 case ISD::ATOMIC_LOAD_MAX: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp5096 case AtomicRMWInst::Max: NT = ISD::ATOMIC_LOAD_MAX; break; in visitAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp515 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MAX, SYNC_FETCH_AND_MAX) in getSYNC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp144 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp290 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp179 ISD::ATOMIC_LOAD_MAX, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td735 def atomic_load_max : SDNode<"ISD::ATOMIC_LOAD_MAX", SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp290 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Custom); in SystemZTargetLowering()
6197 case ISD::ATOMIC_LOAD_MAX: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp944 ISD::ATOMIC_LOAD_MAX, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1423 ISD::ATOMIC_LOAD_MAX, ISD::ATOMIC_LOAD_UMIN, ISD::ATOMIC_LOAD_UMAX}, in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1363 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33522 case ISD::ATOMIC_LOAD_MAX: in ReplaceNodeResults()