Home
last modified time | relevance | path

Searched refs:DispatchStatistics (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent()
25 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
33 void DispatchStatistics::printDispatchHistogram(raw_ostream &OS) const { in printDispatchHistogram()
63 void DispatchStatistics::printDispatchStalls(raw_ostream &OS) const { in printDispatchStalls()
86 json::Value DispatchStatistics::toJSON() const { in toJSON()
H A DDispatchStatistics.h44 class DispatchStatistics : public View {
65 DispatchStatistics() in DispatchStatistics() function
/freebsd/usr.bin/clang/llvm-mca/
H A DMakefile8 SRCS+= Views/DispatchStatistics.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp773 Printer.addView(std::make_unique<mca::DispatchStatistics>()); in main()