Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()
64 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
H A DExecuteStage.cpp202 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DHWEventListener.h62 class HWInstructionIssuedEvent : public HWInstructionEvent {
65 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() function
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp55 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()