Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp21 RegisterFileStatistics::RegisterFileStatistics(const MCSubtargetInfo &sti) in RegisterFileStatistics() function in llvm::mca::RegisterFileStatistics
48 void RegisterFileStatistics::updateRegisterFileUsage( in updateRegisterFileUsage()
60 void RegisterFileStatistics::updateMoveElimInfo(const Instruction &Inst) { in updateMoveElimInfo()
78 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
96 void RegisterFileStatistics::onCycleEnd() { in onCycleEnd()
105 void RegisterFileStatistics::printView(raw_ostream &OS) const { in printView()
H A DRegisterFileStatistics.h46 class RegisterFileStatistics : public View {
72 RegisterFileStatistics(const llvm::MCSubtargetInfo &sti);
/freebsd-12.1/usr.bin/clang/llvm-mca/
H A DMakefile11 SRCS+= Views/RegisterFileStatistics.cpp
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp483 Printer.addView(llvm::make_unique<mca::RegisterFileStatistics>(*STI)); in main()