Home
last modified time | relevance | path

Searched refs:SummaryView (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSummaryView.cpp27 SummaryView::SummaryView(const llvm::MCSchedModel &Model, const SourceMgr &S, in SummaryView() function in mca::SummaryView
35 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
62 void SummaryView::printView(raw_ostream &OS) const { in printView()
DSummaryView.h41 class SummaryView : public View {
65 SummaryView(const llvm::MCSchedModel &Model, const SourceMgr &S,
DCMakeLists.txt39 SummaryView.cpp
Dllvm-mca.cpp516 Printer.addView(llvm::make_unique<mca::SummaryView>(SM, S, Width)); in main()
/external/v8/tools/profview/
Dprofview.js17 new SummaryView(),
1060 class SummaryView { class