Lines Matching refs:Int32BinopMatcher
307 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend()
317 Int32BinopMatcher mright(right_node); in TryMatchAnyExtend()
320 Int32BinopMatcher mleft_of_right(mright.left().node()); in TryMatchAnyExtend()
854 Int32BinopMatcher m(node); in VisitWord32And()
867 Int32BinopMatcher mleft(m.left().node()); in VisitWord32And()
887 VisitLogical<Int32BinopMatcher>( in VisitWord32And()
935 Int32BinopMatcher m(node); in VisitWord32Or()
936 VisitLogical<Int32BinopMatcher>( in VisitWord32Or()
951 Int32BinopMatcher m(node); in VisitWord32Xor()
952 VisitLogical<Int32BinopMatcher>( in VisitWord32Xor()
967 Int32BinopMatcher m(node); in VisitWord32Shl()
971 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shl()
1023 Int32BinopMatcher m(node); in TryEmitBitfieldExtract32()
1027 Int32BinopMatcher mleft(m.left().node()); in TryEmitBitfieldExtract32()
1050 Int32BinopMatcher m(node); in VisitWord32Shr()
1053 Int32BinopMatcher mleft(m.left().node()); in VisitWord32Shr()
1124 Int32BinopMatcher m(node); in VisitWord32Sar()
1143 Int32BinopMatcher madd_node(add_node); in VisitWord32Sar()
1288 Int32BinopMatcher m(node); in VisitInt32Add()
1291 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Add()
1303 Int32BinopMatcher mright(m.right().node()); in VisitInt32Add()
1313 VisitAddSub<Int32BinopMatcher>(this, node, kArm64Add32, kArm64Sub32); in VisitInt32Add()
1350 Int32BinopMatcher m(node); in VisitInt32Sub()
1354 Int32BinopMatcher mright(m.right().node()); in VisitInt32Sub()
1365 VisitAddSub<Int32BinopMatcher>(this, node, kArm64Sub32, kArm64Add32); in VisitInt32Sub()
1394 Int32BinopMatcher m(node); in EmitInt32MulWithOverflow()
1409 Int32BinopMatcher m(node); in VisitInt32Mul()
1422 Int32BinopMatcher mleft(m.left().node()); in VisitInt32Mul()
1434 Int32BinopMatcher mright(m.right().node()); in VisitInt32Mul()
1971 Int32BinopMatcher m_and(node); in TryEmitCbzOrTbz()
2002 Int32BinopMatcher m(node); in VisitWord32Compare()
2044 Int32BinopMatcher msub(sub); in VisitWord32Compare()
2060 VisitBinop<Int32BinopMatcher>(selector, node, opcode, immediate_mode, cont); in VisitWord32Compare()
2240 Int32BinopMatcher m(value); in VisitWordCompareZero()
2386 return VisitBinop<Int32BinopMatcher>(this, node, kArm64Add32, in VisitWordCompareZero()
2390 return VisitBinop<Int32BinopMatcher>(this, node, kArm64Sub32, in VisitWordCompareZero()
2474 Int32BinopMatcher m(user); in VisitWord32Equal()
2487 Int32BinopMatcher mequal(value); in VisitWord32Equal()
2560 return VisitBinop<Int32BinopMatcher>(this, node, kArm64Add32, in VisitInt32AddWithOverflow()
2564 VisitBinop<Int32BinopMatcher>(this, node, kArm64Add32, kArithmeticImm, &cont); in VisitInt32AddWithOverflow()
2571 return VisitBinop<Int32BinopMatcher>(this, node, kArm64Sub32, in VisitInt32SubWithOverflow()
2575 VisitBinop<Int32BinopMatcher>(this, node, kArm64Sub32, kArithmeticImm, &cont); in VisitInt32SubWithOverflow()