Lines Matching refs:PrintReg
285 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI)
286 << " in " << PrintReg(LR.PhysReg, TRI));
442 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n");
451 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding "
452 << PrintReg(PhysReg, TRI) << " is reserved already.\n");
462 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n");
491 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to "
492 << PrintReg(PhysReg, TRI) << "\n");
546 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from "
552 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n");
624 DEBUG(dbgs() << "Reloading " << PrintReg(VirtReg, TRI) << " into "
625 << PrintReg(LRI->PhysReg, TRI) << "\n");
705 DEBUG(dbgs() << ' ' << PrintReg(Reg));
772 DEBUG(dbgs() << "\tSetting " << PrintReg(Reg, TRI)
815 dbgs() << '=' << PrintReg(PhysRegState[Reg]);