Lines Matching refs:MachineCombinerPattern
107 MachineCombinerPattern Pattern, bool SlackIsAccurate);
111 MachineCombinerPattern Pattern);
125 SmallVector<MachineCombinerPattern, 16> &Patterns);
309 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
313 case MachineCombinerPattern::REASSOC_AX_BY: in getCombinerObjective()
314 case MachineCombinerPattern::REASSOC_AX_YB: in getCombinerObjective()
315 case MachineCombinerPattern::REASSOC_XA_BY: in getCombinerObjective()
316 case MachineCombinerPattern::REASSOC_XA_YB: in getCombinerObjective()
317 case MachineCombinerPattern::REASSOC_XY_AMM_BMM: in getCombinerObjective()
318 case MachineCombinerPattern::REASSOC_XMM_AMM_BMM: in getCombinerObjective()
319 case MachineCombinerPattern::SUBADD_OP1: in getCombinerObjective()
320 case MachineCombinerPattern::SUBADD_OP2: in getCombinerObjective()
322 case MachineCombinerPattern::REASSOC_XY_BCA: in getCombinerObjective()
323 case MachineCombinerPattern::REASSOC_XY_BAC: in getCombinerObjective()
357 MachineCombinerPattern Pattern) { in reduceRegisterPressure()
376 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
513 MachineCombinerPattern Pattern, in insertDeleteInstructions()
551 SmallVector<MachineCombinerPattern, 16> &Patterns) { in verifyPatternOrder() argument
605 SmallVector<MachineCombinerPattern, 16> Patterns; in combineInstructions()