Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1313 ATOMIC_LOAD_UMIN, enumerator
HDSelectionDAGNodes.h1465 case ISD::ATOMIC_LOAD_UMIN:
1551 N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16ISelLowering.cpp141 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp97 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin"; in getOperationName()
HDSelectionDAG.cpp904 case ISD::ATOMIC_LOAD_UMIN: in AddNodeIDCustom()
4179 case ISD::ATOMIC_LOAD_UMIN: in computeKnownBits()
5021 case ISD::ATOMIC_LOAD_UMIN: in ComputeNumSignBits()
8682 Opcode == ISD::ATOMIC_LOAD_UMIN || in getAtomic()
HDLegalizeIntegerTypes.cpp272 case ISD::ATOMIC_LOAD_UMIN: in PromoteIntegerResult()
2834 case ISD::ATOMIC_LOAD_UMIN: in ExpandIntegerResult()
HDLegalizeDAG.cpp4443 case ISD::ATOMIC_LOAD_UMIN: in ConvertNodeToLibcall()
HDSelectionDAGBuilder.cpp5099 case AtomicRMWInst::UMin: NT = ISD::ATOMIC_LOAD_UMIN; break; in visitAtomicRMW()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp518 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMIN, SYNC_FETCH_AND_UMIN) in getSYNC()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.cpp147 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in AVRTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp291 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in initSPUActions()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.cpp180 ISD::ATOMIC_LOAD_UMIN, in M68kTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td737 def atomic_load_umin : SDNode<"ISD::ATOMIC_LOAD_UMIN", SDTAtomic2,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp291 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Custom); in SystemZTargetLowering()
6199 case ISD::ATOMIC_LOAD_UMIN: in LowerOperation()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp945 ISD::ATOMIC_LOAD_UMIN, in SITargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1423 ISD::ATOMIC_LOAD_MAX, ISD::ATOMIC_LOAD_UMIN, ISD::ATOMIC_LOAD_UMAX}, in RISCVTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1364 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp33523 case ISD::ATOMIC_LOAD_UMIN: in ReplaceNodeResults()