Searched refs:getMaxNumWorkGroups (Results 1 – 6 of 6) sorted by relevance
363 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) const;
191 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) { in getMaxNumWorkGroups() function in __anon93435ae10111::AMDGPUInformationCache193 return ST.getMaxNumWorkGroups(F); in getMaxNumWorkGroups()1016 SmallVector<unsigned> MaxNumWorkgroups = InfoCache.getMaxNumWorkGroups(*F); in initialize()
422 AMDGPUSubtarget::getMaxNumWorkGroups(const Function &F) const { in getMaxNumWorkGroups() function in AMDGPUSubtarget
48 MaxNumWorkGroups = ST.getMaxNumWorkGroups(F); in SIMachineFunctionInfo()
1184 SmallVector<unsigned> getMaxNumWorkGroups() const { return MaxNumWorkGroups; }
1486 SmallVector<unsigned> MaxNumWorkgroups = ST->getMaxNumWorkGroups(F); in collectKernelLaunchBounds()