Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1311 ATOMIC_LOAD_MIN, enumerator
HDSelectionDAGNodes.h1463 case ISD::ATOMIC_LOAD_MIN:
1549 N->getOpcode() == ISD::ATOMIC_LOAD_MIN ||
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16ISelLowering.cpp139 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp95 case ISD::ATOMIC_LOAD_MIN: return "AtomicLoadMin"; in getOperationName()
HDSelectionDAG.cpp902 case ISD::ATOMIC_LOAD_MIN: in AddNodeIDCustom()
4177 case ISD::ATOMIC_LOAD_MIN: in computeKnownBits()
5019 case ISD::ATOMIC_LOAD_MIN: in ComputeNumSignBits()
8680 Opcode == ISD::ATOMIC_LOAD_MIN || in getAtomic()
HDLegalizeIntegerTypes.cpp270 case ISD::ATOMIC_LOAD_MIN: in PromoteIntegerResult()
2832 case ISD::ATOMIC_LOAD_MIN: in ExpandIntegerResult()
HDLegalizeDAG.cpp4441 case ISD::ATOMIC_LOAD_MIN: in ConvertNodeToLibcall()
HDSelectionDAGBuilder.cpp5097 case AtomicRMWInst::Min: NT = ISD::ATOMIC_LOAD_MIN; break; in visitAtomicRMW()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp517 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MIN, SYNC_FETCH_AND_MIN) in getSYNC()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.cpp145 setOperationAction(ISD::ATOMIC_LOAD_MIN, VT, Expand); in AVRTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp289 setOperationAction(ISD::ATOMIC_LOAD_MIN, VT, Expand); in initSPUActions()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.cpp178 ISD::ATOMIC_LOAD_MIN, in M68kTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td733 def atomic_load_min : SDNode<"ISD::ATOMIC_LOAD_MIN", SDTAtomic2,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp289 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Custom); in SystemZTargetLowering()
6195 case ISD::ATOMIC_LOAD_MIN: in LowerOperation()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp943 ISD::ATOMIC_LOAD_MIN, in SITargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1422 ISD::ATOMIC_LOAD_XOR, ISD::ATOMIC_LOAD_NAND, ISD::ATOMIC_LOAD_MIN, in RISCVTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1362 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp33521 case ISD::ATOMIC_LOAD_MIN: in ReplaceNodeResults()