Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp2065 static unsigned DSWWithPermCount = 0; variable
2077 assert((!IsInitial || (DSWCount == 0 && DSWWithPermCount == 0 && in applyIGLPStrategy()
2102 DSWWithPermCount = DSWithPerms.size(); in applyIGLPStrategy()
2156 assert(DSWWithSharedVMEMCount <= DSWWithPermCount); in applyIGLPStrategy()
2160 if (DSWWithPermCount) { in applyIGLPStrategy()
2201 for (unsigned I = 0; I < DSWWithPermCount - DSWWithSharedVMEMCount; ++I) { in applyIGLPStrategy()
2238 for (unsigned I = 0; I < DSWCount - DSWWithPermCount; I++) { in applyIGLPStrategy()