Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_OR (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1308 ATOMIC_LOAD_OR, enumerator
H A DSelectionDAGNodes.h1460 case ISD::ATOMIC_LOAD_OR:
1546 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp90 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 DMips16ISelLowering.cpp136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in Mips16TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp469 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 DSelectionDAGDumper.cpp92 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr"; in getOperationName()
H A DSelectionDAG.cpp899 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 DLegalizeIntegerTypes.cpp267 case ISD::ATOMIC_LOAD_OR: in PromoteIntegerResult()
2829 case ISD::ATOMIC_LOAD_OR: in ExpandIntegerResult()
H A DLegalizeDAG.cpp4438 case ISD::ATOMIC_LOAD_OR: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp5094 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break; in visitAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp282 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp175 ISD::ATOMIC_LOAD_OR, in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td727 def atomic_load_or : SDNode<"ISD::ATOMIC_LOAD_OR" , SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp928 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 DSystemZISelLowering.cpp286 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 DX86ISelLowering.cpp543 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 DSIISelLowering.cpp940 ISD::ATOMIC_LOAD_OR, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1421 ISD::ATOMIC_LOAD_SUB, ISD::ATOMIC_LOAD_AND, ISD::ATOMIC_LOAD_OR, in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1359 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in ARMTargetLowering()