Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1115 static unsigned DSWWithPermCount = 0; variable
1125 assert((IsReentry || (DSWCount == 0 && DSWWithPermCount == 0 && in applyIGLPStrategy()
1150 DSWWithPermCount = DSWithPerms.size(); in applyIGLPStrategy()
1204 assert(DSWWithSharedVMEMCount <= DSWWithPermCount); in applyIGLPStrategy()
1208 if (DSWWithPermCount) { in applyIGLPStrategy()
1249 for (unsigned I = 0; I < DSWWithPermCount - DSWWithSharedVMEMCount; ++I) { in applyIGLPStrategy()
1286 for (unsigned I = 0; I < DSWCount - DSWWithPermCount; I++) { in applyIGLPStrategy()