Home
last modified time | relevance | path

Searched refs:notifyEvent (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStage.cpp33 notifyEvent<HWInstructionEvent>(HWInstructionDispatchedEvent(IR, UsedRegs)); in notifyInstructionDispatched()
45 notifyEvent<HWStallEvent>( in checkPRF()
57 notifyEvent<HWStallEvent>( in checkRCU()
66 notifyEvent<HWStallEvent>(HWStallEvent(Event, IR)); in checkScheduler()
DExecuteStage.cpp157 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()
164 notifyEvent<HWInstructionEvent>( in notifyInstructionReady()
185 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
DStage.h69 template <typename EventT> void notifyEvent(const EventT &Event) { in notifyEvent() function
DRetireStage.cpp54 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
DInstructionTables.cpp66 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()