Home
last modified time | relevance | path

Searched defs:onEvent (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DDispatchStatistics.cpp20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
25 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
DSummaryView.cpp39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
DBottleneckAnalysis.cpp488 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
540 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
DResourcePressureView.cpp44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
DTimelineView.cpp59 void TimelineView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::TimelineView
DBottleneckAnalysis.h332 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DHWEventListener.h166 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
167 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
168 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function