Home
last modified time | relevance | path

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/
DAMDGPUSubtarget.cpp288 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()
DAMDGPUSubtarget.h226 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()
DSIMachineFunctionInfo.cpp181 limitOccupancy(getMaxWavesPerEU()); in limitOccupancy()
DAMDGPUAsmPrinter.cpp987 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
989 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
DSIMachineFunctionInfo.h851 unsigned getMaxWavesPerEU() const {
DAMDGPUPromoteAlloca.cpp691 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/
DAMDGPUBaseInfo.cpp287 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()
DAMDGPUBaseInfo.h105 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI);
109 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI,