Searched refs:SchedulerStatistics (Results 1 – 6 of 6) sorted by relevance
21 SchedulerStatistics::SchedulerStatistics(const llvm::MCSubtargetInfo &STI) in SchedulerStatistics() function in llvm::mca::SchedulerStatistics44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()74 void SchedulerStatistics::onReservedBuffers(const InstRef & /* unused */, in onReservedBuffers()83 void SchedulerStatistics::onReleasedBuffers(const InstRef & /* unused */, in onReleasedBuffers()92 void SchedulerStatistics::updateHistograms() { in updateHistograms()102 void SchedulerStatistics::printSchedulerStats(raw_ostream &OS) const { in printSchedulerStats()123 void SchedulerStatistics::printSchedulerUsage(raw_ostream &OS) const { in printSchedulerUsage()172 void SchedulerStatistics::printView(raw_ostream &OS) const { in printView()
47 class SchedulerStatistics final : public View {75 SchedulerStatistics(const llvm::MCSubtargetInfo &STI);
27 Views/SchedulerStatistics.cpp
667 Printer.addView(std::make_unique<mca::SchedulerStatistics>(*STI)); in main()
30 "Views/SchedulerStatistics.cpp",
7061 llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp7062 llvm/tools/llvm-mca/Views/SchedulerStatistics.h