Searched refs:getMaxWavesPerCU (Results 1 – 3 of 3) sorted by relevance
901 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function902 return AMDGPU::IsaInfo::getMaxWavesPerCU(this); in getMaxWavesPerCU()907 unsigned getMaxWavesPerCU(unsigned FlatWorkGroupSize) const { in getMaxWavesPerCU() function908 return AMDGPU::IsaInfo::getMaxWavesPerCU(this, FlatWorkGroupSize); in getMaxWavesPerCU()
92 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI);96 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI,
286 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI) { in getMaxWavesPerCU() function290 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI, in getMaxWavesPerCU() function308 return alignTo(getMaxWavesPerCU(STI, FlatWorkGroupSize), in getMaxWavesPerEU()