Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()
64 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()
/src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h68 class HWInstructionIssuedEvent : public HWInstructionEvent {
70 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() function
/src/contrib/llvm-project/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()
534 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()