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

/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range);
122 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI));
H A DTargetRegisterInfo.cpp67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { function
95 OS << PrintRegUnit(Unit, TRI);
H A DLiveIntervalAnalysis.cpp152 OS << PrintRegUnit(i, TRI) << ' ' << *LR << '\n';
326 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id);
991 dbgs() << PrintRegUnit(Reg, &TRI);
H A DEarlyIfConversion.cpp320 dbgs() << ' ' << PrintRegUnit(*i, TRI);
H A DMachineTraceMetrics.cpp1121 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI)
H A DMachineVerifier.cpp505 errs() << "- regunit: " << PrintRegUnit(VRegOrUnit, TRI) << '\n';
H A DRegisterCoalescer.cpp1563 DEBUG(dbgs() << "\t\tInterference: " << PrintRegUnit(*UI, TRI) << '\n');
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h1111 /// Usage: OS << PrintRegUnit(Unit, TRI) << '\n';
1112 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI);

Completed in 194 milliseconds