Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1191 ATOMIC_LOAD_OR, enumerator
H A DSelectionDAGNodes.h1411 case ISD::ATOMIC_LOAD_OR:
1480 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp93 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in BPFTargetLowering()
267 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp91 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr"; in getOperationName()
H A DSelectionDAG.cpp853 case ISD::ATOMIC_LOAD_OR: in AddNodeIDCustom()
3856 case ISD::ATOMIC_LOAD_OR: in computeKnownBits()
4526 case ISD::ATOMIC_LOAD_OR: in ComputeNumSignBits()
7803 Opcode == ISD::ATOMIC_LOAD_OR || in getAtomic()
H A DLegalizeIntegerTypes.cpp226 case ISD::ATOMIC_LOAD_OR: in PromoteIntegerResult()
2463 case ISD::ATOMIC_LOAD_OR: in ExpandIntegerResult()
H A DLegalizeDAG.cpp3977 case ISD::ATOMIC_LOAD_OR: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp4664 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break; in visitAtomicRMW()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp559 case ISD::ATOMIC_LOAD_OR: { in getOUTLINE_ATOMIC()
602 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_OR, SYNC_FETCH_AND_OR) in getSYNC()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp174 ISD::ATOMIC_LOAD_OR, in M68kTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp282 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Expand); in initSPUActions()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp244 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); in SystemZTargetLowering()
5763 case ISD::ATOMIC_LOAD_OR: in LowerOperation()
8880 case SystemZ::ATOMIC_LOAD_OR: in EmitInstrWithCustomInserter()
H A DSystemZInstrInfo.td1778 def ATOMIC_LOAD_OR : AtomicLoadBinaryReg32<atomic_load_or_32>;
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td648 def atomic_load_or : SDNode<"ISD::ATOMIC_LOAD_OR" , SDTAtomic2,
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp789 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i8, LibCall); in AArch64TargetLowering()
790 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i16, LibCall); in AArch64TargetLowering()
791 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, LibCall); in AArch64TargetLowering()
792 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, LibCall); in AArch64TargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp511 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in X86TargetLowering()
32519 case ISD::ATOMIC_LOAD_OR: in lowerAtomicArithWithLOCK()
32572 if (Opc == ISD::ATOMIC_LOAD_OR && isNullConstant(RHS)) { in lowerAtomicArith()
33176 case ISD::ATOMIC_LOAD_OR: in LowerOperation()
34268 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp786 ISD::ATOMIC_LOAD_OR, in SITargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp991 ISD::ATOMIC_LOAD_SUB, ISD::ATOMIC_LOAD_AND, ISD::ATOMIC_LOAD_OR, in RISCVTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1345 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in ARMTargetLowering()