Lines Matching refs:PrintReg
285 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI) in spillVirtReg()
286 << " in " << PrintReg(LR.PhysReg, TRI)); in spillVirtReg()
450 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); in calcSpillCost()
459 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " in calcSpillCost()
460 << PrintReg(PhysReg, TRI) << " is reserved already.\n"); in calcSpillCost()
470 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost()
499 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to " in assignVirtToPhysReg()
500 << PrintReg(PhysReg, TRI) << "\n"); in assignVirtToPhysReg()
554 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg()
560 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg()
635 DEBUG(dbgs() << "Reloading " << PrintReg(VirtReg, TRI) << " into " in reloadVirtReg()
636 << PrintReg(LRI->PhysReg, TRI) << "\n"); in reloadVirtReg()
716 DEBUG(dbgs() << ' ' << PrintReg(Reg)); in handleThroughOperands()
783 DEBUG(dbgs() << "\tSetting " << PrintReg(Reg, TRI) in handleThroughOperands()
825 dbgs() << '=' << PrintReg(PhysRegState[Reg]); in AllocateBasicBlock()