Searched refs:SummaryView (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp1 //===--------------------- SummaryView.cpp -------------------*- C++ -*-===//
10 /// This file implements the functionalities used by the SummaryView to print
15 #include "Views/SummaryView.h"
25 SummaryView::SummaryView(const MCSchedModel &Model, ArrayRef<MCInst> S, function in class:llvm::mca::SummaryView
40 void SummaryView::onEvent(const HWInstructionEvent &Event) {
65 void SummaryView::printView(raw_ostream &OS) const {
87 void SummaryView::collectData(DisplayValues &DV) const {
100 json::Value SummaryView::toJSON() const {
H A DSummaryView.h1 //===--------------------- SummaryView.h ---------------------*- C++ -*-===//
40 class SummaryView : public View { class in namespace:llvm::mca
84 SummaryView(const llvm::MCSchedModel &Model, llvm::ArrayRef<llvm::MCInst> S,
90 StringRef getNameAsString() const override { return "SummaryView"; }
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp33 #include "Views/SummaryView.h"
563 std::make_unique<mca::SummaryView>(SM, Insts, DispatchWidth));

Completed in 135 milliseconds