/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 169 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 D | DispatchStatistics.h | 69 void onEvent(const HWStallEvent &Event) override; 71 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | BottleneckAnalysis.h | 332 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 D | DispatchStatistics.cpp | 20 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 D | RetireControlUnitStatistics.h | 52 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | RegisterFileStatistics.h | 74 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | ResourcePressureView.h | 92 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | SummaryView.h | 81 void onEvent(const HWInstructionEvent &Event) override; in onCycleEnd()
|
H A D | SchedulerStatistics.h | 76 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | TimelineView.h | 171 void onEvent(const HWInstructionEvent &Event) override;
|
H A D | RetireControlUnitStatistics.cpp | 31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
|
H A D | SummaryView.cpp | 39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
|
H A D | RegisterFileStatistics.cpp | 80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
|
H A D | SchedulerStatistics.cpp | 44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
|
H A D | ResourcePressureView.cpp | 44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
|
H A D | BottleneckAnalysis.cpp | 489 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 D | TimelineView.cpp | 59 void TimelineView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::TimelineView
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | Stage.h | 84 Listener->onEvent(Event); in notifyEvent()
|