Searched refs:ATOMIC_LOAD_OR (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 876 ATOMIC_LOAD_OR, enumerator
|
D | SelectionDAGNodes.h | 1405 N->getOpcode() == ISD::ATOMIC_LOAD_OR || 1462 N->getOpcode() == ISD::ATOMIC_LOAD_OR ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 136 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in Mips16TargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 91 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 175 case ISD::ATOMIC_LOAD_OR: in PromoteIntegerResult() 1840 case ISD::ATOMIC_LOAD_OR: in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 611 case ISD::ATOMIC_LOAD_OR: in AddNodeIDCustom() 6623 Opcode == ISD::ATOMIC_LOAD_OR || in getAtomic()
|
D | LegalizeDAG.cpp | 3899 case ISD::ATOMIC_LOAD_OR: in ConvertNodeToLibcall()
|
D | SelectionDAGBuilder.cpp | 4672 case AtomicRMWInst::Or: NT = ISD::ATOMIC_LOAD_OR; break; in visitAtomicRMW()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 470 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_OR, SYNC_FETCH_AND_OR) in getSYNC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 237 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Custom); in SystemZTargetLowering() 5161 case ISD::ATOMIC_LOAD_OR: in LowerOperation() 7877 case SystemZ::ATOMIC_LOAD_OR: in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1726 def ATOMIC_LOAD_OR : AtomicLoadBinaryReg32<atomic_load_or_32>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 596 def atomic_load_or : SDNode<"ISD::ATOMIC_LOAD_OR" , SDTAtomic2,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 756 setTargetDAGCombine(ISD::ATOMIC_LOAD_OR); in SITargetLowering() 10030 case ISD::ATOMIC_LOAD_OR: in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 462 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in X86TargetLowering() 27972 case ISD::ATOMIC_LOAD_OR: in lowerAtomicArithWithLOCK() 28025 if (Opc == ISD::ATOMIC_LOAD_OR && isNullConstant(RHS)) { in lowerAtomicArith() 28541 case ISD::ATOMIC_LOAD_OR: in LowerOperation() 29451 case ISD::ATOMIC_LOAD_OR: in ReplaceNodeResults()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1257 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in ARMTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 23860 /* 44757*/ /*SwitchOpcode*/ 67, TARGET_VAL(ISD::ATOMIC_LOAD_OR),// ->44827
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 22315 /* 55346*/ /*SwitchOpcode*/ 79, TARGET_VAL(ISD::ATOMIC_LOAD_OR),// ->55428
|