/external/v8/src/compiler/ |
D | machine-operator.h | 52 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()
|
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 <<() 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()
|
D | memory-optimizer.cc | 177 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()
|
D | basic-block-instrumentor.cc | 89 graph->NewNode(machine.Store(StoreRepresentation( in Instrument()
|
D | int64-lowering.cc | 210 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()
|
D | wasm-compiler.cc | 1383 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()
|
D | js-generic-lowering.cc | 393 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged, in LowerJSStoreContext() 631 StoreRepresentation representation(MachineRepresentation::kTagged, in LowerJSStoreMessage()
|
D | raw-machine-assembler.h | 136 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store() 159 return AddNode(machine()->Store(StoreRepresentation( in UnalignedStore()
|
D | effect-control-linearizer.cc | 2600 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/ |
D | lithium-codegen-s390.cc | 3838 __ 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/ |
D | macro-assembler-ppc.h | 524 void StoreRepresentation(Register src, const MemOperand& mem,
|
D | macro-assembler-ppc.cc | 4298 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3927 __ 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/ |
D | macro-assembler-s390.h | 838 void StoreRepresentation(Register src, const MemOperand& mem,
|
D | macro-assembler-s390.cc | 3327 void MacroAssembler::StoreRepresentation(Register src, const MemOperand& mem, in StoreRepresentation() function in v8::internal::MacroAssembler
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 264 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 225 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 295 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 341 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 243 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 426 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 250 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 607 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 363 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|