Searched refs:Int32ScaleMatcher (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dnode-matchers.h335 IrOpcode::kWord32Shl> Int32ScaleMatcher; typedef in namespace:v8::internal::compiler
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc691 Int32ScaleMatcher m(node, true);
959 Int32ScaleMatcher m(node, true);
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc604 Int32ScaleMatcher m(node, true);
810 Int32ScaleMatcher m(node, true);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc693 Int32ScaleMatcher m(node, true);
1008 Int32ScaleMatcher m(node, true);
1020 // TODO(mvstanton): Use Int32ScaleMatcher somehow.

Completed in 377 milliseconds