Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h901 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function
902 return AMDGPU::IsaInfo::getMaxWavesPerCU(this); in getMaxWavesPerCU()
907 unsigned getMaxWavesPerCU(unsigned FlatWorkGroupSize) const { in getMaxWavesPerCU() function
908 return AMDGPU::IsaInfo::getMaxWavesPerCU(this, FlatWorkGroupSize); in getMaxWavesPerCU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h92 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI);
96 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI,
DAMDGPUBaseInfo.cpp286 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI) { in getMaxWavesPerCU() function
290 unsigned getMaxWavesPerCU(const MCSubtargetInfo *STI, in getMaxWavesPerCU() function
308 return alignTo(getMaxWavesPerCU(STI, FlatWorkGroupSize), in getMaxWavesPerEU()