Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstructionTables.cpp65 HWInstructionIssuedEvent Event(IR, UsedResources); in execute()
66 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
DHWEventListener.h61 class HWInstructionIssuedEvent : public HWInstructionEvent {
64 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() function
DExecuteStage.cpp185 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
DResourcePressureView.cpp47 const auto &IssueEvent = static_cast<const HWInstructionIssuedEvent &>(Event); in onEvent()