Lines Matching refs:PrintReg
461 DEBUG(dbgs() << "missed hint " << PrintReg(Hint, TRI) << '\n'); in tryAssign()
476 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is available at cost " << Cost in tryAssign()
591 DEBUG(dbgs() << "evicting " << PrintReg(PhysReg, TRI) in evictInterference()
639 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR " in tryEvict()
640 << PrintReg(CSR, TRI) << '\n'); in tryEvict()
1131 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tno positive bundles\n"); in tryRegionSplit()
1134 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tstatic = " << Cost); in tryRegionSplit()
1141 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in tryRegionSplit()
1187 DEBUG(dbgs() << "Split for " << PrintReg(Cand.PhysReg, TRI) << " in " in tryRegionSplit()
1393 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << ' ' in tryLocalSplit()
1492 DEBUG(dbgs() << PrintReg(LREdit.get(i)->reg)); in tryLocalSplit()