Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp20 TimelineView::TimelineView(const MCSubtargetInfo &sti, MCInstPrinter &Printer, in TimelineView() function in llvm::mca::TimelineView
41 void TimelineView::onReservedBuffers(const InstRef &IR, in onReservedBuffers()
229 OS << TimelineView::DisplayChar::Dispatched; in printTimelineViewEntry()
234 OS << TimelineView::DisplayChar::Waiting; in printTimelineViewEntry()
239 OS << TimelineView::DisplayChar::Executing; in printTimelineViewEntry()
242 OS << TimelineView::DisplayChar::Executing; in printTimelineViewEntry()
243 OS << TimelineView::DisplayChar::Executed; in printTimelineViewEntry()
248 OS << TimelineView::DisplayChar::RetireLag; in printTimelineViewEntry()
250 OS << TimelineView::DisplayChar::Retired; in printTimelineViewEntry()
281 void TimelineView::printTimeline(raw_ostream &OS) const { in printTimeline()
[all …]
H A DTimelineView.h122 class TimelineView : public InstructionView {
165 TimelineView(const llvm::MCSubtargetInfo &sti, llvm::MCInstPrinter &Printer,
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCMakeLists.txt29 Views/TimelineView.cpp
H A Dllvm-mca.cpp682 Printer.addView(std::make_unique<mca::TimelineView>( in main()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-mca/
H A DBUILD.gn32 "Views/TimelineView.cpp",
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/JSON/X86/
H A Dviews-custom-parameters.s2 # Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
H A Dviews.s2 # Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
H A Dviews-multiple-region.s2 # Verify that we create proper JSON for the MCA views TimelineView, ResourcePressureview,
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt7065 llvm/tools/llvm-mca/Views/TimelineView.cpp
7066 llvm/tools/llvm-mca/Views/TimelineView.h