Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function
/netbsd-src/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 DBottleneckAnalysis.h330 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
331 void onEvent(const HWPressureEvent &Event) override;
332 void onEvent(const HWInstructionEvent &Event) override;
H A DDispatchStatistics.cpp21 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
26 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.h88 void onEvent(const HWInstructionEvent &Event) override;
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.cpp40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
H A DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
H A DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h81 Listener->onEvent(Event); in notifyEvent()