Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp155 unsigned CyclesToWait = ~0U; in handleWaitCnt() local
156 if (CurrVmcnt > Vmcnt && CyclesToWaitVm < CyclesToWait) in handleWaitCnt()
157 CyclesToWait = CyclesToWaitVm; in handleWaitCnt()
158 if (CurrExpcnt > Expcnt && CyclesToWaitExp < CyclesToWait) in handleWaitCnt()
159 CyclesToWait = CyclesToWaitExp; in handleWaitCnt()
160 if (CurrLgkmcnt > Lgkmcnt && CyclesToWaitLgkm < CyclesToWait) in handleWaitCnt()
161 CyclesToWait = CyclesToWaitLgkm; in handleWaitCnt()
162 if (CurrVscnt > Vscnt && CyclesToWaitVs < CyclesToWait) in handleWaitCnt()
163 CyclesToWait = CyclesToWaitVs; in handleWaitCnt()
171 if (CyclesToWait == ~0U) in handleWaitCnt()
[all …]