Lines Matching refs:PrintReg
264 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->first, TRI) in spillVirtReg()
265 << " in " << PrintReg(LR.PhysReg, TRI)); in spillVirtReg()
426 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); in calcSpillCost()
435 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " in calcSpillCost()
436 << PrintReg(PhysReg, TRI) << " is reserved already.\n"); in calcSpillCost()
443 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost()
471 DEBUG(dbgs() << "Assigning " << PrintReg(LRE.first, TRI) << " to " in assignVirtToPhysReg()
472 << PrintReg(PhysReg, TRI) << "\n"); in assignVirtToPhysReg()
512 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg()
518 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg()
588 DEBUG(dbgs() << "Reloading " << PrintReg(VirtReg, TRI) << " into " in reloadVirtReg()
589 << PrintReg(LR.PhysReg, TRI) << "\n"); in reloadVirtReg()
662 DEBUG(dbgs() << ' ' << PrintReg(Reg)); in handleThroughOperands()
723 DEBUG(dbgs() << "\tSetting " << PrintReg(Reg, TRI) in handleThroughOperands()
787 dbgs() << '=' << PrintReg(PhysRegState[Reg]); in AllocateBasicBlock()