| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/ |
| HD | HWEventListener.h | 164 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
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| HD | DispatchStatistics.h | 69 void onEvent(const HWStallEvent &Event) override; 71 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | DispatchStatistics.cpp | 21 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
|
| HD | BottleneckAnalysis.h | 329 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function 330 void onEvent(const HWPressureEvent &Event) override; 331 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | RetireControlUnitStatistics.h | 52 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | RegisterFileStatistics.h | 74 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | SummaryView.h | 73 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | ResourcePressureView.h | 94 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | SchedulerStatistics.h | 76 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | TimelineView.h | 174 void onEvent(const HWInstructionEvent &Event) override;
|
| HD | RetireControlUnitStatistics.cpp | 31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
|
| HD | SummaryView.cpp | 40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
|
| HD | RegisterFileStatistics.cpp | 77 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
|
| HD | SchedulerStatistics.cpp | 44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
|
| HD | ResourcePressureView.cpp | 44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
|
| HD | BottleneckAnalysis.cpp | 497 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis 548 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
|
| HD | TimelineView.cpp | 59 void TimelineView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::TimelineView
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| HD | Stage.h | 81 Listener->onEvent(Event); in notifyEvent()
|