Lines Matching refs:Int64BinopMatcher
218 Int64BinopMatcher m(node); in Initialize()
895 Int64BinopMatcher m(node); in VisitWord64And()
908 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
928 VisitLogical<Int64BinopMatcher>( in VisitWord64And()
943 Int64BinopMatcher m(node); in VisitWord64Or()
944 VisitLogical<Int64BinopMatcher>( in VisitWord64Or()
959 Int64BinopMatcher m(node); in VisitWord64Xor()
960 VisitLogical<Int64BinopMatcher>( in VisitWord64Xor()
1005 Int64BinopMatcher m(node); in VisitWord64Shl()
1094 Int64BinopMatcher m(node); in VisitWord64Shr()
1097 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr()
1319 Int64BinopMatcher m(node); in VisitInt64Add()
1322 Int64BinopMatcher mleft(m.left().node()); in VisitInt64Add()
1334 Int64BinopMatcher mright(m.right().node()); in VisitInt64Add()
1344 VisitAddSub<Int64BinopMatcher>(this, node, kArm64Add, kArm64Sub); in VisitInt64Add()
1371 Int64BinopMatcher m(node); in VisitInt64Sub()
1375 Int64BinopMatcher mright(m.right().node()); in VisitInt64Sub()
1386 VisitAddSub<Int64BinopMatcher>(this, node, kArm64Sub, kArm64Add); in VisitInt64Sub()
1451 Int64BinopMatcher m(node); in VisitInt64Mul()
1464 Int64BinopMatcher mleft(m.left().node()); in VisitInt64Mul()
1476 Int64BinopMatcher mright(m.right().node()); in VisitInt64Mul()
2255 Int64BinopMatcher m(value); in VisitWordCompareZero()
2319 Int64BinopMatcher m(value); in VisitWordCompareZero()
2401 return VisitBinop<Int64BinopMatcher>(this, node, kArm64Add, in VisitWordCompareZero()
2405 return VisitBinop<Int64BinopMatcher>(this, node, kArm64Sub, in VisitWordCompareZero()
2539 Int64BinopMatcher m(user); in VisitWord64Equal()
2594 return VisitBinop<Int64BinopMatcher>(this, node, kArm64Add, kArithmeticImm, in VisitInt64AddWithOverflow()
2598 VisitBinop<Int64BinopMatcher>(this, node, kArm64Add, kArithmeticImm, &cont); in VisitInt64AddWithOverflow()
2605 return VisitBinop<Int64BinopMatcher>(this, node, kArm64Sub, kArithmeticImm, in VisitInt64SubWithOverflow()
2609 VisitBinop<Int64BinopMatcher>(this, node, kArm64Sub, kArithmeticImm, &cont); in VisitInt64SubWithOverflow()