Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp94 SmallVector<ResourceRef, 8> Freed; in cycleStart() local
99 HWS.cycleEvent(Freed, Executed, Pending, Ready); in cycleStart()
103 for (const ResourceRef &RR : Freed) in cycleStart()
H A DInOrderIssueStage.cpp405 SmallVector<ResourceRef, 4> Freed; in cycleStart() local
406 RM.cycleEvent(Freed); in cycleStart()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp264 void Scheduler::cycleEvent(SmallVectorImpl<ResourceRef> &Freed, in cycleEvent() argument
271 Resources->cycleEvent(Freed); in cycleEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h216 /// Vector `Freed` is populated with resourceRef related to resources that
225 void cycleEvent(SmallVectorImpl<ResourceRef> &Freed,