Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_UMAX (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1150 ATOMIC_LOAD_UMAX, enumerator
DSelectionDAGNodes.h1387 case ISD::ATOMIC_LOAD_UMAX:
1446 N->getOpcode() == ISD::ATOMIC_LOAD_UMAX ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp142 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Expand); in Mips16TargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp97 case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax"; in getOperationName()
DSelectionDAG.cpp727 case ISD::ATOMIC_LOAD_UMAX: in AddNodeIDCustom()
3553 case ISD::ATOMIC_LOAD_UMAX: in computeKnownBits()
4157 case ISD::ATOMIC_LOAD_UMAX: in ComputeNumSignBits()
7166 Opcode == ISD::ATOMIC_LOAD_UMAX || in getAtomic()
DLegalizeIntegerTypes.cpp202 case ISD::ATOMIC_LOAD_UMAX: in PromoteIntegerResult()
2150 case ISD::ATOMIC_LOAD_UMAX: in ExpandIntegerResult()
DLegalizeDAG.cpp3882 case ISD::ATOMIC_LOAD_UMAX: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp4618 case AtomicRMWInst::UMax: NT = ISD::ATOMIC_LOAD_UMAX; break; in visitAtomicRMW()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp599 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMAX, SYNC_FETCH_AND_UMAX) in getSYNC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp140 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in AVRTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp278 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in initSPUActions()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td638 def atomic_load_umax : SDNode<"ISD::ATOMIC_LOAD_UMAX", SDTAtomic2,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp247 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Custom); in SystemZTargetLowering()
5500 case ISD::ATOMIC_LOAD_UMAX: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp883 setTargetDAGCombine(ISD::ATOMIC_LOAD_UMAX); in SITargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp1330 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Expand); in ARMTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp31361 case ISD::ATOMIC_LOAD_UMAX: in ReplaceNodeResults()