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

  /external/v8/src/compiler/
machine-operator-reducer.cc 169 Int32BinopMatcher m(node);
178 Int32BinopMatcher m(node);
183 Int32BinopMatcher msub(m.left().node());
216 Int32BinopMatcher m(node);
237 Int32BinopMatcher m(node);
260 Int32BinopMatcher m(node);
267 Int32BinopMatcher mleftmatcher(m.left().node());
276 Int32BinopMatcher m(node);
292 Int32BinopMatcher mleft(m.left().node());
704 Int32BinopMatcher m(node)
    [all...]
control-flow-optimizer.cc 77 Int32BinopMatcher m(cond);
101 Int32BinopMatcher m1(cond1);
node-matchers.h 270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
334 typedef ScaleMatcher<Int32BinopMatcher, IrOpcode::kInt32Mul,
405 typedef AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub,
simplified-lowering.cc     [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 282 Int32BinopMatcher mright(right_node);
292 Int32BinopMatcher mright(right_node);
295 Int32BinopMatcher mleft_of_right(mright.left().node());
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 539 Int32BinopMatcher m(node);
548 Int32BinopMatcher mleft(m.left().node());
568 VisitLogical<Int32BinopMatcher>(
633 Int32BinopMatcher m(node);
634 VisitLogical<Int32BinopMatcher>(
652 Int32BinopMatcher m(node);
656 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned);
676 Int32BinopMatcher m(node);
679 Int32BinopMatcher mleft(m.left().node());
747 Int32BinopMatcher m(node)
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 126 Int32BinopMatcher m(node);
148 Int32BinopMatcher m(node);
238 Int32BinopMatcher m(node);
331 Int32BinopMatcher m(node);
341 Int32BinopMatcher m(node);
782 Int32BinopMatcher m(node);
784 Int32BinopMatcher mleft(m.left().node());
791 Int32BinopMatcher mright(m.right().node());
804 Int32BinopMatcher mshr(m.left().node());
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 166 Int32BinopMatcher m(node);
385 Int32BinopMatcher m(node);
397 Int32BinopMatcher mleft(m.left().node());
442 Int32BinopMatcher m(node);
445 Int32BinopMatcher mleft(m.left().node());
466 Int32BinopMatcher m(node);
470 Int32BinopMatcher mleft(m.left().node());
497 Int32BinopMatcher m(node);
500 Int32BinopMatcher mleft(m.left().node());
522 Int32BinopMatcher m(node)
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 262 Int32BinopMatcher m(node);
492 Int32BinopMatcher m(node);
504 Int32BinopMatcher mleft(m.left().node());
606 Int32BinopMatcher m(node);
609 Int32BinopMatcher mleft(m.left().node());
654 Int32BinopMatcher m(node);
658 Int32BinopMatcher mleft(m.left().node());
685 Int32BinopMatcher m(node);
688 Int32BinopMatcher mleft(m.left().node());
710 Int32BinopMatcher m(node)
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 408 Int32BinopMatcher moffset(offset);
490 Int32BinopMatcher moffset(offset);
533 Int32BinopMatcher m(node);
611 Int32BinopMatcher m(node);
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 425 Int32BinopMatcher moffset(offset);
485 Int32BinopMatcher moffset(offset);
507 Int32BinopMatcher m(node);
629 Int32BinopMatcher m(node);
822 Int32BinopMatcher m(node);
824 Int32BinopMatcher mleft(m.left().node());
906 Int32BinopMatcher m(node);
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 446 Int32BinopMatcher m(node);
524 Int32BinopMatcher m(node);
800 Int32BinopMatcher m(node);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 512 Int32BinopMatcher m(node);
    [all...]

Completed in 316 milliseconds