Searched defs:onEvent (Results 1 – 10 of 10) sorted by relevance
20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics25 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
39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
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
332 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
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