Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h169 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
170 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
171 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h69 void onEvent(const HWStallEvent &Event) override;
71 void onEvent(const HWInstructionEvent &Event) override;
H A DBottleneckAnalysis.h332 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
333 void onEvent(const HWPressureEvent &Event) override;
334 void onEvent(const HWInstructionEvent &Event) override;
H A 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
H A DRetireControlUnitStatistics.h52 void onEvent(const HWInstructionEvent &Event) override;
H A DRegisterFileStatistics.h74 void onEvent(const HWInstructionEvent &Event) override;
H A DResourcePressureView.h92 void onEvent(const HWInstructionEvent &Event) override;
H A DSummaryView.h81 void onEvent(const HWInstructionEvent &Event) override; in onCycleEnd()
H A DSchedulerStatistics.h76 void onEvent(const HWInstructionEvent &Event) override;
H A DTimelineView.h171 void onEvent(const HWInstructionEvent &Event) override;
H A DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
H A DSummaryView.cpp39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
H A DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
H A DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
H A DResourcePressureView.cpp44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
H A DBottleneckAnalysis.cpp489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
H A DTimelineView.cpp59 void TimelineView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::TimelineView
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h84 Listener->onEvent(Event); in notifyEvent()