Lines Matching refs:DEBUG
264 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->first, TRI) in spillVirtReg()
268 DEBUG(dbgs() << " to stack slot #" << FI << "\n"); in spillVirtReg()
295 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); 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()
443 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost()
471 DEBUG(dbgs() << "Assigning " << PrintReg(LRE.first, TRI) << " to " in assignVirtToPhysReg()
512 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg()
518 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg()
519 DEBUG(dbgs() << "\tCost: " << Cost << "\n"); in allocVirtReg()
520 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n"); in allocVirtReg()
588 DEBUG(dbgs() << "Reloading " << PrintReg(VirtReg, TRI) << " into " in reloadVirtReg()
594 DEBUG(dbgs() << "Killing last use: " << MO << "\n"); in reloadVirtReg()
600 DEBUG(dbgs() << "Clearing dubious kill: " << MO << "\n"); in reloadVirtReg()
603 DEBUG(dbgs() << "Clearing dubious dead: " << MO << "\n"); in reloadVirtReg()
611 DEBUG(dbgs() << "Clearing clean kill: " << MO << "\n"); in reloadVirtReg()
614 DEBUG(dbgs() << "Clearing clean dead: " << MO << "\n"); in reloadVirtReg()
651 DEBUG(dbgs() << "Scanning for through registers:"); in handleThroughOperands()
662 DEBUG(dbgs() << ' ' << PrintReg(Reg)); in handleThroughOperands()
668 DEBUG(dbgs() << "\nChecking for physdef collisions.\n"); in handleThroughOperands()
685 DEBUG(dbgs() << "Allocating tied uses and early clobbers.\n"); in handleThroughOperands()
694 DEBUG(dbgs() << "Operand " << i << "("<< MO << ") is tied to operand " in handleThroughOperands()
702 DEBUG(dbgs() << "Partial redefine: " << MO << "\n"); in handleThroughOperands()
723 DEBUG(dbgs() << "\tSetting " << PrintReg(Reg, TRI) in handleThroughOperands()
734 DEBUG(dbgs() << "\nAllocating " << *MBB); in AllocateBasicBlock()
775 DEBUG({ in AllocateBasicBlock()
826 DEBUG(dbgs() << "Unable to allocate vreg used by DBG_VALUE"); in AllocateBasicBlock()
837 DEBUG(dbgs() << "Modifying debug info due to spill:" << in AllocateBasicBlock()
847 DEBUG(dbgs() << "Unable to allocate vreg used by DBG_VALUE"); in AllocateBasicBlock()
968 DEBUG(dbgs() << " Spilling remaining registers before call.\n"); in AllocateBasicBlock()
1010 DEBUG(dbgs() << "-- coalescing: " << *MI); in AllocateBasicBlock()
1013 DEBUG(dbgs() << "<< " << *MI); in AllocateBasicBlock()
1018 DEBUG(dbgs() << "Spilling live registers at end of block.\n"); in AllocateBasicBlock()
1027 DEBUG(MBB->dump()); in AllocateBasicBlock()
1033 DEBUG(dbgs() << "********** FAST REGISTER ALLOCATION **********\n" in runOnMachineFunction()