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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h879 ATOMIC_LOAD_MIN, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1408 N->getOpcode() == ISD::ATOMIC_LOAD_MIN ||
1465 N->getOpcode() == ISD::ATOMIC_LOAD_MIN ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp139 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp94 case ISD::ATOMIC_LOAD_MIN: return "AtomicLoadMin";
H A DLegalizeIntegerTypes.cpp178 case ISD::ATOMIC_LOAD_MIN:
1855 case ISD::ATOMIC_LOAD_MIN:
H A DLegalizeDAG.cpp3902 case ISD::ATOMIC_LOAD_MIN:
H A DSelectionDAG.cpp614 case ISD::ATOMIC_LOAD_MIN:
6623 Opcode == ISD::ATOMIC_LOAD_MIN ||
H A DSelectionDAGBuilder.cpp4675 case AtomicRMWInst::Min: NT = ISD::ATOMIC_LOAD_MIN; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp138 setOperationAction(ISD::ATOMIC_LOAD_MIN, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp475 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MIN, SYNC_FETCH_AND_MIN)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp240 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Custom);
5167 case ISD::ATOMIC_LOAD_MIN:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp759 setTargetDAGCombine(ISD::ATOMIC_LOAD_MIN);
10033 case ISD::ATOMIC_LOAD_MIN:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1261 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 407 milliseconds