Searched refs:HWInstructionIssuedEvent (Results 1 – 7 of 7) sorted by relevance
63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() 64 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
268 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
173 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssued()
69 class HWInstructionIssuedEvent : public HWInstructionEvent {71 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() function
177 void handleInstructionIssuedEvent(const HWInstructionIssuedEvent &Event);
62 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()
66 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()533 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()