Searched refs:Int64BinopMatcher (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc514 Int64BinopMatcher m(node);
523 Int64BinopMatcher mleft(m.left().node());
561 VisitLogical<Int64BinopMatcher>(
578 Int64BinopMatcher m(node);
579 VisitLogical<Int64BinopMatcher>(
600 Int64BinopMatcher m(node);
604 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned);
638 Int64BinopMatcher m(node);
642 Int64BinopMatcher mleft(m.left().node());
710 Int64BinopMatcher
[all...]
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc658 Int64BinopMatcher m(node);
670 Int64BinopMatcher mleft(m.left().node());
690 VisitLogical<Int64BinopMatcher>(
705 Int64BinopMatcher m(node);
706 VisitLogical<Int64BinopMatcher>(
721 Int64BinopMatcher m(node);
722 VisitLogical<Int64BinopMatcher>(
767 Int64BinopMatcher m(node);
855 Int64BinopMatcher m(node);
858 Int64BinopMatcher mlef
[all...]
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc316 Int64BinopMatcher m(node);
328 Int64BinopMatcher mleft(m.left().node());
400 Int64BinopMatcher m(node);
403 Int64BinopMatcher mleft(m.left().node());
486 Int64BinopMatcher m(node);
500 Int64BinopMatcher mleft(m.left().node());
526 Int64BinopMatcher m(node);
529 Int64BinopMatcher mleft(m.left().node());
646 Int64BinopMatcher leftInput(left), rightInput(right);
672 Int64BinopMatcher
[all...]
/external/v8/src/compiler/
H A Dnode-matchers.h249 typedef BinopMatcher<Int64Matcher, Int64Matcher> Int64BinopMatcher; typedef in namespace:v8::internal::compiler
312 typedef ScaleMatcher<Int64BinopMatcher, IrOpcode::kInt64Mul,
379 typedef AddMatcher<Int64BinopMatcher, IrOpcode::kInt64Add, IrOpcode::kInt64Mul,
H A Dmachine-operator-reducer.cc190 Int64BinopMatcher m(node);
195 Int64BinopMatcher msub(m.left().node());
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc487 Int64BinopMatcher m(node);
496 Int64BinopMatcher mright(right);
545 Int64BinopMatcher m(node);
690 Int64BinopMatcher m(node);
1033 Int64BinopMatcher m(value);
1358 Int64BinopMatcher m(node);
1453 Int64BinopMatcher m(value);
1644 Int64BinopMatcher m(node);

Completed in 157 milliseconds