Home
last modified time | relevance | path

Searched refs:PrintRegUnit (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h958 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 DLiveRegMatrix.cpp108 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range); in assign()
125 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI)); in unassign()
H A DTargetRegisterInfo.cpp56 void PrintRegUnit::print(raw_ostream &OS) const { in print()
82 PrintRegUnit::print(OS); in print()
H A DLiveIntervalAnalysis.cpp154 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 DEarlyIfConversion.cpp320 dbgs() << ' ' << PrintRegUnit(*i, TRI); in findInsertionPoint()
H A DMachineVerifier.cpp1033 *OS << UseIdx << " is not live in " << PrintRegUnit(*Units, TRI) in checkLiveness()
1038 *OS << PrintRegUnit(*Units, TRI) << ' ' << *LR << '\n'; in checkLiveness()
H A DMachineTraceMetrics.cpp1122 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI) in computeInstrHeights()
H A DRegisterCoalescer.cpp1446 DEBUG(dbgs() << "\t\tInterference: " << PrintRegUnit(*UI, TRI) << '\n'); in joinReservedPhysReg()