Home
last modified time | relevance | path

Searched refs:Int64BinopMatcher (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc526 Int64BinopMatcher m(node); in VisitWord64And()
536 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
574 VisitLogical<Int64BinopMatcher>( in VisitWord64And()
589 Int64BinopMatcher m(node); in VisitWord64Or()
590 VisitLogical<Int64BinopMatcher>( in VisitWord64Or()
638 Int64BinopMatcher m(node); in VisitWord64Xor()
642 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord64Xor()
674 Int64BinopMatcher m(node); in VisitWord64Shl()
678 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
745 Int64BinopMatcher m(node); in VisitWord64Shr()
[all …]
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc247 Int64BinopMatcher m(node); in Initialize()
1127 Int64BinopMatcher m(node); in VisitWord64And()
1140 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
1161 VisitLogical<Int64BinopMatcher>( in VisitWord64And()
1174 Int64BinopMatcher m(node); in VisitWord64Or()
1175 VisitLogical<Int64BinopMatcher>( in VisitWord64Or()
1188 Int64BinopMatcher m(node); in VisitWord64Xor()
1189 VisitLogical<Int64BinopMatcher>( in VisitWord64Xor()
1232 Int64BinopMatcher m(node); in VisitWord64Shl()
1350 Int64BinopMatcher m(node); in VisitWord64Shr()
[all …]
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc220 Int64BinopMatcher m(node); in Initialize()
641 Int64BinopMatcher m(node); in VisitWord64And()
653 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
726 Int64BinopMatcher m(node); in VisitWord64Xor()
729 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor()
831 Int64BinopMatcher m(node); in VisitWord64Shl()
845 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
870 Int64BinopMatcher m(node); in VisitWord64Shr()
873 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr()
987 Int64BinopMatcher m(node); in VisitInt64Add()
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc220 Int64BinopMatcher m(node); in Initialize()
657 Int64BinopMatcher m(node); in VisitWord64And()
669 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
742 Int64BinopMatcher m(node); in VisitWord64Xor()
745 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor()
847 Int64BinopMatcher m(node); in VisitWord64Shl()
861 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
886 Int64BinopMatcher m(node); in VisitWord64Shr()
889 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr()
1022 Int64BinopMatcher m(node); in VisitInt64Add()
[all …]
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc95 using IntNBinopMatcher = Int64BinopMatcher;
350 Int64BinopMatcher m(node); in Reduce()
356 Int64BinopMatcher msub(m.left().node()); in Reduce()
923 Int64BinopMatcher m(node); in Reduce()
931 Int64BinopMatcher m(node); in Reduce()
1024 Int64BinopMatcher m(node); in ReduceInt64Add()
1032 Int64BinopMatcher n(m.left().node()); in ReduceInt64Add()
1065 Int64BinopMatcher m(node); in ReduceInt64Sub()
1084 Int64BinopMatcher m(node); in ReduceInt64Mul()
1106 Int64BinopMatcher n(m.left().node()); in ReduceInt64Mul()
[all …]
Dnode-matchers.h343 using Int64BinopMatcher = BinopMatcher<Int64Matcher, Int64Matcher>; variable
410 ScaleMatcher<Int64BinopMatcher, IrOpcode::kInt64Mul, IrOpcode::kWord64Shl>;
481 AddMatcher<Int64BinopMatcher, IrOpcode::kInt64Add, IrOpcode::kInt64Sub,
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc226 Int64BinopMatcher m(node); in Initialize()
675 Int64BinopMatcher m(node); in VisitWord64And()
687 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
742 Int64BinopMatcher m(node); in VisitWord64Xor()
745 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Xor()
826 Int64BinopMatcher m(node); in VisitWord64Shl()
840 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
977 Int64BinopMatcher leftInput(left), rightInput(right); in VisitInt32Mul()
1052 Int64BinopMatcher m(node); in VisitInt64Mul()
1084 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Div()
[all …]
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc903 Int64BinopMatcher m(node); in VisitWord64And()
912 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
955 Int64BinopMatcher m(node); in VisitWord64Shl()
958 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
997 Int64BinopMatcher m(node); in VisitWord64Shr()
999 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr()
1474 return TryMatchNegFromSub<Int64BinopMatcher, kS390_Neg64>(this, node); \
1481 return TryMatchShiftFromMul<Int64BinopMatcher, kS390_ShiftLeft64>(this, \
1795 Int64BinopMatcher m(value); in VisitWordCompareZero()
2049 Int64BinopMatcher m(node); in VisitWord64Equal()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc942 Int64BinopMatcher m(node); in VisitWord64Shift()
951 Int64BinopMatcher mright(right); in VisitWord64Shift()
1029 Int64BinopMatcher bm(node); in VisitWord64Shl()
1091 Int64BinopMatcher m(node); in TryMatchLoadWord64AndShiftRight()
1301 Int64BinopMatcher m(node); in VisitInt64Sub()
1823 Int64BinopMatcher m(value); in VisitTruncateInt64ToInt32()
2392 #define TRY_VISIT_WORD64_SHIFT TryVisitWordShift<Int64BinopMatcher, 64> in VisitCompareZero()
2536 Int64BinopMatcher m(value); in VisitWordCompareZero()
2726 Int64BinopMatcher m(node); in VisitWord64Equal()