/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1308 ATOMIC_LOAD_OR, enumerator
|
H A D | SelectionDAGNodes.h | 1460 case ISD::ATOMIC_LOAD_OR: 1546 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 90 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in BPFTargetLowering() 285 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in Mips16TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 469 case ISD::ATOMIC_LOAD_OR: { in getOUTLINE_ATOMIC() 512 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_OR, SYNC_FETCH_AND_OR) in getSYNC()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 92 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr"; in getOperationName()
|
H A D | SelectionDAG.cpp | 899 case ISD::ATOMIC_LOAD_OR: in AddNodeIDCustom() 4174 case ISD::ATOMIC_LOAD_OR: in computeKnownBits() 5016 case ISD::ATOMIC_LOAD_OR: in ComputeNumSignBits() 8677 Opcode == ISD::ATOMIC_LOAD_OR || in getAtomic()
|
H A D | LegalizeIntegerTypes.cpp | 267 case ISD::ATOMIC_LOAD_OR: in PromoteIntegerResult() 2829 case ISD::ATOMIC_LOAD_OR: in ExpandIntegerResult()
|
H A D | LegalizeDAG.cpp | 4438 case ISD::ATOMIC_LOAD_OR: in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5094 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break; in visitAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 282 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 175 ISD::ATOMIC_LOAD_OR, in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 727 def atomic_load_or : SDNode<"ISD::ATOMIC_LOAD_OR" , SDTAtomic2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 928 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i8, LibCall); in AArch64TargetLowering() 929 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i16, LibCall); in AArch64TargetLowering() 930 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in AArch64TargetLowering() 931 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, LibCall); in AArch64TargetLowering() 967 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i128, Custom); in AArch64TargetLowering() 26082 if (ISDOpcode == ISD::ATOMIC_LOAD_OR) { in getAtomicLoad128Opcode() 26250 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 286 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); in SystemZTargetLowering() 6189 case ISD::ATOMIC_LOAD_OR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 543 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in X86TargetLowering() 31648 case ISD::ATOMIC_LOAD_OR: in lowerAtomicArithWithLOCK() 31705 if (Opc == ISD::ATOMIC_LOAD_OR && isNullConstant(RHS) && !AN->isVolatile()) { in lowerAtomicArith() 32360 case ISD::ATOMIC_LOAD_OR: in LowerOperation() 33518 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 940 ISD::ATOMIC_LOAD_OR, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1421 ISD::ATOMIC_LOAD_SUB, ISD::ATOMIC_LOAD_AND, ISD::ATOMIC_LOAD_OR, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1359 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in ARMTargetLowering()
|