Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp78 printStalls(SS, HWStalls[HWStallEvent::DispatchGroupStall], NumCycles); in printDispatchStalls()
92 {"GROUP", HWStalls[HWStallEvent::DispatchGroupStall]}, in toJSON()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h118 DispatchGroupStall, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp35 return HWStallEvent::DispatchGroupStall; in toHWStallEventType()
H A DInOrderIssueStage.cpp384 HWStallEvent(HWStallEvent::DispatchGroupStall, IR)); in notifyStallEvent()