Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp20 RegisterFileStatistics::RegisterFileStatistics(const MCSubtargetInfo &sti) in RegisterFileStatistics() function in llvm::mca::RegisterFileStatistics
47 void RegisterFileStatistics::updateRegisterFileUsage( in updateRegisterFileUsage()
59 void RegisterFileStatistics::updateMoveElimInfo(const Instruction &Inst) { in updateMoveElimInfo()
80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
98 void RegisterFileStatistics::onCycleEnd() { in onCycleEnd()
107 void RegisterFileStatistics::printView(raw_ostream &OS) const { in printView()
H A DRegisterFileStatistics.h45 class RegisterFileStatistics : public View {
71 RegisterFileStatistics(const llvm::MCSubtargetInfo &sti);
/freebsd-14.2/usr.bin/clang/llvm-mca/
H A DMakefile12 SRCS+= Views/RegisterFileStatistics.cpp
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp726 Printer.addView(std::make_unique<mca::RegisterFileStatistics>(*STI)); in main()