/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 846 ATOMIC_LOAD, enumerator
|
D | SelectionDAGNodes.h | 1414 N->getOpcode() == ISD::ATOMIC_LOAD || 1431 assert(((Opc != ISD::ATOMIC_LOAD && Opc != ISD::ATOMIC_STORE) || 1471 N->getOpcode() == ISD::ATOMIC_LOAD ||
|
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.cc | 1067 #define ATOMIC_LOAD(Type) \ macro 1078 ATOMIC_TYPE_LIST(ATOMIC_LOAD) 1079 #undef ATOMIC_LOAD 1081 #define ATOMIC_LOAD(Type) \ macro 1092 ATOMIC_U64_TYPE_LIST(ATOMIC_LOAD) 1093 #undef ATOMIC_LOAD
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 27 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 155 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in XCoreTargetLowering() 222 case ISD::ATOMIC_LOAD: return LowerATOMIC_LOAD(Op, DAG); in LowerOperation() 940 assert(N->getOpcode() == ISD::ATOMIC_LOAD && "Bad Atomic OP"); in LowerATOMIC_LOAD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 483 HANDLE_LIBCALL(ATOMIC_LOAD, "__atomic_load")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 99 case ISD::ATOMIC_LOAD: return "AtomicLoad"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 168 case ISD::ATOMIC_LOAD: in PromoteIntegerResult() 1834 case ISD::ATOMIC_LOAD: ExpandIntRes_ATOMIC_LOAD(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 618 case ISD::ATOMIC_LOAD: in AddNodeIDCustom() 6647 assert(Opcode == ISD::ATOMIC_LOAD && "Invalid Atomic Op"); in getAtomic()
|
D | LegalizeDAG.cpp | 2791 case ISD::ATOMIC_LOAD: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 4777 SDValue L = DAG.getAtomic(ISD::ATOMIC_LOAD, dl, MemVT, MemVT, InChain, in visitAtomicLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 415 Table[RTLIB::ATOMIC_LOAD] = unsupported; in RuntimeLibcallSignatureTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1593 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in SparcTargetLowering() 1599 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom); in SparcTargetLowering() 3058 case ISD::ATOMIC_LOAD: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1469 RTLIB::ATOMIC_LOAD, RTLIB::ATOMIC_LOAD_1, RTLIB::ATOMIC_LOAD_2, in expandAtomicLoadToLibcall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 187 setOperationAction(ISD::ATOMIC_LOAD, VT, Custom); in SystemZTargetLowering() 247 setOperationAction(ISD::ATOMIC_LOAD, MVT::i128, Custom); in SystemZTargetLowering() 5153 case ISD::ATOMIC_LOAD: in LowerOperation() 5240 case ISD::ATOMIC_LOAD: { in LowerOperationWrapper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 268 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Expand); in R600TargetLowering()
|
D | SIInstrInfo.td | 356 def AMDGPUatomic_ld_glue : SDNode <"ISD::ATOMIC_LOAD", SDTAtomicLoad,
|
D | SIISelLowering.cpp | 748 setTargetDAGCombine(ISD::ATOMIC_LOAD); in SITargetLowering() 10022 case ISD::ATOMIC_LOAD: in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 615 def atomic_load : SDNode<"ISD::ATOMIC_LOAD", SDTAtomicLoad,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 86 case ISD::ATOMIC_LOAD: in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 736 Use->getOpcode() != ISD::ATOMIC_LOAD && in isWorthFoldingADDlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 469 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Expand); in MipsTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1267 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in ARMTargetLowering() 9366 case ISD::ATOMIC_LOAD: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1128 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Expand); in PPCTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 469 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom); in X86TargetLowering() 29387 case ISD::ATOMIC_LOAD: { in ReplaceNodeResults() 46186 if (!Load.hasOneUse() || Load.getOpcode() != ISD::ATOMIC_LOAD) in IsDesirableToPromoteOp()
|