/third_party/node/deps/v8/src/compiler/ |
D | machine-operator-reducer.cc | 35 using IntNBinopMatcher = Int32BinopMatcher; 338 Int32BinopMatcher m(node); in Reduce() 379 Int32BinopMatcher m(node); in Reduce() 400 Int32BinopMatcher n(m.left().node()); in Reduce() 412 Int32BinopMatcher m(node); in Reduce() 437 Int32BinopMatcher m(node); in Reduce() 445 Int32BinopMatcher mleftmatcher(m.left().node()); in Reduce() 454 Int32BinopMatcher m(node); in Reduce() 472 Int32BinopMatcher mleft(m.left().node()); in Reduce() 984 Int32BinopMatcher m(node); in ReduceInt32Add() [all …]
|
D | control-flow-optimizer.cc | 80 Int32BinopMatcher m(cond); in TryBuildSwitch() 105 Int32BinopMatcher m1(cond1); in TryBuildSwitch()
|
D | simplified-operator-reducer.cc | 238 Int32BinopMatcher m(node); in Reduce() 242 Int32BinopMatcher n(checked_int32_add); in Reduce()
|
D | node-matchers.h | 341 using Int32BinopMatcher = BinopMatcher<Int32Matcher, Int32Matcher>; variable 408 ScaleMatcher<Int32BinopMatcher, IrOpcode::kInt32Mul, IrOpcode::kWord32Shl>; 478 AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub,
|
D | simplified-lowering.cc | 4631 Int32BinopMatcher m(node); in Int32Div() 4704 Int32BinopMatcher m(node); in Int32Mod()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 335 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend() 345 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend() 348 Int32BinopMatcher mleft_of_right(mright.left().node()); in TryMatchAnyExtend() 1087 Int32BinopMatcher m(node); in VisitWord32And() 1100 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 1120 VisitLogical<Int32BinopMatcher>( in VisitWord32And() 1167 Int32BinopMatcher m(node); in VisitWord32Or() 1168 VisitLogical<Int32BinopMatcher>( in VisitWord32Or() 1181 Int32BinopMatcher m(node); in VisitWord32Xor() 1182 VisitLogical<Int32BinopMatcher>( in VisitWord32Xor() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 161 Int32BinopMatcher m(node); in TryMatchShift() 183 Int32BinopMatcher m(node); in TryMatchShiftImmediate() 268 Int32BinopMatcher m(node); in VisitBinop() 342 Int32BinopMatcher m(node); in VisitDiv() 351 Int32BinopMatcher m(node); in VisitMod() 969 Int32BinopMatcher m(node); in VisitWord32And() 971 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 978 Int32BinopMatcher mright(m.right().node()); in VisitWord32And() 991 Int32BinopMatcher mshr(m.left().node()); in VisitWord32And() 1070 Int32BinopMatcher m(node); in VisitWord32Xor() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 487 Int32BinopMatcher m(node); in VisitWord32And() 497 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 517 VisitLogical<Int32BinopMatcher>( in VisitWord32And() 581 Int32BinopMatcher m(node); in VisitWord32Or() 582 VisitLogical<Int32BinopMatcher>( in VisitWord32Or() 598 Int32BinopMatcher m(node); in VisitWord32Xor() 602 VisitBinop<Int32BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord32Xor() 649 Int32BinopMatcher m(node); in VisitWord32Shl() 652 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 718 Int32BinopMatcher m(node); in VisitWord32Shr() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 181 Int32BinopMatcher m(node); in VisitBinop() 487 Int32BinopMatcher m(node); in VisitWord32And() 499 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 542 Int32BinopMatcher m(node); in VisitWord32Xor() 545 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 565 Int32BinopMatcher m(node); in VisitWord32Shl() 569 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 595 Int32BinopMatcher m(node); in VisitWord32Shr() 598 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() 620 Int32BinopMatcher m(node); in VisitWord32Sar() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 289 Int32BinopMatcher m(node); in VisitBinop() 592 Int32BinopMatcher m(node); in VisitWord32And() 604 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 703 Int32BinopMatcher m(node); in VisitWord32Xor() 706 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 749 Int32BinopMatcher m(node); in VisitWord32Shl() 753 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 779 Int32BinopMatcher m(node); in VisitWord32Shr() 782 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() 804 Int32BinopMatcher m(node); in VisitWord32Sar() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 293 Int32BinopMatcher m(node); in VisitBinop() 608 Int32BinopMatcher m(node); in VisitWord32And() 620 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And() 719 Int32BinopMatcher m(node); in VisitWord32Xor() 722 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 765 Int32BinopMatcher m(node); in VisitWord32Shl() 769 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 795 Int32BinopMatcher m(node); in VisitWord32Shr() 798 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr() 820 Int32BinopMatcher m(node); in VisitWord32Sar() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 299 Int32BinopMatcher m(node); in VisitBinop() 719 Int32BinopMatcher m(node); in VisitWord32Xor() 722 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Xor() 765 Int32BinopMatcher m(node); in VisitWord32Shl() 769 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl() 799 Int32BinopMatcher m(node); in VisitWord32Sar() 801 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() 953 Int32BinopMatcher m(node); in VisitInt32Mul() 1078 Int32BinopMatcher m(node); in VisitInt32Div() 1100 Int32BinopMatcher m(node); in VisitUint32Div() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 631 Int32BinopMatcher m(node); in VisitBinOp() 1038 Int32BinopMatcher m(node); in TryMatchSignExtInt16OrInt8FromWord32Sar() 1040 Int32BinopMatcher mleft(m.left().node()); in TryMatchSignExtInt16OrInt8FromWord32Sar() 1233 return TryMatchShiftFromMul<Int32BinopMatcher, kS390_ShiftLeft32>(selector, in TryMatchInt32MulWithOverflow() 1411 return TryMatchNegFromSub<Int32BinopMatcher, kS390_Neg32>(this, node); \ 1414 return TryMatchShiftFromMul<Int32BinopMatcher, kS390_ShiftLeft32>(this, \ 1749 Int32BinopMatcher m(value); in VisitWordCompareZero() 1762 Int32BinopMatcher m(value); in VisitWordCompareZero() 2016 Int32BinopMatcher m(node); in VisitWord32Equal()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 709 Int32BinopMatcher m(node); in VisitBinop() 920 Int32BinopMatcher m(node); in VisitWord32Shift() 1152 Int32BinopMatcher m(node); in VisitWord32Sar() 1154 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar() 1279 Int32BinopMatcher m(node); in VisitInt32Sub() 1330 Int32BinopMatcher m(node); in VisitMul() 2391 #define TRY_VISIT_WORD32_SHIFT TryVisitWordShift<Int32BinopMatcher, 32> in VisitCompareZero() 2509 Int32BinopMatcher m(value); in VisitWordCompareZero() 2695 Int32BinopMatcher m(user); in VisitWord32Equal()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 805 Int32BinopMatcher m(node); in VisitBinop() 877 Int32BinopMatcher m(node); in VisitWord32Xor() 1316 Int32BinopMatcher m(node); in VisitInt32Sub() 1774 Int32BinopMatcher m(value); in VisitWordCompareZero() 1895 Int32BinopMatcher m(node); in VisitWord32Equal()
|