Lines Matching refs:Int64BinopMatcher

487   Int64BinopMatcher m(node);  in VisitWord64And()
496 Int64BinopMatcher mleft(m.left().node()); in VisitWord64And()
534 VisitLogical<Int64BinopMatcher>( in VisitWord64And()
551 Int64BinopMatcher m(node); in VisitWord64Or()
552 VisitLogical<Int64BinopMatcher>( in VisitWord64Or()
573 Int64BinopMatcher m(node); in VisitWord64Xor()
577 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Xor, kInt16Imm_Unsigned); in VisitWord64Xor()
611 Int64BinopMatcher m(node); in VisitWord64Shl()
615 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shl()
682 Int64BinopMatcher m(node); in VisitWord64Shr()
685 Int64BinopMatcher mleft(m.left().node()); in VisitWord64Shr()
852 Int64BinopMatcher m(node); in VisitWord64Sar()
962 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Add64, kInt16Imm); in VisitInt64Add()
980 Int64BinopMatcher m(node); in VisitInt64Sub()
984 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Sub, kInt16Imm_Negate); in VisitInt64Sub()
1452 return VisitBinop<Int64BinopMatcher>(this, node, kPPC_Add64, kInt16Imm, in VisitInt64AddWithOverflow()
1456 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Add64, kInt16Imm, &cont); in VisitInt64AddWithOverflow()
1463 return VisitBinop<Int64BinopMatcher>(this, node, kPPC_Sub, kInt16Imm_Negate, in VisitInt64SubWithOverflow()
1467 VisitBinop<Int64BinopMatcher>(this, node, kPPC_Sub, kInt16Imm_Negate, &cont); in VisitInt64SubWithOverflow()
1650 return VisitBinop<Int64BinopMatcher>(this, node, kPPC_Add64, in VisitWordCompareZero()
1654 return VisitBinop<Int64BinopMatcher>(this, node, kPPC_Sub, in VisitWordCompareZero()