Searched refs:printRegUnit (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 112 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << ' ' << Range); in assign() 129 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI)); in unassign()
|
D | TargetRegisterInfo.cpp | 121 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { in printRegUnit() function 149 OS << printRegUnit(Unit, TRI); in printVRegOrUnit()
|
D | LiveIntervals.cpp | 161 OS << printRegUnit(Unit, TRI) << ' ' << *LR << '\n'; in print() 339 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << '#' << VNI->id); in computeLiveInRegUnits() 1033 dbgs() << printRegUnit(Reg, &TRI); in updateRange()
|
D | EarlyIfConversion.cpp | 321 dbgs() << ' ' << printRegUnit(*i, TRI); in findInsertionPoint()
|
D | MachineTraceMetrics.cpp | 1146 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(RI->RegUnit, MTM.TRI) << '@' in computeInstrHeights()
|
D | MachineVerifier.cpp | 541 errs() << "- regunit: " << printRegUnit(VRegOrUnit, TRI) << '\n'; in report_context_vreg_regunit()
|
D | RegisterCoalescer.cpp | 1861 LLVM_DEBUG(dbgs() << "\t\tInterference: " << printRegUnit(*UI, TRI) in joinReservedPhysReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.cpp | 368 OS << ' ' << printRegUnit(U, &PRI.getTRI()); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 1181 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI);
|