Lines Matching refs:printReg
421 LLVM_DEBUG(dbgs() << "missed hint " << printReg(PhysHint, TRI) << '\n'); in tryAssign()
445 LLVM_DEBUG(dbgs() << printReg(PhysReg, TRI) << " is available at cost " in tryAssign()
470 << printReg(FromReg, TRI) << " to " in canReassign()
471 << printReg(Reg, TRI) << '\n'); in canReassign()
489 LLVM_DEBUG(dbgs() << "evicting " << printReg(PhysReg, TRI) in evictInterference()
565 dbgs() << printReg(PhysReg, TRI) << " would clobber CSR " in canAllocatePhysReg()
566 << printReg(RegClassInfo.getLastCalleeSavedAlias(PhysReg), TRI) in canAllocatePhysReg()
1127 LLVM_DEBUG(dbgs() << printReg(PhysReg, TRI) << "\tno positive bundles\n"); in calculateRegionSplitCostAroundReg()
1130 LLVM_DEBUG(dbgs() << printReg(PhysReg, TRI) in calculateRegionSplitCostAroundReg()
1138 << printReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCostAroundReg()
1206 LLVM_DEBUG(dbgs() << "Split for " << printReg(Cand.PhysReg, TRI) << " in " in doRegionSplit()
1683 LLVM_DEBUG(dbgs() << printReg(PhysReg, TRI) << ' ' << Uses[SplitBefore] in tryLocalSplit()
1782 LLVM_DEBUG(dbgs() << ' ' << printReg(LREdit.get(I))); in tryLocalSplit()
1992 << printReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2051 << printReg(PhysReg, TRI) << '\n'); in tryLastChanceRecoloring()
2130 << " succeeded with: " << printReg(PhysReg, TRI) << '\n'); in tryRecoloringCandidates()
2297 LLVM_DEBUG(dbgs() << "Trying to reconcile hints for: " << printReg(Reg, TRI) in tryHintRecoloring()
2298 << '(' << printReg(PhysReg, TRI) << ")\n"); in tryHintRecoloring()
2324 LLVM_DEBUG(dbgs() << printReg(Reg, TRI) << '(' << printReg(CurrPhys, TRI) in tryHintRecoloring()