Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp126 const MCRegisterFileDesc &RFDesc = PI.RegisterFiles[I]; in printView() local
128 if (!RFDesc.NumPhysRegs) in printView()
132 TempStream << " -- " << StringRef(RFDesc.Name) << ':'; in printView()
134 if (!RFDesc.NumPhysRegs) in printView()
137 TempStream << RFDesc.NumPhysRegs; in printView()