Searched refs:getMaxNumWorkGroups (Results 1 – 4 of 4) sorted by relevance
292 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) const;
1094 SmallVector<unsigned> getMaxNumWorkGroups() const { return MaxNumWorkGroups; }
49 MaxNumWorkGroups = ST.getMaxNumWorkGroups(F); in SIMachineFunctionInfo()
1131 AMDGPUSubtarget::getMaxNumWorkGroups(const Function &F) const { in getMaxNumWorkGroups() function in AMDGPUSubtarget