Searched refs:ATOMIC_LOAD_MAX (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1312 ATOMIC_LOAD_MAX, enumerator
|
H A D | SelectionDAGNodes.h | 1464 case ISD::ATOMIC_LOAD_MAX: 1550 N->getOpcode() == ISD::ATOMIC_LOAD_MAX ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 140 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 96 case ISD::ATOMIC_LOAD_MAX: return "AtomicLoadMax"; in getOperationName()
|
H A D | SelectionDAG.cpp | 903 case ISD::ATOMIC_LOAD_MAX: in AddNodeIDCustom() 4178 case ISD::ATOMIC_LOAD_MAX: in computeKnownBits() 5020 case ISD::ATOMIC_LOAD_MAX: in ComputeNumSignBits() 8681 Opcode == ISD::ATOMIC_LOAD_MAX || in getAtomic()
|
H A D | LegalizeIntegerTypes.cpp | 271 case ISD::ATOMIC_LOAD_MAX: in PromoteIntegerResult() 2833 case ISD::ATOMIC_LOAD_MAX: in ExpandIntegerResult()
|
H A D | LegalizeDAG.cpp | 4442 case ISD::ATOMIC_LOAD_MAX: in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5096 case AtomicRMWInst::Max: NT = ISD::ATOMIC_LOAD_MAX; break; in visitAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 515 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_MAX, SYNC_FETCH_AND_MAX) in getSYNC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 144 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 290 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 179 ISD::ATOMIC_LOAD_MAX, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 735 def atomic_load_max : SDNode<"ISD::ATOMIC_LOAD_MAX", SDTAtomic2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 290 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Custom); in SystemZTargetLowering() 6197 case ISD::ATOMIC_LOAD_MAX: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 944 ISD::ATOMIC_LOAD_MAX, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1423 ISD::ATOMIC_LOAD_MAX, ISD::ATOMIC_LOAD_UMIN, ISD::ATOMIC_LOAD_UMAX}, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1363 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, LibCall); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33522 case ISD::ATOMIC_LOAD_MAX: in ReplaceNodeResults()
|