Lines Matching refs:PrintReg
289 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI) in spillVirtReg()
290 << " in " << PrintReg(LR.PhysReg, TRI)); in spillVirtReg()
459 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); in calcSpillCost()
468 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " in calcSpillCost()
469 << PrintReg(PhysReg, TRI) << " is reserved already.\n"); in calcSpillCost()
479 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost()
508 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to " in assignVirtToPhysReg()
509 << PrintReg(PhysReg, TRI) << "\n"); in assignVirtToPhysReg()
563 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg()
569 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg()
646 DEBUG(dbgs() << "Reloading " << PrintReg(VirtReg, TRI) << " into " in reloadVirtReg()
647 << PrintReg(LRI->PhysReg, TRI) << "\n"); in reloadVirtReg()
727 DEBUG(dbgs() << ' ' << PrintReg(Reg)); in handleThroughOperands()
794 DEBUG(dbgs() << "\tSetting " << PrintReg(Reg, TRI) in handleThroughOperands()
836 dbgs() << '=' << PrintReg(PhysRegState[Reg]); in AllocateBasicBlock()