Searched refs:LoadRepresentation (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/test/unittests/interpreter/
H A Dinterpreter-assembler-unittest.h34 const Matcher<compiler::LoadRepresentation>& rep_matcher,
H A Dinterpreter-assembler-unittest.cc78 const Matcher<LoadRepresentation>& rep_matcher,
/external/v8/src/compiler/
H A Dmachine-operator.h37 typedef MachineType LoadRepresentation; typedef in namespace:v8::internal::compiler
39 LoadRepresentation LoadRepresentationOf(Operator const*);
588 const Operator* Load(LoadRepresentation rep);
606 const Operator* AtomicLoad(LoadRepresentation rep);
H A Dmachine-operator.cc37 LoadRepresentation LoadRepresentationOf(Operator const* op) {
40 return OpParameter<LoadRepresentation>(op);
457 struct Load##Type##Operator final : public Operator1<LoadRepresentation> { \
459 : Operator1<LoadRepresentation>( \
540 : public Operator1<LoadRepresentation> { \
542 : Operator1<LoadRepresentation>( \
613 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) {
711 const Operator* MachineOperatorBuilder::AtomicLoad(LoadRepresentation rep) {
H A Dint64-lowering.cc136 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
H A Dinstruction-selector.cc916 LoadRepresentation type = LoadRepresentationOf(node->op());
1238 LoadRepresentation type = LoadRepresentationOf(node->op());
H A Dmachine-operator-reducer.cc871 LoadRepresentation const rep =
H A Dsimplified-lowering.cc1898 LoadRepresentation rep = LoadRepresentationOf(node->op());
/external/v8/test/unittests/compiler/
H A Dmachine-operator-unittest.cc60 typedef MachineOperatorTestWithParam<LoadRepresentation>
95 OpParameter<LoadRepresentation>(machine.Load(GetParam())));
H A Dnode-test-utils.cc1200 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher,
1237 PrintMatchAndExplain(OpParameter<LoadRepresentation>(node), "rep",
1250 const Matcher<LoadRepresentation> rep_matcher_;
2162 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
H A Dnode-test-utils.h289 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc207 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1218 LoadRepresentation left_representation = LoadRepresentationOf(left->op());
1610 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc143 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1546 LoadRepresentation left_representation = LoadRepresentationOf(left->op());
2063 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc168 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1227 LoadRepresentation left_representation = LoadRepresentationOf(left->op());
1639 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc135 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1483 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc345 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1916 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc140 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1989 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc169 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1945 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc161 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1780 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc450 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
1559 LoadRepresentation load_rep = LoadRepresentationOf(value->op());
2469 LoadRepresentation load_rep = LoadRepresentationOf(node->op());
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2736 __ LoadRepresentation(result, operand, access.representation(), r0);
2765 __ LoadRepresentation(result, FieldMemOperand(object, offset), representation,
3045 __ LoadRepresentation(result, MemOperand(elements, offset), representation,
3048 __ LoadRepresentation(result, MemOperand(scratch, elements, offset),
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h509 void LoadRepresentation(Register dst, const MemOperand& mem, Representation r,
H A Dmacro-assembler-ppc.cc4537 void MacroAssembler::LoadRepresentation(Register dst, const MemOperand& mem, function in class:v8::internal::MacroAssembler
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2778 __ LoadRepresentation(result, operand, access.representation(), r0);
2807 __ LoadRepresentation(result, FieldMemOperand(object, offset), representation,
3098 __ LoadRepresentation(result, MemOperand(store_base, offset), representation,
/external/v8/src/s390/
H A Dmacro-assembler-s390.h810 void LoadRepresentation(Register dst, const MemOperand& mem, Representation r,

Completed in 316 milliseconds

12