Home
last modified time | relevance | path

Searched refs:printVRegOrUnit (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp144 Printable printVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) { in printVRegOrUnit() function
DRegisterPressure.cpp101 dbgs() << printVRegOrUnit(P.RegUnit, TRI); in dump()
109 dbgs() << printVRegOrUnit(P.RegUnit, TRI); in dump()
DMachineScheduler.cpp1136 LLVM_DEBUG(dbgs() << " LiveReg: " << printVRegOrUnit(Reg, TRI) << "\n"); in updatePressureDiffs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h1185 Printable printVRegOrUnit(unsigned VRegOrUnit, const TargetRegisterInfo *TRI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp605 dbgs() << printVRegOrUnit(Reg, DAG->getTRI()) << ' '; in printDebug()
609 dbgs() << printVRegOrUnit(Reg, DAG->getTRI()) << ' '; in printDebug()
1638 << printVRegOrUnit(Reg, DAG->getTRI()) << ' '; in pickBlock()
DGCNRegPressure.cpp502 OS << ' ' << printVRegOrUnit(Reg, TRI) << ':' in printLiveRegs()