Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp225 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
229 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
237 unsigned Limit = getLocalMemorySize() * MaxWaves / WorkGroupsPerCu; in getOccupancyWithLocalMemSize()
DAMDGPUSubtarget.h185 int getLocalMemorySize() const { in getLocalMemorySize() function
DAMDGPUPromoteAlloca.cpp621 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
DAMDGPUAsmPrinter.cpp901 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp146 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
DAMDGPUSubtarget.h142 int getLocalMemorySize() const { in getLocalMemorySize() function
DAMDGPUAsmPrinter.cpp488 if (MFI->LDSSize > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
DAMDGPUPromoteAlloca.cpp146 LocalMemLimit = ST.getLocalMemorySize(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h78 unsigned getLocalMemorySize(const FeatureBitset &Features);
DAMDGPUBaseInfo.cpp222 unsigned getLocalMemorySize(const FeatureBitset &Features) { in getLocalMemorySize() function