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()
68 class HWInstructionIssuedEvent : public HWInstructionEvent {70 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() function
177 void handleInstructionIssuedEvent(const HWInstructionIssuedEvent &Event);
54 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()
67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()534 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()