Searched refs:CombinerObjective (Results 1 – 10 of 10) sorted by relevance
21 enum class CombinerObjective { enum
1243 virtual CombinerObjective getCombinerObjective(unsigned Pattern) const;
126 CombinerObjective getCombinerObjective(unsigned Pattern);301 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective()309 return CombinerObjective::MustReduceDepth; in getCombinerObjective()374 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()647 CombinerObjective::MustReduceRegisterPressure) { in combineInstructions()
948 CombinerObjective950 return CombinerObjective::Default; in getCombinerObjective()
255 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
2155 CombinerObjective RISCVInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() 2161 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
429 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
6598 CombinerObjective6603 return CombinerObjective::MustReduceDepth; in getCombinerObjective()
377 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
740 CombinerObjective PPCInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective()744 return CombinerObjective::MustReduceDepth; in getCombinerObjective()747 return CombinerObjective::MustReduceRegisterPressure; in getCombinerObjective()