Searched refs:getMaxWavesPerEU (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 228 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()
|
D | AMDGPUSubtarget.h | 218 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()
|
D | SIMachineFunctionInfo.cpp | 55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo() 180 limitOccupancy(getMaxWavesPerEU()); in limitOccupancy()
|
D | SIMachineFunctionInfo.h | 564 unsigned getMaxWavesPerEU() const { in getMaxWavesPerEU() function
|
D | AMDGPUAsmPrinter.cpp | 865 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo() 867 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
|
D | AMDGPUPromoteAlloca.cpp | 668 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU()); in hasSufficientLocalMem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 247 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()
|
D | AMDGPUBaseInfo.h | 104 unsigned getMaxWavesPerEU(); 108 unsigned getMaxWavesPerEU(const FeatureBitset &Features,
|