Searched refs:PrintRegUnit (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range); in assign() 122 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI)); in unassign()
|
D | TargetRegisterInfo.cpp | 67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { in PrintRegUnit() function 95 OS << PrintRegUnit(Unit, TRI); in PrintVRegOrUnit()
|
D | LiveIntervalAnalysis.cpp | 160 OS << PrintRegUnit(i, TRI) << ' ' << *LR << '\n'; in print() 337 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id); in computeLiveInRegUnits() 1011 dbgs() << PrintRegUnit(Reg, &TRI); in updateRange()
|
D | EarlyIfConversion.cpp | 320 dbgs() << ' ' << PrintRegUnit(*i, TRI); in findInsertionPoint()
|
D | MachineVerifier.cpp | 1060 errs() << UseIdx << " is not live in " << PrintRegUnit(*Units, TRI) in checkLiveness() 1065 errs() << PrintRegUnit(*Units, TRI) << ' ' << *LR << '\n'; in checkLiveness()
|
D | MachineTraceMetrics.cpp | 1117 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI) in computeInstrHeights()
|
D | RegisterCoalescer.cpp | 1489 DEBUG(dbgs() << "\t\tInterference: " << PrintRegUnit(*UI, TRI) << '\n'); in joinReservedPhysReg()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 971 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI);
|