Home
last modified time | relevance | path

Searched refs:getMaxWavesPerEU (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp228 unsigned MaxWaves = getMaxWavesPerEU(); in getMaxLocalMemSizeWithWaveCount()
236 unsigned MaxWaves = getMaxWavesPerEU(); in getOccupancyWithLocalMemSize()
302 std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU()); in getWavesPerEU()
312 getMaxWavesPerEU(FlatWorkGroupSizes.second); in getWavesPerEU()
333 Requested.first > getMaxWavesPerEU()) in getWavesPerEU()
335 if (Requested.second > getMaxWavesPerEU()) in getWavesPerEU()
DAMDGPUSubtarget.h218 unsigned getMaxWavesPerEU(unsigned FlatWorkGroupSize) const { in getMaxWavesPerEU() function
219 return AMDGPU::IsaInfo::getMaxWavesPerEU(SubtargetFeatureBits, in getMaxWavesPerEU()
229 unsigned getMaxWavesPerEU() const { return 10; } in getMaxWavesPerEU() function
728 unsigned getMaxWavesPerEU() const { in getMaxWavesPerEU() function
729 return AMDGPU::IsaInfo::getMaxWavesPerEU(); in getMaxWavesPerEU()
DSIMachineFunctionInfo.cpp55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo()
180 limitOccupancy(getMaxWavesPerEU()); in limitOccupancy()
DSIMachineFunctionInfo.h564 unsigned getMaxWavesPerEU() const { in getMaxWavesPerEU() function
DAMDGPUAsmPrinter.cpp865 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
867 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
DAMDGPUPromoteAlloca.cpp668 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU()); in hasSufficientLocalMem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp247 return getMaxWavesPerEU() * getEUsPerCU(Features); in getMaxWavesPerCU()
259 unsigned getMaxWavesPerEU() { in getMaxWavesPerEU() function
264 unsigned getMaxWavesPerEU(const FeatureBitset &Features, in getMaxWavesPerEU() function
315 if (WavesPerEU >= getMaxWavesPerEU()) in getMinNumSGPRs()
392 if (WavesPerEU >= getMaxWavesPerEU()) in getMinNumVGPRs()
DAMDGPUBaseInfo.h104 unsigned getMaxWavesPerEU();
108 unsigned getMaxWavesPerEU(const FeatureBitset &Features,