Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFileStatistics.cpp85 const MCRegisterFileDesc &RFDesc = PI.RegisterFiles[I]; in printView() local
87 if (!RFDesc.NumPhysRegs) in printView()
91 TempStream << " -- " << StringRef(RFDesc.Name) << ':'; in printView()
93 if (!RFDesc.NumPhysRegs) in printView()
96 TempStream << RFDesc.NumPhysRegs; in printView()