Searched refs:HWInstructionIssuedEvent (Results 1 – 7 of 7) sorted by relevance
62 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()63 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
196 S.notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssue()
62 class HWInstructionIssuedEvent : public HWInstructionEvent {65 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() function
67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()69 using ResourceRef = HWInstructionIssuedEvent::ResourceRef; in handleInstructionIssuedEvent()534 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()
176 void handleInstructionIssuedEvent(const HWInstructionIssuedEvent &Event);
54 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()