Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h193 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
H A DAMDGPUSubtarget.cpp461 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
467 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
483 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
H A DAMDGPUAsmPrinter.cpp773 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp728 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp11847 Known.Zero.setHighBits(countLeadingZeros(getSubtarget()->getLocalMemorySize())); in computeKnownBitsForTargetInstr()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5149 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()