Searched defs:onEvent (Results 1 – 10 of 10) sorted by relevance
21 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics26 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
59 void TimelineView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::TimelineView
330 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function