Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp22 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent()
27 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
35 void DispatchStatistics::printDispatchHistogram(raw_ostream &OS) const { in printDispatchHistogram()
64 void DispatchStatistics::printDispatchStalls(raw_ostream &OS) const { in printDispatchStalls()
H A DDispatchStatistics.h45 class DispatchStatistics : public View {
66 DispatchStatistics() in DispatchStatistics() function
/freebsd-12.1/usr.bin/clang/llvm-mca/
H A DMakefile9 SRCS+= Views/DispatchStatistics.cpp
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp474 Printer.addView(llvm::make_unique<mca::DispatchStatistics>()); in main()