Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp177 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
178 if (!ZextGroupSize) in processUse()
181 for (User *ZextUser : ZextGroupSize->users()) { in processUse()
193 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))); in processUse()
197 m_Select(m_ICmp(Pred, SubExpr, m_Specific(ZextGroupSize)), in processUse()
199 m_Specific(ZextGroupSize))) && in processUse()
208 SI->replaceAllUsesWith(ZextGroupSize); in processUse()