Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1313 ATOMIC_LOAD_UMIN, enumerator
H A DSelectionDAGNodes.h1465 case ISD::ATOMIC_LOAD_UMIN:
1551 N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp141 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp97 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin"; in getOperationName()
H A DSelectionDAG.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()
H A DLegalizeIntegerTypes.cpp272 case ISD::ATOMIC_LOAD_UMIN: in PromoteIntegerResult()
2834 case ISD::ATOMIC_LOAD_UMIN: in ExpandIntegerResult()
H A DLegalizeDAG.cpp4443 case ISD::ATOMIC_LOAD_UMIN: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp5099 case AtomicRMWInst::UMin: NT = ISD::ATOMIC_LOAD_UMIN; break; in visitAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp518 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMIN, SYNC_FETCH_AND_UMIN) in getSYNC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp147 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp291 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp180 ISD::ATOMIC_LOAD_UMIN, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td737 def atomic_load_umin : SDNode<"ISD::ATOMIC_LOAD_UMIN", SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp291 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 DSIISelLowering.cpp945 ISD::ATOMIC_LOAD_UMIN, 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.cpp1364 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, LibCall); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33523 case ISD::ATOMIC_LOAD_UMIN: in ReplaceNodeResults()