OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintRegUnit
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/
LiveRegMatrix.cpp
79
DEBUG(dbgs() << ' ' <<
PrintRegUnit
(*Units, TRI));
92
DEBUG(dbgs() << ' ' <<
PrintRegUnit
(*Units, TRI));
TargetRegisterInfo.cpp
55
void
PrintRegUnit
::print(raw_ostream &OS) const {
LiveIntervalAnalysis.cpp
144
OS <<
PrintRegUnit
(i, TRI) << " = " << *LI << '\n';
301
DEBUG(dbgs() << ' ' <<
PrintRegUnit
(Unit, TRI) << '#' << VNI->id);
778
dbgs() <<
PrintRegUnit
(LI.reg, &TRI);
[
all
...]
MachineVerifier.cpp
421
*OS <<
PrintRegUnit
(LI.reg, TRI);
432
*OS <<
PrintRegUnit
(LI.reg, TRI);
[
all
...]
EarlyIfConversion.cpp
319
dbgs() << ' ' <<
PrintRegUnit
(*i, TRI);
MachineTraceMetrics.cpp
[
all
...]
RegisterCoalescer.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
[
all
...]
Completed in 43 milliseconds