Searched refs:StoreRepresentation (Results 1 - 25 of 35) sorted by relevance

12

/external/v8/src/compiler/
H A Dmachine-operator.h43 class StoreRepresentation final {
45 StoreRepresentation(MachineRepresentation representation, function in class:v8::internal::compiler::final
58 bool operator==(StoreRepresentation, StoreRepresentation);
59 bool operator!=(StoreRepresentation, StoreRepresentation);
61 size_t hash_value(StoreRepresentation);
63 std::ostream& operator<<(std::ostream&, StoreRepresentation);
65 StoreRepresentation const& StoreRepresentationOf(Operator const*);
591 const Operator* Store(StoreRepresentation re
[all...]
H A Dmachine-operator.cc15 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) {
21 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) {
26 size_t hash_value(StoreRepresentation rep) {
31 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) {
44 StoreRepresentation const& StoreRepresentationOf(Operator const* op) {
46 return OpParameter<StoreRepresentation>(op);
491 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
493 : Operator1<StoreRepresentation>( \
[all...]
H A Dbasic-block-instrumentor.cc88 graph->NewNode(machine.Store(StoreRepresentation(
H A Dmemory-optimizer.cc144 machine()->Store(StoreRepresentation(
215 machine()->Store(StoreRepresentation(
256 machine()->Store(StoreRepresentation(
347 node, machine()->Store(StoreRepresentation(
362 node, machine()->Store(StoreRepresentation(
H A Dint64-lowering.cc166 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
183 const Operator* store_op = machine()->Store(StoreRepresentation(
527 StoreRepresentation(MachineRepresentation::kWord32,
535 StoreRepresentation(MachineRepresentation::kWord32,
559 StoreRepresentation(MachineRepresentation::kFloat64,
H A Dwasm-compiler.cc1243 StoreRepresentation(input_type, kNoWriteBarrier));
1383 StoreRepresentation(type.representation(), kNoWriteBarrier));
1398 StoreRepresentation(type.representation(), kNoWriteBarrier));
1455 StoreRepresentation(parameter_representation, kNoWriteBarrier));
1554 StoreRepresentation(parameter_representation, kNoWriteBarrier));
1791 StoreRepresentation(MachineRepresentation::kWord64, kNoWriteBarrier));
2323 graph()->NewNode(machine->Store(StoreRepresentation(
2555 StoreRepresentation(mem_type.representation(), kNoWriteBarrier));
2797 StoreRepresentation rep(GetTypeForUnalignedAccess(alignment).representation(),
2853 StoreRepresentation re
[all...]
H A Djs-generic-lowering.cc365 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged,
655 StoreRepresentation representation(MachineRepresentation::kTagged,
H A Deffect-control-linearizer.cc1363 machine()->Store(StoreRepresentation(MachineRepresentation::kWord8,
1406 machine()->Store(StoreRepresentation(MachineRepresentation::kWord16,
H A Draw-machine-assembler.h132 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)),
/external/v8/test/unittests/interpreter/
H A Dinterpreter-assembler-unittest.h38 const Matcher<compiler::StoreRepresentation>& rep_matcher,
H A Dinterpreter-assembler-unittest.cc84 const Matcher<StoreRepresentation>& rep_matcher,
515 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged,
622 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged,
/external/v8/test/unittests/compiler/
H A Dmachine-operator-unittest.cc113 StoreRepresentation GetParam() const {
114 return StoreRepresentation(
156 OpParameter<StoreRepresentation>(machine.Store(GetParam())));
H A Dint64-lowering-unittest.cc179 machine()->Store(StoreRepresentation(MachineRepresentation::kWord64,
193 const StoreRepresentation rep(MachineRepresentation::kWord32,
557 IsStore(StoreRepresentation(MachineRepresentation::kWord32,
562 IsStore(StoreRepresentation(MachineRepresentation::kWord32,
589 StoreRepresentation(MachineRepresentation::kFloat64,
H A Dmachine-operator-reducer-unittest.cc1709 const StoreRepresentation rep(MachineRepresentation::kWord8, kNoWriteBarrier);
1731 const StoreRepresentation rep(MachineRepresentation::kWord8, kNoWriteBarrier);
1755 const StoreRepresentation rep(MachineRepresentation::kWord16,
1778 const StoreRepresentation rep(MachineRepresentation::kWord16,
H A Dnode-test-utils.cc1260 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher,
1301 PrintMatchAndExplain(OpParameter<StoreRepresentation>(node), "rep",
1316 const Matcher<StoreRepresentation> rep_matcher_;
2172 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
H A Dnode-test-utils.h294 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
/external/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc707 R.graph.NewNode(R.machine.Store(StoreRepresentation(
H A Dtest-simplified-lowering.cc1360 StoreRepresentation rep = StoreRepresentationOf(store->op());
1381 StoreRepresentation rep = StoreRepresentationOf(store->op());
1425 StoreRepresentation rep = StoreRepresentationOf(store->op());
1447 StoreRepresentation rep = StoreRepresentationOf(store->op());
/external/v8/test/cctest/wasm/
H A Dwasm-run-utils.h359 StoreRepresentation(MachineTypeForC<ReturnType>().representation(),
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3902 __ StoreRepresentation(value, operand, representation, r0);
3963 __ StoreRepresentation(value, operand, representation, r0);
3969 __ StoreRepresentation(value, operand, representation, r0);
4254 __ StoreRepresentation(value, MemOperand(elements, offset), representation,
4257 __ StoreRepresentation(value, MemOperand(scratch, elements, offset),
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc186 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc4006 __ StoreRepresentation(value, operand, representation, r0);
4066 __ StoreRepresentation(value, operand, representation, r0);
4072 __ StoreRepresentation(value, operand, representation, r0);
4321 __ StoreRepresentation(value, MemOperand(store_base, offset), representation,
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h511 void StoreRepresentation(Register src, const MemOperand& mem,
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc406 StoreRepresentation store_rep = StoreRepresentationOf(node->op());
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc253 StoreRepresentation store_rep = StoreRepresentationOf(node->op());

Completed in 572 milliseconds

12