Lines Matching refs:PrintReg
635 DEBUG(dbgs() << "missed hint " << PrintReg(Hint, TRI) << '\n'); in tryAssign()
651 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is available at cost " << Cost in tryAssign()
682 << PrintReg(PrevReg, TRI) << " to " << PrintReg(PhysReg, TRI) in canReassign()
816 DEBUG(dbgs() << "evicting " << PrintReg(PhysReg, TRI) in evictInterference()
900 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR " in tryEvict()
901 << PrintReg(RegClassInfo.getLastCalleeSavedAlias(PhysReg), TRI) in tryEvict()
1422 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tno positive bundles\n"); in calculateRegionSplitCost()
1425 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tstatic = "; in calculateRegionSplitCost()
1433 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCost()
1482 DEBUG(dbgs() << "Split for " << PrintReg(Cand.PhysReg, TRI) << " in " in doRegionSplit()
1835 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << ' ' in tryLocalSplit()
1936 DEBUG(dbgs() << PrintReg(LREdit.get(i))); in tryLocalSplit()
2110 << PrintReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2166 << PrintReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2207 << " succeeded with: " << PrintReg(PhysReg, TRI) << '\n'); in tryRecoloringCandidates()
2373 DEBUG(dbgs() << "Trying to reconcile hints for: " << PrintReg(Reg, TRI) << '(' in tryHintRecoloring()
2374 << PrintReg(PhysReg, TRI) << ")\n"); in tryHintRecoloring()
2395 DEBUG(dbgs() << PrintReg(Reg, TRI) << '(' << PrintReg(CurrPhys, TRI) in tryHintRecoloring()