Home
last modified time | relevance | path

Searched refs:Vscnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp112 unsigned Vscnt = 63; in handleWaitCnt() local
122 computeWaitCnt(IR, Vmcnt, Expcnt, Lgkmcnt, Vscnt); in handleWaitCnt()
162 if (CurrVscnt > Vscnt && CyclesToWaitVs < CyclesToWait) in handleWaitCnt()
178 unsigned &Vscnt) { in computeWaitCnt() argument
217 Vscnt = OpImm->getImm(); in computeWaitCnt()
H A DAMDGPUCustomBehaviour.h85 unsigned &Lgkmcnt, unsigned &Vscnt);