Home
last modified time | relevance | path

Searched defs:MaxWaves (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp186 uint64_t InitOccupancy, MaxWaves, Granule, TargetTotalNumVGPRs, Generation, in evaluateOccupancy() local
291 unsigned MaxWaves = IsaInfo::getMaxWavesPerEU(&STM); in createOccupancy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp387 unsigned MaxWaves = NumGroups * MaxGroupNumWaves; in getOccupancyWithLocalMemSize() local
H A DAMDGPUAsmPrinter.cpp909 unsigned MaxWaves = MFI->getMaxWavesPerEU(); in getSIProgramInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp948 unsigned MaxWaves = getMaxWavesPerEU(STI) * getEUsPerCU(STI); in getMaxWorkGroupsPerCU() local
1160 unsigned MaxWaves, in getNumWavesPerEUWithNumVGPRs()
1168 unsigned getOccupancyWithNumSGPRs(unsigned SGPRs, unsigned MaxWaves, in getOccupancyWithNumSGPRs()