Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp46 notifyEvent<HWStallEvent>(HWStallEvent(ET, IR)); in isAvailable()
138 notifyEvent(Ev); in cycleEnd()
148 notifyEvent(Ev); in cycleEnd()
154 notifyEvent(Ev); in cycleEnd()
229 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()
235 notifyEvent<HWInstructionEvent>( in notifyInstructionPending()
241 notifyEvent<HWInstructionEvent>( in notifyInstructionReady()
268 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
H A DInOrderIssueStage.cpp171 notifyEvent<HWInstructionEvent>( in notifyInstructionIssued()
173 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssued()
180 notifyEvent<HWInstructionEvent>( in notifyInstructionDispatched()
187 notifyEvent<HWInstructionEvent>( in notifyInstructionExecuted()
194 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
376 notifyEvent<HWStallEvent>( in notifyStallEvent()
378 notifyEvent<HWPressureEvent>( in notifyStallEvent()
383 notifyEvent<HWStallEvent>( in notifyStallEvent()
385 notifyEvent<HWPressureEvent>( in notifyStallEvent()
390 notifyEvent<HWStallEvent>( in notifyStallEvent()
H A DDispatchStage.cpp42 notifyEvent<HWInstructionEvent>( in notifyInstructionDispatched()
54 notifyEvent<HWStallEvent>( in checkPRF()
66 notifyEvent<HWStallEvent>( in checkRCU()
H A DRetireStage.cpp71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
H A DInstructionTables.cpp64 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent() function