Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h52 class StoreRepresentation final {
54 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation() function
67 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
68 bool operator!=(StoreRepresentation, StoreRepresentation);
70 size_t hash_value(StoreRepresentation);
72 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
74 StoreRepresentation const& StoreRepresentationOf(Operator const*);
617 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 <<()
45 StoreRepresentation const& StoreRepresentationOf(Operator const* op) { in StoreRepresentationOf()
47 return OpParameter<StoreRepresentation>(op); in StoreRepresentationOf()
541 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
543 : Operator1<StoreRepresentation>( \
547 StoreRepresentation(MachineRepresentation::Type, \
740 const Operator* MachineOperatorBuilder::Store(StoreRepresentation store_rep) { in Store()
Dmemory-optimizer.cc177 machine()->Store(StoreRepresentation( in VisitAllocate()
248 machine()->Store(StoreRepresentation( in VisitAllocate()
289 machine()->Store(StoreRepresentation( in VisitAllocate()
381 node, machine()->Store(StoreRepresentation( in VisitStoreElement()
396 node, machine()->Store(StoreRepresentation( in VisitStoreField()
Dbasic-block-instrumentor.cc89 graph->NewNode(machine.Store(StoreRepresentation( in Instrument()
Dint64-lowering.cc210 store_op = machine()->Store(StoreRepresentation( in LowerNode()
558 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode()
566 StoreRepresentation(MachineRepresentation::kWord32, in LowerNode()
590 StoreRepresentation(MachineRepresentation::kFloat64, in LowerNode()
Dwasm-compiler.cc1383 StoreRepresentation(input_type, kNoWriteBarrier)); in BuildBitCountingCall()
1523 StoreRepresentation(type.representation(), kNoWriteBarrier)); in BuildCFuncInstruction()
1538 StoreRepresentation(type.representation(), kNoWriteBarrier)); in BuildCFuncInstruction()
1595 StoreRepresentation(parameter_representation, kNoWriteBarrier)); in BuildIntToFloatConversionInstruction()
1694 StoreRepresentation(parameter_representation, kNoWriteBarrier)); in BuildFloatToIntConversionInstruction()
2059 StoreRepresentation(MachineRepresentation::kWord64, kNoWriteBarrier)); in BuildDiv64Call()
2599 graph()->NewNode(machine->Store(StoreRepresentation( in BuildAllocateHeapNumberWithValue()
2887 StoreRepresentation(mem_type.representation(), kNoWriteBarrier)); in SetGlobal()
3010 StoreRepresentation rep(memtype.representation(), kNoWriteBarrier); in StoreMem()
3021 StoreRepresentation rep(memtype.representation(), kNoWriteBarrier); in StoreMem()
Djs-generic-lowering.cc393 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged, in LowerJSStoreContext()
631 StoreRepresentation representation(MachineRepresentation::kTagged, in LowerJSStoreMessage()
Draw-machine-assembler.h136 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store()
159 return AddNode(machine()->Store(StoreRepresentation( in UnalignedStore()
Deffect-control-linearizer.cc2600 machine()->Store(StoreRepresentation(MachineRepresentation::kWord8, in LowerStringFromCodePoint()
2644 machine()->Store(StoreRepresentation(MachineRepresentation::kWord16, in LowerStringFromCodePoint()
2709 machine()->Store(StoreRepresentation(MachineRepresentation::kWord32, in LowerStringFromCodePoint()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3838 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
3899 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
3905 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
4178 __ StoreRepresentation(value, MemOperand(elements, offset), representation, in DoShiftI() local
4181 __ StoreRepresentation(value, MemOperand(scratch, elements, offset), in DoShiftI() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.h524 void StoreRepresentation(Register src, const MemOperand& mem,
Dmacro-assembler-ppc.cc4298 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3927 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
3987 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
3993 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local
4227 __ StoreRepresentation(value, MemOperand(store_base, offset), representation, in DoShiftI() local
/external/v8/src/s390/
Dmacro-assembler-s390.h838 void StoreRepresentation(Register src, const MemOperand& mem,
Dmacro-assembler-s390.cc3327 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc264 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc225 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc295 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc341 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc243 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc426 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc250 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc607 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc363 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()