Lines Matching refs:Int32BinopMatcher

149     Int32BinopMatcher m(node);  in TryMatchShift()
171 Int32BinopMatcher m(node); in TryMatchShiftImmediate()
261 Int32BinopMatcher m(node); in VisitBinop()
338 Int32BinopMatcher m(node); in VisitDiv()
348 Int32BinopMatcher m(node); in VisitMod()
798 Int32BinopMatcher m(node); in VisitWord32And()
800 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And()
807 Int32BinopMatcher mright(m.right().node()); in VisitWord32And()
820 Int32BinopMatcher mshr(m.left().node()); in VisitWord32And()
901 Int32BinopMatcher m(node); in VisitWord32Xor()
963 Int32BinopMatcher m(node); in VisitWord32Shr()
967 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr()
984 Int32BinopMatcher m(node); in VisitWord32Sar()
986 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Sar()
1156 Int32BinopMatcher m(node); in VisitInt32Add()
1160 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add()
1168 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add()
1176 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add()
1191 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add()
1194 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add()
1216 Int32BinopMatcher mright(m.right().node()); in VisitInt32Add()
1224 Int32BinopMatcher mright(m.right().node()); in VisitInt32Add()
1232 Int32BinopMatcher mright(m.right().node()); in VisitInt32Add()
1247 Int32BinopMatcher mright(m.right().node()); in VisitInt32Add()
1250 Int32BinopMatcher mrightleft(mright.left().node()); in VisitInt32Add()
1275 Int32BinopMatcher m(node); in VisitInt32Sub()
1278 Int32BinopMatcher mright(m.right().node()); in VisitInt32Sub()
1291 Int32BinopMatcher m(node); in EmitInt32MulWithOverflow()
1311 Int32BinopMatcher m(node); in VisitInt32Mul()
1725 Int32BinopMatcher m(node); in VisitWordCompare()
1771 Int32BinopMatcher m(node); in VisitWordCompare()
1805 Int32BinopMatcher m(value); in VisitWordCompareZero()
1948 Int32BinopMatcher m(node); in VisitWord32Equal()