Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp232 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
236 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
244 unsigned Limit = getLocalMemorySize() * MaxWaves / WorkGroupsPerCu; in getOccupancyWithLocalMemSize()
H A DAMDGPUSubtarget.h194 int getLocalMemorySize() const { in getLocalMemorySize() function
H A DAMDGPUPromoteAlloca.cpp639 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
H A DAMDGPUAsmPrinter.cpp909 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h71 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp218 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function