Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp62 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()
63 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
H A DExecuteStage.cpp269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
H A DInOrderIssueStage.cpp196 S.notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h62 class HWInstructionIssuedEvent : public HWInstructionEvent {
65 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()
69 using ResourceRef = HWInstructionIssuedEvent::ResourceRef; in handleInstructionIssuedEvent()
534 static_cast<const HWInstructionIssuedEvent &>(Event)); in onEvent()
H A DBottleneckAnalysis.h176 void handleInstructionIssuedEvent(const HWInstructionIssuedEvent &Event);
H A DResourcePressureView.cpp54 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()