/third_party/glslang/Test/baseResults/ |
D | spv.atomicFloat.comp.out | 258 AtomicStore 111 19 58 112 268 AtomicStore 11(atomf) 19 58 119 280 AtomicStore 127 19 58 128 290 AtomicStore 37(atomd) 19 58 135 335 AtomicStore 181 19 157 180 380 AtomicStore 224 19 157 223 425 AtomicStore 262 19 157 261 470 AtomicStore 300 19 157 299 515 AtomicStore 344 19 157 343 560 AtomicStore 384 19 157 383 [all …]
|
D | spv.memoryScopeSemantics.comp.out | 198 AtomicStore 23(atomu) 12 33 32 206 AtomicStore 52 12 33 51 283 AtomicStore 166 12 33 14 285 AtomicStore 168 12 33 167
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 67 case AtomicStore: in isMemoryOrderValid()
|
D | IceIntrinsics.h | 42 AtomicStore, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 636 case Intrinsics::AtomicStore: { in genTargetHelperCallFor() 4594 case Intrinsics::AtomicStore: { in lowerIntrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 271 multiclass AtomicStore<WebAssemblyRegClass rc, string name, int atomic_op> { 276 defm ATOMIC_STORE_I32 : AtomicStore<I32, "i32.atomic.store", 0x17>; 277 defm ATOMIC_STORE_I64 : AtomicStore<I64, "i64.atomic.store", 0x18>; 318 defm ATOMIC_STORE8_I32 : AtomicStore<I32, "i32.atomic.store8", 0x19>; 319 defm ATOMIC_STORE16_I32 : AtomicStore<I32, "i32.atomic.store16", 0x1a>; 320 defm ATOMIC_STORE8_I64 : AtomicStore<I64, "i64.atomic.store8", 0x1b>; 321 defm ATOMIC_STORE16_I64 : AtomicStore<I64, "i64.atomic.store16", 0x1c>; 322 defm ATOMIC_STORE32_I64 : AtomicStore<I64, "i64.atomic.store32", 0x1d>;
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 330 AtomicStore(MachineRepresentation::kWord8, AtomicMemoryOrder::kSeqCst, in TF_BUILTIN() 335 AtomicStore(MachineRepresentation::kWord16, AtomicMemoryOrder::kSeqCst, in TF_BUILTIN() 340 AtomicStore(MachineRepresentation::kWord32, AtomicMemoryOrder::kSeqCst, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 387 CASE_UNSIGNED_ALL_OP(AtomicStore, "atomic.store") in OpcodeName()
|
/third_party/node/deps/v8/src/compiler/ |
D | code-assembler.cc | 874 void CodeAssembler::AtomicStore(MachineRepresentation rep, in AtomicStore() function in v8::internal::compiler::CodeAssembler 878 raw_assembler()->AtomicStore( in AtomicStore()
|
D | raw-machine-assembler.h | 265 Node* AtomicStore(AtomicStoreParameters params, Node* base, Node* index, in AtomicStore() function
|
D | code-assembler.h | 816 void AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1268 class AtomicStore<PatFrag Op, RegisterClass DRC, 1296 def AtomicStore8 : AtomicStore<atomic_store_8, GPR8, PTRREGS>; 1297 def AtomicStore16 : AtomicStore<atomic_store_16, DREGS, PTRDISPREGS>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1709 AtomicSDNode *AtomicStore = dyn_cast<AtomicSDNode>(N); in tryStore() local 1710 assert((PlainStore || AtomicStore) && "Expected store"); in tryStore() 1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 754 inline void AtomicStore(Register dst_addr, Register offset_reg,
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 546 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 718 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 514 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 751 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | core.insts-unified1.inc | 317 …{"AtomicStore", SpvOpAtomicStore, 0, nullptr, 4, {SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_SCOPE_ID, …
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 498 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 37 - spirv-fuzz: Support AtomicStore (#4440)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 37 - spirv-fuzz: Support AtomicStore (#4440)
|
/third_party/spirv-tools/ |
D | CHANGES | 145 - spirv-fuzz: Support AtomicStore (#4440)
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 673 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 793 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|