Home
last modified time | relevance | path

Searched refs:printRegUnit (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp112 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << ' ' << Range); in assign()
129 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI)); in unassign()
H A DTargetRegisterInfo.cpp141 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { in printRegUnit() function
169 OS << printRegUnit(Unit, TRI); in printVRegOrUnit()
H A DRDFRegisters.cpp363 OS << ' ' << printRegUnit(U, &PRI.getTRI()); in print()
H A DLiveIntervals.cpp161 OS << printRegUnit(Unit, TRI) << ' ' << *LR << '\n'; in print()
353 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << '#' << VNI->id); in computeLiveInRegUnits()
1082 dbgs() << printRegUnit(Reg, &TRI); in updateRange()
H A DRegAllocFast.cpp1022 dbgs() << " " << printRegUnit(Unit, TRI) << "[P]"; in dumpState()
1027 dbgs() << ' ' << printRegUnit(Unit, TRI) << '=' << printReg(VirtReg); in dumpState()
H A DReachingDefAnalysis.cpp128 LLVM_DEBUG(dbgs() << printRegUnit(*Unit, TRI) << ":\t" << CurInstr in processDefs()
H A DEarlyIfConversion.cpp414 dbgs() << ' ' << printRegUnit(LRU, TRI); in findInsertionPoint()
H A DMachineTraceMetrics.cpp1145 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(RI->RegUnit, MTM.TRI) << '@' in computeInstrHeights()
H A DMachineVerifier.cpp548 errs() << "- regunit: " << printRegUnit(VRegOrUnit, TRI) << '\n'; in report_context_vreg_regunit()
H A DRegisterCoalescer.cpp2141 LLVM_DEBUG(dbgs() << "\t\tInterference: " << printRegUnit(*UI, TRI) in joinReservedPhysReg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1272 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI);