Lines Matching refs:MachineCombinerPattern

108                           MachineCombinerPattern Pattern, bool SlackIsAccurate);
112 MachineCombinerPattern Pattern);
126 SmallVector<MachineCombinerPattern, 16> &Patterns);
304 static CombinerObjective getCombinerObjective(MachineCombinerPattern P) { in getCombinerObjective()
308 case MachineCombinerPattern::REASSOC_AX_BY: in getCombinerObjective()
309 case MachineCombinerPattern::REASSOC_AX_YB: in getCombinerObjective()
310 case MachineCombinerPattern::REASSOC_XA_BY: in getCombinerObjective()
311 case MachineCombinerPattern::REASSOC_XA_YB: in getCombinerObjective()
312 case MachineCombinerPattern::REASSOC_XY_AMM_BMM: in getCombinerObjective()
313 case MachineCombinerPattern::REASSOC_XMM_AMM_BMM: in getCombinerObjective()
314 case MachineCombinerPattern::SUBADD_OP1: in getCombinerObjective()
315 case MachineCombinerPattern::SUBADD_OP2: in getCombinerObjective()
316 case MachineCombinerPattern::FMADD_AX: in getCombinerObjective()
317 case MachineCombinerPattern::FMADD_XA: in getCombinerObjective()
318 case MachineCombinerPattern::FMSUB: in getCombinerObjective()
319 case MachineCombinerPattern::FNMSUB: in getCombinerObjective()
321 case MachineCombinerPattern::REASSOC_XY_BCA: in getCombinerObjective()
322 case MachineCombinerPattern::REASSOC_XY_BAC: in getCombinerObjective()
356 MachineCombinerPattern Pattern) { in reduceRegisterPressure()
375 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
505 MachineCombinerPattern Pattern, bool IncrementalUpdate) { in insertDeleteInstructions()
542 SmallVector<MachineCombinerPattern, 16> &Patterns) { in verifyPatternOrder() argument
596 SmallVector<MachineCombinerPattern, 16> Patterns; in combineInstructions()