Searched refs:getMaxWorkGroupsPerCU (Results 1 – 4 of 4) sorted by relevance
216 virtual unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const = 0;1190 unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const override { in getMaxWorkGroupsPerCU() function1191 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()1327 unsigned getMaxWorkGroupsPerCU(unsigned FlatWorkGroupSize) const override { in getMaxWorkGroupsPerCU() function1328 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()
321 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getMaxLocalMemSizeWithWaveCount()331 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize); in getOccupancyWithLocalMemSize()
87 unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo *STI,
274 unsigned getMaxWorkGroupsPerCU(const MCSubtargetInfo *STI, in getMaxWorkGroupsPerCU() function