Home
last modified time | relevance | path

Searched refs:AtomicStore (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-atomic-errors.ll62 ; 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
Dabi-atomics.ll96 ; 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/
DIceIntrinsics.cpp103 INTRIN(AtomicStore, SideEffects_T, ReturnsTwice_F, MemoryWrite_T) \
315 case AtomicStore: in isMemoryOrderValid()
DIceIntrinsics.h48 AtomicStore, enumerator
DIceTargetLoweringMIPS32.cpp645 case Intrinsics::AtomicStore: { in genTargetHelperCallFor()
4643 case Intrinsics::AtomicStore: { in lowerIntrinsicCall()
DIceTargetLoweringARM32.cpp5069 case Intrinsics::AtomicStore: { in lowerIntrinsicCall()
DIceTargetLoweringX86BaseImpl.h4150 case Intrinsics::AtomicStore: {
/external/deqp-deps/glslang/Test/baseResults/
Dspv.memoryScopeSemantics.comp.out168 AtomicStore 23(atomu) 12 33 32
176 AtomicStore 51 12 33 50
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc228 AtomicStore(MachineRepresentation::kWord8, backing_store, index_word, in TF_BUILTIN()
233 AtomicStore(MachineRepresentation::kWord16, backing_store, in TF_BUILTIN()
238 AtomicStore(MachineRepresentation::kWord32, backing_store, in TF_BUILTIN()
/external/llvm/test/Instrumentation/MemorySanitizer/
Datomics.ll138 define void @AtomicStore(i32* %p, i32 %x) sanitize_memory {
144 ; CHECK-LABEL: @AtomicStore
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Datomics.ll138 define void @AtomicStore(i32* %p, i32 %x) sanitize_memory {
144 ; CHECK-LABEL: @AtomicStore
/external/spirv-llvm/test/SPIRV/transcoding/
Datomic_store.ll24 ; CHECK-SPIRV: AtomicStore [[object]] {{[0-9]+}} {{[0-9]+}} [[desired]]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h209 _SPIRV_OP(AtomicStore, 228)
DSPIRVInstruction.h1819 _SPIRV_OP(AtomicStore, false, 5)
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h514 _SPIRV_OP(store_explicit, AtomicStore) in init()
/external/v8/src/wasm/
Dwasm-opcodes.cc260 CASE_UNSIGNED_ALL_OP(AtomicStore, "atomic_store") in OpcodeName()
/external/v8/src/compiler/
Dcode-assembler.cc1000 Node* CodeAssembler::AtomicStore(MachineRepresentation rep, Node* base, in AtomicStore() function in v8::internal::compiler::CodeAssembler
1002 return raw_assembler()->AtomicStore(rep, base, offset, value); in AtomicStore()
Draw-machine-assembler.h178 Node* AtomicStore(MachineRepresentation rep, Node* base, Node* index, in AtomicStore() function
Dcode-assembler.h820 Node* AtomicStore(MachineRepresentation rep, Node* base, Node* offset,
Dwasm-compiler.cc3949 mcgraph()->machine()->Prefix##AtomicStore(MachineRepresentation::Rep), \ in AtomicOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td1260 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/
Dtsan_interface_atomic.cc253 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/
DNVPTXISelDAGToDAG.cpp1711 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/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2335 OP(AtomicStore, store) in vtn_handle_image()