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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h69 void onEvent(const HWStallEvent &Event) override;
71 void onEvent(const HWInstructionEvent &Event) override;
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.h88 void onEvent(const HWInstructionEvent &Event) override;
H A DDispatchStatistics.cpp21 void DispatchStatistics::onEvent(const HWStallEvent &Event) { function in class:llvm::mca::DispatchStatistics
26 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::DispatchStatistics
H A DSchedulerStatistics.h76 void onEvent(const HWInstructionEvent &Event) override;
H A DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::RetireControlUnitStatistics
H A DTimelineView.h171 void onEvent(const HWInstructionEvent &Event) override;
H A DBottleneckAnalysis.h330 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; }
331 void onEvent(const HWPressureEvent &Event) override;
332 void onEvent(const HWInstructionEvent &Event) override;
H A DSummaryView.cpp40 void SummaryView::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::SummaryView
H A DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::RegisterFileStatistics
H A DSchedulerStatistics.cpp39 // `onEvent`. However, it introduces a subtle dependency between this view and
44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::SchedulerStatistics
H A DResourcePressureView.cpp44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::ResourcePressureView
H A DBottleneckAnalysis.cpp489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) {
541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) {
H A DTimelineView.cpp59 void TimelineView::onEvent(const HWInstructionEvent &Event) { function in class:llvm::mca::TimelineView
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h164 virtual void onEvent(const HWInstructionEvent &Event) {} function in class:llvm::mca::HWEventListener
165 virtual void onEvent(const HWStallEvent &Event) {} function in class:llvm::mca::HWEventListener
166 virtual void onEvent(const HWPressureEvent &Event) {} function in class:llvm::mca::HWEventListener
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h81 Listener->onEvent(Event);

Completed in 363 milliseconds