Searched refs:PrintRegUnit (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetRegisterInfo.h | 958 class PrintRegUnit { 963 PrintRegUnit(unsigned unit, const TargetRegisterInfo *tri) in PrintRegUnit() function 968 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { 975 class PrintVRegOrUnit : protected PrintRegUnit { 978 : PrintRegUnit(VRegOrUnit, tri) {} in PrintVRegOrUnit()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 108 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range); in assign() 125 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI)); in unassign()
|
| H A D | TargetRegisterInfo.cpp | 56 void PrintRegUnit::print(raw_ostream &OS) const { in print() 82 PrintRegUnit::print(OS); in print()
|
| H A D | LiveIntervalAnalysis.cpp | 154 OS << PrintRegUnit(i, TRI) << ' ' << *LR << '\n'; in print() 308 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id); in computeLiveInRegUnits() 967 dbgs() << PrintRegUnit(Reg, &TRI); in updateRange()
|
| H A D | EarlyIfConversion.cpp | 320 dbgs() << ' ' << PrintRegUnit(*i, TRI); in findInsertionPoint()
|
| H A D | MachineVerifier.cpp | 1033 *OS << UseIdx << " is not live in " << PrintRegUnit(*Units, TRI) in checkLiveness() 1038 *OS << PrintRegUnit(*Units, TRI) << ' ' << *LR << '\n'; in checkLiveness()
|
| H A D | MachineTraceMetrics.cpp | 1122 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI) in computeInstrHeights()
|
| H A D | RegisterCoalescer.cpp | 1446 DEBUG(dbgs() << "\t\tInterference: " << PrintRegUnit(*UI, TRI) << '\n'); in joinReservedPhysReg()
|