Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
H A DInOrderIssueStage.cpp152 notifyEvent<HWStallEvent>( in canExecute()
154 notifyEvent<HWPressureEvent>( in canExecute()
159 notifyEvent<HWStallEvent>( in canExecute()
161 notifyEvent<HWPressureEvent>( in canExecute()
194 S.notifyEvent<HWInstructionEvent>( in notifyInstructionIssue()
196 S.notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, UsedRes)); in notifyInstructionIssue()
205 S.notifyEvent<HWInstructionEvent>( in notifyInstructionDispatch()
292 notifyEvent<HWInstructionEvent>( in updateIssuedInst()
340 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in retireInstruction()
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.cpp63 notifyEvent<HWInstructionIssuedEvent>(Event); in execute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h79 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent() function