Searched refs:getMaxWavesPerEU (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 288 MaxWavesPerEU = AMDGPU::IsaInfo::getMaxWavesPerEU(this); in GCNSubtarget() 324 unsigned MaxWaves = getMaxWavesPerEU(); in getMaxLocalMemSizeWithWaveCount() 334 unsigned MaxWaves = getMaxWavesPerEU(); in getOccupancyWithLocalMemSize() 389 std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU()); in getWavesPerEU() 399 getMaxWavesPerEU(FlatWorkGroupSizes.second); in getWavesPerEU() 417 Requested.first > getMaxWavesPerEU()) in getWavesPerEU() 419 if (Requested.second > getMaxWavesPerEU()) in getWavesPerEU() 575 return getMaxWavesPerEU(); in getOccupancyWithNumSGPRs() 600 unsigned MaxWaves = getMaxWavesPerEU(); in getOccupancyWithNumVGPRs() 630 std::min(getMaxWavesPerEU(), in computeOccupancy()
|
D | AMDGPUSubtarget.h | 226 virtual unsigned getMaxWavesPerEU(unsigned FlatWorkGroupSize) const = 0; 234 unsigned getMaxWavesPerEU() const { return MaxWavesPerEU; } in getMaxWavesPerEU() function 255 using AMDGPUSubtarget::getMaxWavesPerEU; 1206 unsigned getMaxWavesPerEU(unsigned FlatWorkGroupSize) const override { in getMaxWavesPerEU() function 1207 return AMDGPU::IsaInfo::getMaxWavesPerEU(this, FlatWorkGroupSize); in getMaxWavesPerEU() 1343 unsigned getMaxWavesPerEU(unsigned FlatWorkGroupSize) const override { in getMaxWavesPerEU() function 1344 return AMDGPU::IsaInfo::getMaxWavesPerEU(this, FlatWorkGroupSize); in getMaxWavesPerEU()
|
D | SIMachineFunctionInfo.cpp | 181 limitOccupancy(getMaxWavesPerEU()); in limitOccupancy()
|
D | AMDGPUAsmPrinter.cpp | 987 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo() 989 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
|
D | SIMachineFunctionInfo.h | 851 unsigned getMaxWavesPerEU() const {
|
D | AMDGPUPromoteAlloca.cpp | 691 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU()); in hasSufficientLocalMem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 287 return getMaxWavesPerEU(STI) * getEUsPerCU(STI); in getMaxWavesPerCU() 299 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI) { in getMaxWavesPerEU() function 306 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI, in getMaxWavesPerEU() function 366 if (WavesPerEU >= getMaxWavesPerEU(STI)) in getMinNumSGPRs() 455 if (WavesPerEU >= getMaxWavesPerEU(STI)) in getMinNumVGPRs()
|
D | AMDGPUBaseInfo.h | 105 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI); 109 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI,
|