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.cc626 Int32ScaleMatcher m(node, true);
835 Int32ScaleMatcher m(node, true);
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc587 Int32ScaleMatcher m(node, true);
793 Int32ScaleMatcher m(node, true);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc641 Int32ScaleMatcher m(node, true);
993 Int32ScaleMatcher m(node, true);
1005 // TODO(mvstanton): Use Int32ScaleMatcher somehow.

Completed in 123 milliseconds