Home
last modified time | relevance | path

Searched refs:AtomicStore (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.cpp67 case AtomicStore: in isMemoryOrderValid()
H A DIceIntrinsics.h42 AtomicStore, enumerator
H A DIceTargetLoweringMIPS32.cpp636 case Intrinsics::AtomicStore: { in genTargetHelperCallFor()
642 Func->setError("Unexpected memory ordering for AtomicStore"); in genTargetHelperCallFor()
4594 case Intrinsics::AtomicStore: { in lowerIntrinsic()
4599 Func->setError("Unexpected memory ordering for AtomicStore"); in lowerIntrinsic()
4605 llvm::report_fatal_error("AtomicStore.i64 should have been prelowered."); in lowerIntrinsic()
H A DIceTargetLoweringARM32.cpp4880 case Intrinsics::AtomicStore: {
4885 Func->setError("Unexpected memory ordering for AtomicStore");
H A DIceTargetLoweringX8632.cpp3876 case Intrinsics::AtomicStore: { in lowerIntrinsic()
3879 Func->setError("Unexpected memory ordering for AtomicStore"); in lowerIntrinsic()
H A DIceTargetLoweringX8664.cpp3415 case Intrinsics::AtomicStore: { in lowerIntrinsic()
3418 Func->setError("Unexpected memory ordering for AtomicStore"); in lowerIntrinsic()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer-gen.cc330 AtomicStore(MachineRepresentation::kWord8, AtomicMemoryOrder::kSeqCst,
335 AtomicStore(MachineRepresentation::kWord16, AtomicMemoryOrder::kSeqCst,
340 AtomicStore(MachineRepresentation::kWord32, AtomicMemoryOrder::kSeqCst,
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h387 CASE_UNSIGNED_ALL_OP(AtomicStore, "atomic.store") in OpcodeName()
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc874 void CodeAssembler::AtomicStore(MachineRepresentation rep, in AtomicStore() function in v8::internal::compiler::CodeAssembler
878 raw_assembler()->AtomicStore( in AtomicStore()
H A Draw-machine-assembler.h265 Node* AtomicStore(AtomicStoreParameters params, Node* base, Node* index, in AtomicStore() function in v8::internal::compiler::RawMachineAssembler
H A Dcode-assembler.h816 void AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1709 AtomicSDNode *AtomicStore = dyn_cast<AtomicSDNode>(N);
1710 assert((PlainStore || AtomicStore) && "Expected store");
1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal();
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h754 inline void AtomicStore(Register dst_addr, Register offset_reg,
H A Dliftoff-compiler.cc4474 __ AtomicStore(addr, index, offset, value, type, outer_pinned);
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h514 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h718 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
721 bailout(kAtomics, "AtomicStore"); in AtomicStore()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h546 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h751 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h498 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h673 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3404 OP(AtomicStore, store) in vtn_handle_image()
3626 /* We left the following out: AtomicStore, AtomicSMin and in get_uniform_nir_atomic_op()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h600 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h1105 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h526 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h793 void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, in AtomicStore() function in v8::internal::wasm::LiftoffAssembler

Completed in 132 milliseconds

12