Home
last modified time | relevance | path

Searched refs:Int32BinopMatcher (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc35 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 …]
Dcontrol-flow-optimizer.cc80 Int32BinopMatcher m(cond); in TryBuildSwitch()
105 Int32BinopMatcher m1(cond1); in TryBuildSwitch()
Dsimplified-operator-reducer.cc238 Int32BinopMatcher m(node); in Reduce()
242 Int32BinopMatcher n(checked_int32_add); in Reduce()
Dnode-matchers.h341 using Int32BinopMatcher = BinopMatcher<Int32Matcher, Int32Matcher>; variable
408 ScaleMatcher<Int32BinopMatcher, IrOpcode::kInt32Mul, IrOpcode::kWord32Shl>;
478 AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub,
Dsimplified-lowering.cc4631 Int32BinopMatcher m(node); in Int32Div()
4704 Int32BinopMatcher m(node); in Int32Mod()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc335 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/
Dinstruction-selector-arm.cc161 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/
Dinstruction-selector-ppc.cc487 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/
Dinstruction-selector-mips.cc181 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/
Dinstruction-selector-loong64.cc289 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/
Dinstruction-selector-mips64.cc293 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/
Dinstruction-selector-riscv64.cc299 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/
Dinstruction-selector-s390.cc631 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/
Dinstruction-selector-x64.cc709 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/
Dinstruction-selector-ia32.cc805 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()