Home
last modified time | relevance | path

Searched refs:getEUsPerCU (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h221 unsigned getEUsPerCU() const { return EUsPerCU; } in getEUsPerCU() function
H A DAMDGPUSubtarget.cpp182 EUsPerCU = AMDGPU::IsaInfo::getEUsPerCU(this); in GCNSubtarget()
325 std::max(1u, (NWaves * getEUsPerCU()) / WavesPerWorkgroup); in getMaxLocalMemSizeWithWaveCount()
362 MaxWaves = divideCeil(MaxWaves, getEUsPerCU()); in getOccupancyWithLocalMemSize()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp854 unsigned getEUsPerCU(const MCSubtargetInfo *STI) { in getEUsPerCU() function
870 unsigned MaxWaves = getMaxWavesPerEU(STI) * getEUsPerCU(STI); in getMaxWorkGroupsPerCU()
900 getEUsPerCU(STI)); in getWavesPerEUForWorkGroup()
H A DAMDGPUBaseInfo.h201 unsigned getEUsPerCU(const MCSubtargetInfo *STI);