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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h880 ATOMIC_LOAD_MAX, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1409 N->getOpcode() == ISD::ATOMIC_LOAD_MAX ||
1466 N->getOpcode() == ISD::ATOMIC_LOAD_MAX ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp140 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp95 case ISD::ATOMIC_LOAD_MAX: return "AtomicLoadMax";
H A DLegalizeIntegerTypes.cpp179 case ISD::ATOMIC_LOAD_MAX:
1856 case ISD::ATOMIC_LOAD_MAX:
H A DLegalizeDAG.cpp3903 case ISD::ATOMIC_LOAD_MAX:
H A DSelectionDAG.cpp615 case ISD::ATOMIC_LOAD_MAX:
6624 Opcode == ISD::ATOMIC_LOAD_MAX ||
H A DSelectionDAGBuilder.cpp4674 case AtomicRMWInst::Max: NT = ISD::ATOMIC_LOAD_MAX; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp137 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp473 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MAX, SYNC_FETCH_AND_MAX)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp241 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Custom);
5169 case ISD::ATOMIC_LOAD_MAX:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp760 setTargetDAGCombine(ISD::ATOMIC_LOAD_MAX);
10034 case ISD::ATOMIC_LOAD_MAX:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1262 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 533 milliseconds