Home
last modified time | relevance | path

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

/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()