Searched refs:ATOMIC_LOAD_UMIN (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1313 ATOMIC_LOAD_UMIN, enumerator
|
H A D | SelectionDAGNodes.h | 1465 case ISD::ATOMIC_LOAD_UMIN: 1551 N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 141 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 97 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin"; in getOperationName()
|
H A D | SelectionDAG.cpp | 904 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()
|
H A D | LegalizeIntegerTypes.cpp | 272 case ISD::ATOMIC_LOAD_UMIN: in PromoteIntegerResult() 2834 case ISD::ATOMIC_LOAD_UMIN: in ExpandIntegerResult()
|
H A D | LegalizeDAG.cpp | 4443 case ISD::ATOMIC_LOAD_UMIN: in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5099 case AtomicRMWInst::UMin: NT = ISD::ATOMIC_LOAD_UMIN; break; in visitAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 518 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMIN, SYNC_FETCH_AND_UMIN) in getSYNC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 147 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 291 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 180 ISD::ATOMIC_LOAD_UMIN, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 737 def atomic_load_umin : SDNode<"ISD::ATOMIC_LOAD_UMIN", SDTAtomic2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 291 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Custom); in SystemZTargetLowering() 6199 case ISD::ATOMIC_LOAD_UMIN: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 945 ISD::ATOMIC_LOAD_UMIN, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1423 ISD::ATOMIC_LOAD_MAX, ISD::ATOMIC_LOAD_UMIN, ISD::ATOMIC_LOAD_UMAX}, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1364 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33523 case ISD::ATOMIC_LOAD_UMIN: in ReplaceNodeResults()
|