/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 140 class StoreRepresentation final { 142 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation() function 155 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation); 156 bool operator!=(StoreRepresentation, StoreRepresentation); 158 size_t hash_value(StoreRepresentation); 160 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation); 162 V8_EXPORT_PRIVATE StoreRepresentation const& StoreRepresentationOf( 182 StoreRepresentation store_representation() const { in store_representation() 187 StoreRepresentation store_representation_; 944 const Operator* Store(StoreRepresentation rep); in NON_EXPORTED_BASE()
|
D | memory-lowering.cc | 265 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in ReduceAllocateRaw() 313 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in ReduceAllocateRaw() 350 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in ReduceAllocateRaw() 513 StoreRepresentation store_rep(rep, write_barrier_kind); in ReduceStoreToObject() 533 node, machine()->Store(StoreRepresentation( in ReduceStoreElement() 568 node, machine()->Store(StoreRepresentation(machine_type.representation(), in ReduceStoreField() 576 StoreRepresentation representation = StoreRepresentationOf(node->op()); in ReduceStore() 583 node, machine()->Store(StoreRepresentation( in ReduceStore()
|
D | machine-operator.cc | 15 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) { in operator ==() 21 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) { in operator !=() 26 size_t hash_value(StoreRepresentation rep) { in hash_value() 31 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) { in operator <<() 170 StoreRepresentation const& StoreRepresentationOf(Operator const* op) { in StoreRepresentationOf() 173 return OpParameter<StoreRepresentation>(op); in StoreRepresentationOf() 995 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \ 997 : Operator1<StoreRepresentation>( \ 1001 StoreRepresentation(MachineRepresentation::Type, \ 1044 : public Operator1<StoreRepresentation> { \ [all …]
|
D | int64-lowering.cc | 279 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in LowerNode() 282 machine()->Store(StoreRepresentation( in LowerNode() 647 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode() 656 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode() 681 StoreRepresentation(MachineRepresentation::kFloat64, in LowerNode()
|
D | basic-block-instrumentor.cc | 127 graph->NewNode(machine.Store(StoreRepresentation( in Instrument()
|
D | graph-assembler.cc | 419 Node* GraphAssembler::Store(StoreRepresentation rep, Node* object, Node* offset, in Store() 425 Node* GraphAssembler::Store(StoreRepresentation rep, Node* object, int offset, in Store() 444 ? machine()->Store(StoreRepresentation(rep, kNoWriteBarrier)) in StoreUnaligned()
|
D | effect-control-linearizer.cc | 4077 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier), in LowerStringFromSingleCharCode() 4102 StoreRepresentation(MachineRepresentation::kWord16, kNoWriteBarrier), in LowerStringFromSingleCharCode() 4201 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier), in LowerStringFromSingleCodePoint() 4226 StoreRepresentation(MachineRepresentation::kWord16, kNoWriteBarrier), in LowerStringFromSingleCodePoint() 4266 StoreRepresentation(MachineRepresentation::kWord32, kNoWriteBarrier), in LowerStringFromSingleCodePoint() 4934 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in AdaptFastCallTypedArrayArgument() 4937 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in AdaptFastCallTypedArrayArgument() 4956 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in AdaptFastCallArgument() 4978 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in AdaptFastCallArgument() 5046 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in AdaptOverloadedFastCallArgument() [all …]
|
D | graph-assembler.h | 310 Node* Store(StoreRepresentation rep, Node* object, Node* offset, Node* value); 311 Node* Store(StoreRepresentation rep, Node* object, int offset, Node* value);
|
D | wasm-compiler.cc | 2387 StoreRepresentation(parameter_representation, kNoWriteBarrier); in BuildIntToFloatConversionInstruction() 2430 StoreRepresentation(float_ty.representation(), kNoWriteBarrier); in BuildCcallConvertFloat() 3911 StoreRepresentation store_rep(rep, WriteBarrierKind::kNoWriteBarrier); in GetSafeStoreOperator() 3933 gasm_->Store(StoreRepresentation(rep, kNoWriteBarrier), info, in TraceFunctionExit() 3951 gasm_->Store(StoreRepresentation(rep, kNoWriteBarrier), info, in TraceMemoryOperation() 4215 gasm_->Store(StoreRepresentation{mem_rep, kNoWriteBarrier}, in StoreMem() 4288 const Operator* store_op = mcgraph()->machine()->Store(StoreRepresentation( in BuildAsmjsStoreMem() 5549 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier); in ElemDrop() 7301 gasm_->Store(StoreRepresentation(MachineType::PointerRepresentation(), in BuildCapiCallWrapper() 7405 gasm_->Store(StoreRepresentation(MachineType::PointerRepresentation(), in BuildJSFastApiCallWrapper() [all …]
|
D | raw-machine-assembler.h | 180 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store() 231 return AddNode(machine()->Store(StoreRepresentation( in UnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 313 ArchOpcode GetStoreOpcode(StoreRepresentation store_rep) { in GetStoreOpcode() 350 ArchOpcode GetSeqCstStoreOpcode(StoreRepresentation store_rep) { in GetSeqCstStoreOpcode() 537 StoreRepresentation store_rep, in VisitStoreCommon() 635 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitProtectedStore()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 270 StoreRepresentation store_rep, in VisitStoreCommon()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 404 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 822 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 491 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 692 StoreRepresentation store_rep, in VisitStoreCommon()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 527 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 685 StoreRepresentation store_rep, in VisitStoreCommon()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 583 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 869 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|