Home
last modified time | relevance | path

Searched refs:HWInstructionDispatchedEvent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DHWEventListener.h71 class HWInstructionDispatchedEvent : public HWInstructionEvent {
73 HWInstructionDispatchedEvent(const InstRef &IR, llvm::ArrayRef<unsigned> Regs) in HWInstructionDispatchedEvent() function
DRegisterFileStatistics.cpp53 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent()
DDispatchStage.cpp33 notifyEvent<HWInstructionEvent>(HWInstructionDispatchedEvent(IR, UsedRegs)); in notifyInstructionDispatched()