Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1314 ATOMIC_LOAD_UMAX, enumerator
H A DSelectionDAGNodes.h1466 case ISD::ATOMIC_LOAD_UMAX:
1552 N->getOpcode() == ISD::ATOMIC_LOAD_UMAX ||
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp142 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp98 case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax"; in getOperationName()
H A DSelectionDAG.cpp905 case ISD::ATOMIC_LOAD_UMAX: in AddNodeIDCustom()
4180 case ISD::ATOMIC_LOAD_UMAX: in computeKnownBits()
5022 case ISD::ATOMIC_LOAD_UMAX: in ComputeNumSignBits()
8683 Opcode == ISD::ATOMIC_LOAD_UMAX || in getAtomic()
H A DLegalizeIntegerTypes.cpp273 case ISD::ATOMIC_LOAD_UMAX: in PromoteIntegerResult()
2835 case ISD::ATOMIC_LOAD_UMAX: in ExpandIntegerResult()
H A DLegalizeDAG.cpp4444 case ISD::ATOMIC_LOAD_UMAX: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp5098 case AtomicRMWInst::UMax: NT = ISD::ATOMIC_LOAD_UMAX; break; in visitAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp516 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMAX, SYNC_FETCH_AND_UMAX) in getSYNC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp146 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp292 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp181 ISD::ATOMIC_LOAD_UMAX, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td739 def atomic_load_umax : SDNode<"ISD::ATOMIC_LOAD_UMAX", SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp292 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Custom); in SystemZTargetLowering()
6201 case ISD::ATOMIC_LOAD_UMAX: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp946 ISD::ATOMIC_LOAD_UMAX, 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.cpp1365 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33524 case ISD::ATOMIC_LOAD_UMAX: in ReplaceNodeResults()