Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h208 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
H A DAMDGPUSubtarget.cpp305 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
311 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
327 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
H A DAMDGPUAsmPrinter.cpp854 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
858 STM.getLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp710 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp12475 Known.Zero.setHighBits(countLeadingZeros(getSubtarget()->getLocalMemorySize())); in computeKnownBitsForTargetInstr()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h184 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp659 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5535 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()