/external/deqp-deps/glslang/Test/baseResults/ |
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
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
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
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-errors.ll | 62 ; CHECK: Unexpected memory ordering for AtomicStore 70 ; CHECK: Unexpected memory ordering for AtomicStore 78 ; CHECK: Unexpected memory ordering for AtomicStore 196 ; CHECK: Unexpected memory ordering for AtomicStore
|
D | abi-atomics.ll | 96 ; CHECK: test_store_invalid_7: Unexpected memory ordering for AtomicStore 103 ; CHECK: test_store_invalid_0: Unexpected memory ordering for AtomicStore 117 ; CHECK: test_store_acqrel: Unexpected memory ordering for AtomicStore 131 ; CHECK: test_store_acquire: Unexpected memory ordering for AtomicStore 138 ; CHECK: test_store_consume: Unexpected memory ordering for AtomicStore 145 ; CHECK: test_store_relaxed: Unexpected memory ordering for AtomicStore
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 103 INTRIN(AtomicStore, SideEffects_T, ReturnsTwice_F, MemoryWrite_T) \ 318 case AtomicStore: in isMemoryOrderValid()
|
D | IceIntrinsics.h | 48 AtomicStore, enumerator
|
D | IceTargetLoweringMIPS32.cpp | 645 case Intrinsics::AtomicStore: { in genTargetHelperCallFor() 4643 case Intrinsics::AtomicStore: { in lowerIntrinsicCall()
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 138 define void @AtomicStore(i32* %p, i32 %x) sanitize_memory { 144 ; CHECK-LABEL: @AtomicStore
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 138 define void @AtomicStore(i32* %p, i32 %x) sanitize_memory { 144 ; CHECK-LABEL: @AtomicStore
|
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 312 AtomicStore(MachineRepresentation::kWord8, backing_store, index_word, in TF_BUILTIN() 317 AtomicStore(MachineRepresentation::kWord16, backing_store, in TF_BUILTIN() 322 AtomicStore(MachineRepresentation::kWord32, backing_store, in TF_BUILTIN() 345 AtomicStore(MachineRepresentation::kWord64, backing_store, in TF_BUILTIN()
|
/external/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 368 CASE_UNSIGNED_ALL_OP(AtomicStore, "atomic.store") in OpcodeName()
|
/external/v8/src/compiler/ |
D | code-assembler.cc | 801 Node* CodeAssembler::AtomicStore(MachineRepresentation rep, Node* base, in AtomicStore() function in v8::internal::compiler::CodeAssembler 803 return raw_assembler()->AtomicStore(rep, base, offset, value, value_high); in AtomicStore()
|
D | raw-machine-assembler.h | 240 Node* AtomicStore(MachineRepresentation rep, Node* base, Node* index, in AtomicStore() function
|
D | code-assembler.h | 785 Node* AtomicStore(MachineRepresentation rep, Node* base, Node* offset,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1260 class AtomicStore<PatFrag Op, RegisterClass DRC, 1288 def AtomicStore8 : AtomicStore<atomic_store_8, GPR8, PTRREGS>; 1289 def AtomicStore16 : AtomicStore<atomic_store_16, DREGS, PTRDISPREGS>;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 253 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicStore() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1711 AtomicSDNode *AtomicStore = dyn_cast<AtomicSDNode>(N); in tryStore() local 1712 assert((PlainStore || AtomicStore) && "Expected store"); in tryStore() 1770 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 140 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 141 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 501 inline void AtomicStore(Register dst_addr, Register offset_reg,
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 605 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 562 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 516 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 488 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3197 OP(AtomicStore, store) in vtn_handle_image()
|