Home
last modified time | relevance | path

Searched refs:HWInstructionIssuedEvent (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp62 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()
63 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
H A DExecuteStage.cpp268 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
H A DInOrderIssueStage.cpp173 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssued()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DHWEventListener.h65 class HWInstructionIssuedEvent : public HWInstructionEvent {
67 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() function
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h177 void handleInstructionIssuedEvent(const HWInstructionIssuedEvent &Event);
H A DResourcePressureView.cpp54 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()
H A DBottleneckAnalysis.cpp67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()
533 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()