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
488 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis540 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent() function in llvm::mca::BottleneckAnalysis
44 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::ResourcePressureView
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
166 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function167 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function168 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function