Searched refs:TimelineView (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp1 //===--------------------- TimelineView.cpp ---------------------*- C++ -*-===//
10 /// This file implements the TimelineView interface.
14 #include "Views/TimelineView.h"
20 TimelineView::TimelineView(const MCSubtargetInfo &sti, MCInstPrinter &Printer, function in class:llvm::mca::TimelineView
41 void TimelineView::onReservedBuffers(const InstRef &IR,
59 void TimelineView::onEvent(const HWInstructionEvent &Event) {
134 void TimelineView::printWaitTimeEntry(formatted_raw_ostream &OS,
179 void TimelineView::printAverageWaitTimes(raw_ostream &OS) const {
217 void TimelineView
[all...]
H A DTimelineView.h1 //===--------------------- TimelineView.h -----------------------*- C++ -*-===//
12 /// Class TimelineView observes events generated by the pipeline. For every
70 /// the scheduler's queue, class TimelineView also reports extra timing info
122 class TimelineView : public InstructionView { class in namespace:llvm::mca
154 // Display characters for the TimelineView report output.
165 TimelineView(const llvm::MCSubtargetInfo &sti, llvm::MCInstPrinter &Printer,
182 StringRef getNameAsString() const override { return "TimelineView"; }
/freebsd-current/usr.bin/clang/llvm-mca/
H A DMakefile17 SRCS+= Views/TimelineView.cpp
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp34 #include "Views/TimelineView.h"
735 Printer.addView(std::make_unique<mca::TimelineView>(

Completed in 173 milliseconds