Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerKernelAttributes.cpp176 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
177 if (!ZextGroupSize) in processUse()
180 for (User *ZextUser : ZextGroupSize->users()) { in processUse()
192 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))); in processUse()
196 m_Select(m_ICmp(Pred, SubExpr, m_Specific(ZextGroupSize)), in processUse()
198 m_Specific(ZextGroupSize))) && in processUse()
207 SI->replaceAllUsesWith(ZextGroupSize); in processUse()