Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h188 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
H A DAMDGPUSubtarget.cpp358 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
364 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
380 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
H A DAMDGPUPromoteAlloca.cpp728 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
H A DAMDGPUAsmPrinter.cpp1181 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
H A DSIISelLowering.cpp11869 Known.Zero.setHighBits(countLeadingZeros(getSubtarget()->getLocalMemorySize())); in computeKnownBitsForTargetInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h164 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp526 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5110 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()