Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp72 printStalls(SS, HWStalls[HWStallEvent::SchedulerQueueFull], NumCycles); in printDispatchStalls()
89 {"SCHEDQ", HWStalls[HWStallEvent::SchedulerQueueFull]}, in toJSON()
/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h118 SchedulerQueueFull, enumerator
/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp33 return HWStallEvent::SchedulerQueueFull; in toHWStallEventType()