/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 169 Int32BinopMatcher m(node); in Reduce() 178 Int32BinopMatcher m(node); in Reduce() 183 Int32BinopMatcher msub(m.left().node()); in Reduce() 216 Int32BinopMatcher m(node); in Reduce() 237 Int32BinopMatcher m(node); in Reduce() 260 Int32BinopMatcher m(node); in Reduce() 267 Int32BinopMatcher mleftmatcher(m.left().node()); in Reduce() 276 Int32BinopMatcher m(node); in Reduce() 292 Int32BinopMatcher mleft(m.left().node()); in Reduce() 701 Int32BinopMatcher m(node); in ReduceInt32Add() [all …]
|
D | control-flow-optimizer.cc | 77 Int32BinopMatcher m(cond); in TryBuildSwitch() 102 Int32BinopMatcher m1(cond1); in TryBuildSwitch()
|
D | node-matchers.h | 277 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher; typedef 341 typedef ScaleMatcher<Int32BinopMatcher, IrOpcode::kInt32Mul, 411 typedef AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub,
|
D | simplified-lowering.cc | 3543 Int32BinopMatcher m(node); in Int32Div() 3616 Int32BinopMatcher m(node); in Int32Mod()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 307 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend() 317 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend() 320 Int32BinopMatcher mleft_of_right(mright.left().node()); in TryMatchAnyExtend() 854 Int32BinopMatcher m(node); in VisitWord32And() 867 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 887 VisitLogical<Int32BinopMatcher>( in VisitWord32And() 935 Int32BinopMatcher m(node); in VisitWord32Or() 936 VisitLogical<Int32BinopMatcher>( in VisitWord32Or() 951 Int32BinopMatcher m(node); in VisitWord32Xor() 952 VisitLogical<Int32BinopMatcher>( in VisitWord32Xor() [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 448 Int32BinopMatcher m(node); in VisitWord32And() 457 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 477 VisitLogical<Int32BinopMatcher>( in VisitWord32And() 542 Int32BinopMatcher m(node); in VisitWord32Or() 543 VisitLogical<Int32BinopMatcher>( in VisitWord32Or() 561 Int32BinopMatcher m(node); in VisitWord32Xor() 565 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord32Xor() 585 Int32BinopMatcher m(node); in VisitWord32Shl() 588 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 656 Int32BinopMatcher m(node); in VisitWord32Shr() [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 149 Int32BinopMatcher m(node); in TryMatchShift() 171 Int32BinopMatcher m(node); in TryMatchShiftImmediate() 261 Int32BinopMatcher m(node); in VisitBinop() 338 Int32BinopMatcher m(node); in VisitDiv() 348 Int32BinopMatcher m(node); in VisitMod() 798 Int32BinopMatcher m(node); in VisitWord32And() 800 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 807 Int32BinopMatcher mright(m.right().node()); in VisitWord32And() 820 Int32BinopMatcher mshr(m.left().node()); in VisitWord32And() 901 Int32BinopMatcher m(node); in VisitWord32Xor() [all …]
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 176 Int32BinopMatcher m(node); in VisitBinop() 399 Int32BinopMatcher m(node); in VisitWord32And() 411 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 456 Int32BinopMatcher m(node); in VisitWord32Xor() 459 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 480 Int32BinopMatcher m(node); in VisitWord32Shl() 484 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 511 Int32BinopMatcher m(node); in VisitWord32Shr() 514 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() 536 Int32BinopMatcher m(node); in VisitWord32Sar() [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 270 Int32BinopMatcher m(node); in VisitBinop() 505 Int32BinopMatcher m(node); in VisitWord32And() 517 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 619 Int32BinopMatcher m(node); in VisitWord32Xor() 622 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 667 Int32BinopMatcher m(node); in VisitWord32Shl() 671 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 698 Int32BinopMatcher m(node); in VisitWord32Shr() 701 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() 723 Int32BinopMatcher m(node); in VisitWord32Sar() [all …]
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 417 Int32BinopMatcher m(node); in VisitBinop() 544 Int32BinopMatcher m(node); in VisitWord32Shift() 763 Int32BinopMatcher m(node); in VisitWord32Sar() 765 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() 871 Int32BinopMatcher m(node); in VisitInt32Sub() 922 Int32BinopMatcher m(node); in VisitMul() 1783 #define TRY_VISIT_WORD32_SHIFT TryVisitWordShift<Int32BinopMatcher, 32> in VisitCompareZero() 1890 Int32BinopMatcher m(value); in VisitWordCompareZero() 2069 Int32BinopMatcher m(user); in VisitWord32Equal()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 626 Int32BinopMatcher m(node); in VisitBinOp() 999 Int32BinopMatcher m(node); in TryMatchSignExtInt16OrInt8FromWord32Sar() 1001 Int32BinopMatcher mleft(m.left().node()); in TryMatchSignExtInt16OrInt8FromWord32Sar() 1268 return TryMatchShiftFromMul<Int32BinopMatcher, kS390_ShiftLeft32>(selector, in TryMatchInt32MulWithOverflow() 1441 return TryMatchNegFromSub<Int32BinopMatcher, kS390_Neg32>(this, node); \ 1444 return TryMatchShiftFromMul<Int32BinopMatcher, kS390_ShiftLeft32>(this, \ 1787 Int32BinopMatcher m(value); in VisitWordCompareZero() 1800 Int32BinopMatcher m(value); in VisitWordCompareZero() 2050 Int32BinopMatcher m(node); in VisitWord32Equal()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 440 Int32BinopMatcher m(node); in VisitBinop() 519 Int32BinopMatcher m(node); in VisitWord32Xor() 866 Int32BinopMatcher m(node); in VisitInt32Sub() 1270 StackCheckMatcher<Int32BinopMatcher, IrOpcode::kUint32LessThan> m( in VisitWordCompare() 1280 WasmStackCheckMatcher<Int32BinopMatcher, IrOpcode::kUint32LessThan> wasm_m( in VisitWordCompare() 1392 Int32BinopMatcher m(value); in VisitWordCompareZero() 1511 Int32BinopMatcher m(node); in VisitWord32Equal()
|