reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/llvm-mca/Views/BottleneckAnalysis.cpp
  497 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/DispatchStatistics.cpp
   26 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/RegisterFileStatistics.cpp
   77 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/ResourcePressureView.cpp
   44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
   31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/SchedulerStatistics.cpp
   44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/SummaryView.cpp
   40 void SummaryView::onEvent(const HWInstructionEvent &Event) {
tools/llvm-mca/Views/TimelineView.cpp
   59 void TimelineView::onEvent(const HWInstructionEvent &Event) {

References

include/llvm/MCA/Stages/Stage.h
   81       Listener->onEvent(Event);