Lines Matching refs:PrintReg
633 DEBUG(dbgs() << "missed hint " << PrintReg(Hint, TRI) << '\n'); in tryAssign()
649 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is available at cost " << Cost in tryAssign()
680 << PrintReg(PrevReg, TRI) << " to " << PrintReg(PhysReg, TRI) in canReassign()
814 DEBUG(dbgs() << "evicting " << PrintReg(PhysReg, TRI) in evictInterference()
898 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR " in tryEvict()
899 << PrintReg(RegClassInfo.getLastCalleeSavedAlias(PhysReg), TRI) in tryEvict()
1412 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tno positive bundles\n"); in calculateRegionSplitCost()
1415 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tstatic = "; in calculateRegionSplitCost()
1423 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCost()
1472 DEBUG(dbgs() << "Split for " << PrintReg(Cand.PhysReg, TRI) << " in " in doRegionSplit()
1825 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << ' ' in tryLocalSplit()
1926 DEBUG(dbgs() << PrintReg(LREdit.get(i))); in tryLocalSplit()
2100 << PrintReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2156 << PrintReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2197 << " succeeded with: " << PrintReg(PhysReg, TRI) << '\n'); in tryRecoloringCandidates()
2363 DEBUG(dbgs() << "Trying to reconcile hints for: " << PrintReg(Reg, TRI) << '(' in tryHintRecoloring()
2364 << PrintReg(PhysReg, TRI) << ")\n"); in tryHintRecoloring()
2385 DEBUG(dbgs() << PrintReg(Reg, TRI) << '(' << PrintReg(CurrPhys, TRI) in tryHintRecoloring()