HomeSort by relevance Sort by last modified time
    Searched refs:LoadRepresentation (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
machine-operator.cc 49 struct StaticParameterTraits<LoadRepresentation> {
50 static OStream& PrintTo(OStream& os, LoadRepresentation type) { // NOLINT
53 static int HashCode(LoadRepresentation type) { return type; }
54 static bool Equals(LoadRepresentation lhs, LoadRepresentation rhs) {
155 struct Load##Type##Operator FINAL : public Operator1<LoadRepresentation> { \
157 : Operator1<LoadRepresentation>( \
205 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) {
machine-operator.h 25 typedef MachineType LoadRepresentation;
140 const Operator* Load(LoadRepresentation rep);
machine-operator-unittest.cc 59 typedef MachineOperatorTestWithParam<LoadRepresentation>
94 OpParameter<LoadRepresentation>(machine.Load(GetParam())));
graph-unittest.cc 436 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher,
462 PrintMatchAndExplain(OpParameter<LoadRepresentation>(node), "rep",
473 const Matcher<LoadRepresentation> rep_matcher_;
718 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
graph-unittest.h 91 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
simplified-lowering.cc 623 LoadRepresentation rep = OpParameter<LoadRepresentation>(node);
    [all...]
instruction-selector.cc 491 LoadRepresentation rep = OpParameter<LoadRepresentation>(node);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 44 MachineType rep = RepresentationOf(OpParameter<LoadRepresentation>(node));
45 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node));
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 159 MachineType rep = RepresentationOf(OpParameter<LoadRepresentation>(node));
160 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node));
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 59 MachineType rep = RepresentationOf(OpParameter<LoadRepresentation>(node));
60 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node));
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 285 MachineType rep = RepresentationOf(OpParameter<LoadRepresentation>(node));
286 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node));

Completed in 284 milliseconds