Searched refs:ATOMIC_LOAD_UMIN (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h881 ATOMIC_LOAD_UMIN, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1410 N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
1467 N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp141 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp96 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin";
H A DLegalizeIntegerTypes.cpp180 case ISD::ATOMIC_LOAD_UMIN:
1857 case ISD::ATOMIC_LOAD_UMIN:
H A DLegalizeDAG.cpp3904 case ISD::ATOMIC_LOAD_UMIN:
H A DSelectionDAG.cpp616 case ISD::ATOMIC_LOAD_UMIN:
6625 Opcode == ISD::ATOMIC_LOAD_UMIN ||
H A DSelectionDAGBuilder.cpp4677 case AtomicRMWInst::UMin: NT = ISD::ATOMIC_LOAD_UMIN; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp140 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp476 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_UMIN, SYNC_FETCH_AND_UMIN)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp242 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Custom);
5171 case ISD::ATOMIC_LOAD_UMIN:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp761 setTargetDAGCombine(ISD::ATOMIC_LOAD_UMIN);
10035 case ISD::ATOMIC_LOAD_UMIN:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1263 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 618 milliseconds