/external/v8/src/compiler/ |
D | machine-operator.h | 69 class StoreRepresentation final { 71 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation() function 84 bool operator==(StoreRepresentation, StoreRepresentation); 85 bool operator!=(StoreRepresentation, StoreRepresentation); 87 size_t hash_value(StoreRepresentation); 89 std::ostream& operator<<(std::ostream&, StoreRepresentation); 91 StoreRepresentation const& StoreRepresentationOf(Operator const*); 304 const Operator* Store(StoreRepresentation rep);
|
D | machine-operator.cc | 49 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) { in operator ==() 55 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) { in operator !=() 60 size_t hash_value(StoreRepresentation rep) { in hash_value() 65 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) { in operator <<() 77 StoreRepresentation const& StoreRepresentationOf(Operator const* op) { in StoreRepresentationOf() 79 return OpParameter<StoreRepresentation>(op); in StoreRepresentationOf() 283 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \ 285 : Operator1<StoreRepresentation>( \ 288 StoreRepresentation(MachineRepresentation::Type, \ 383 const Operator* MachineOperatorBuilder::Store(StoreRepresentation store_rep) { in Store()
|
D | basic-block-instrumentor.cc | 88 graph->NewNode(machine.Store(StoreRepresentation( in Instrument()
|
D | change-lowering.cc | 91 machine()->Store(StoreRepresentation(MachineRepresentation::kFloat64, in AllocateHeapNumberWithValue() 502 machine()->Store(StoreRepresentation( in StoreField() 545 node, machine()->Store(StoreRepresentation( in StoreElement()
|
D | js-generic-lowering.cc | 431 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged, in LowerJSStoreContext() 808 StoreRepresentation representation(MachineRepresentation::kTagged, in LowerJSStoreMessage()
|
D | wasm-compiler.cc | 1681 StoreRepresentation(mem_type.representation(), kNoWriteBarrier)); in StoreGlobal() 1762 StoreRepresentation rep(memtype.representation(), kNoWriteBarrier); in StoreMem()
|
D | raw-machine-assembler.h | 122 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store()
|
/external/v8/test/unittests/compiler/ |
D | change-lowering-unittest.cc | 196 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 215 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 261 IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_P() 285 IsStore(StoreRepresentation(MachineRepresentation::kWord8, in TARGET_TEST_P() 379 StoreRepresentation(MachineRepresentation::kFloat64, in TARGET_TEST_F() 483 StoreRepresentation(MachineRepresentation::kFloat64, in TARGET_TEST_F() 612 StoreRepresentation(MachineRepresentation::kFloat64, in TARGET_TEST_F()
|
D | interpreter-assembler-unittest.h | 35 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
|
D | machine-operator-unittest.cc | 113 StoreRepresentation GetParam() const { in GetParam() 114 return StoreRepresentation( in GetParam() 156 OpParameter<StoreRepresentation>(machine.Store(GetParam()))); in TEST_P()
|
D | interpreter-assembler-unittest.cc | 77 const Matcher<StoreRepresentation>& rep_matcher, in IsStore() 444 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_F() 574 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged, in TARGET_TEST_F()
|
D | machine-operator-reducer-unittest.cc | 1563 const StoreRepresentation rep(MachineRepresentation::kWord8, kNoWriteBarrier); in TEST_F() 1585 const StoreRepresentation rep(MachineRepresentation::kWord8, kNoWriteBarrier); in TEST_F() 1609 const StoreRepresentation rep(MachineRepresentation::kWord16, in TEST_F() 1632 const StoreRepresentation rep(MachineRepresentation::kWord16, in TEST_F()
|
D | node-test-utils.cc | 1247 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher, in IsStoreMatcher() 1288 PrintMatchAndExplain(OpParameter<StoreRepresentation>(node), "rep", in MatchAndExplain() 1303 const Matcher<StoreRepresentation> rep_matcher_; 1999 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher, in IsStore()
|
D | node-test-utils.h | 256 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
|
/external/v8/test/cctest/compiler/ |
D | test-changes-lowering.cc | 207 t.machine()->Store(StoreRepresentation( in TEST()
|
D | test-simplified-lowering.cc | 1374 StoreRepresentation rep = StoreRepresentationOf(store->op()); in TEST() 1395 StoreRepresentation rep = StoreRepresentationOf(store->op()); in TEST() 1440 StoreRepresentation rep = StoreRepresentationOf(store->op()); in TEST() 1461 StoreRepresentation rep = StoreRepresentationOf(store->op()); in TEST()
|
D | test-machine-operator-reducer.cc | 717 R.graph.NewNode(R.machine.Store(StoreRepresentation( in TEST()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 180 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 217 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 487 void StoreRepresentation(Register src, const MemOperand& mem,
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 178 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 226 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 4057 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local 4117 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local 4123 __ StoreRepresentation(value, operand, representation, r0); in DoShiftI() local 4371 __ StoreRepresentation(value, MemOperand(store_base, offset), representation, in DoShiftI() local
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 352 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 158 StoreRepresentation store_rep = StoreRepresentationOf(node->op()); in VisitStore()
|