Home
last modified time | relevance | path

Searched refs:StoreRepresentation (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h54 class StoreRepresentation final {
56 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation() function
69 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
70 bool operator!=(StoreRepresentation, StoreRepresentation);
72 size_t hash_value(StoreRepresentation);
74 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
76 V8_EXPORT_PRIVATE StoreRepresentation const& StoreRepresentationOf(
593 const Operator* Store(StoreRepresentation rep); in NON_EXPORTED_BASE()
Dmachine-operator.cc15 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 <<()
49 StoreRepresentation const& StoreRepresentationOf(Operator const* op) { in StoreRepresentationOf()
52 return OpParameter<StoreRepresentation>(op); in StoreRepresentationOf()
525 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
527 : Operator1<StoreRepresentation>( \
531 StoreRepresentation(MachineRepresentation::Type, \
564 : public Operator1<StoreRepresentation> { \
[all …]
Dmemory-optimizer.cc199 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in VisitAllocateRaw()
255 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in VisitAllocateRaw()
285 __ Store(StoreRepresentation(MachineType::PointerRepresentation(), in VisitAllocateRaw()
399 node, machine()->Store(StoreRepresentation( in VisitStoreElement()
414 node, machine()->Store(StoreRepresentation( in VisitStoreField()
Dgraph-assembler.cc145 Node* GraphAssembler::Store(StoreRepresentation rep, Node* object, Node* offset, in Store()
163 ? machine()->Store(StoreRepresentation(rep, kNoWriteBarrier)) in StoreUnaligned()
Dbasic-block-instrumentor.cc85 graph->NewNode(machine.Store(StoreRepresentation( in Instrument()
Dint64-lowering.cc244 store_op = machine()->Store(StoreRepresentation( in LowerNode()
614 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode()
623 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode()
648 StoreRepresentation(MachineRepresentation::kFloat64, in LowerNode()
Dwasm-compiler.cc1744 StoreRepresentation(input_type, kNoWriteBarrier)); in BuildBitCountingCall()
1869 StoreRepresentation(type.representation(), kNoWriteBarrier)); in BuildCFuncInstruction()
1923 StoreRepresentation(parameter_representation, kNoWriteBarrier)); in BuildIntToFloatConversionInstruction()
1970 StoreRepresentation(float_ty.representation(), kNoWriteBarrier)); in BuildCcallConvertFloat()
2477 StoreRepresentation(MachineRepresentation::kWord64, kNoWriteBarrier)); in BuildDiv64Call()
3028 StoreRepresentation(mem_type.representation(), kNoWriteBarrier)); in SetGlobal()
3145 StoreRepresentation store_rep(rep, WriteBarrierKind::kNoWriteBarrier); in GetSafeStoreOperator()
3164 mcgraph()->machine()->Store(StoreRepresentation(rep, kNoWriteBarrier)), in TraceMemoryOperation()
3258 StoreRepresentation rep(mem_rep, kNoWriteBarrier); in StoreMem()
3373 const Operator* store_op = mcgraph()->machine()->Store(StoreRepresentation( in BuildAsmjsStoreMem()
[all …]
Dgraph-assembler.h219 Node* Store(StoreRepresentation rep, Node* object, Node* offset, Node* value);
Draw-machine-assembler.h142 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store()
164 return AddNode(machine()->Store(StoreRepresentation( in UnalignedStore()
Deffect-control-linearizer.cc2651 StoreRepresentation rep(MachineRepresentation::kFloat64, kNoWriteBarrier); in LowerNewDoubleElements()
2699 StoreRepresentation rep(MachineRepresentation::kTagged, kNoWriteBarrier); in LowerNewSmiOrObjectElements()
3042 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier), in LowerStringFromSingleCharCode()
3065 StoreRepresentation(MachineRepresentation::kWord16, kNoWriteBarrier), in LowerStringFromSingleCharCode()
3164 StoreRepresentation(MachineRepresentation::kWord8, kNoWriteBarrier), in LowerStringFromSingleCodePoint()
3188 StoreRepresentation(MachineRepresentation::kWord16, kNoWriteBarrier), in LowerStringFromSingleCodePoint()
3234 StoreRepresentation(MachineRepresentation::kWord32, kNoWriteBarrier), in LowerStringFromSingleCodePoint()
Dsimd-scalar-lowering.cc417 store_op = machine()->Store(StoreRepresentation( in LowerStoreOp()
673 StoreRepresentation(MachineRepresentation::kFloat64, kNoWriteBarrier)); in BuildF64Trunc()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc252 ArchOpcode GetStoreOpcode(StoreRepresentation store_rep) { in GetStoreOpcode()
337 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
392 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitProtectedStore()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h766 void StoreRepresentation(Register src, const MemOperand& mem,
Dmacro-assembler-ppc.cc2742 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.h1304 void StoreRepresentation(Register src, const MemOperand& mem,
Dmacro-assembler-s390.cc2034 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc262 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc314 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc724 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc338 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc418 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc519 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc666 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()