Searched refs:CombinerObjective (Results 1 – 10 of 10) sorted by relevance
21 enum class CombinerObjective { enum
1274 virtual CombinerObjective getCombinerObjective(unsigned Pattern) const;
123 CombinerObjective getCombinerObjective(unsigned Pattern);298 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective()306 return CombinerObjective::MustReduceDepth; in getCombinerObjective()371 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()644 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()
1175 CombinerObjective1179 return CombinerObjective::MustReduceDepth; in getCombinerObjective()1181 return CombinerObjective::Default; in getCombinerObjective()
264 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
2574 CombinerObjective RISCVInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective()2580 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
487 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
738 CombinerObjective PPCInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective()742 return CombinerObjective::MustReduceDepth; in getCombinerObjective()745 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()
435 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
7394 CombinerObjective7399 return CombinerObjective::MustReduceDepth; in getCombinerObjective()