Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp319 return getLocalMemorySize(); in getMaxLocalMemSizeWithWaveCount()
325 return getLocalMemorySize() * MaxWaves / WorkGroupsPerCu / NWaves; in getMaxLocalMemSizeWithWaveCount()
335 unsigned Limit = getLocalMemorySize() * MaxWaves / WorkGroupsPerCu; in getOccupancyWithLocalMemSize()
DAMDGPUSubtarget.h200 int getLocalMemorySize() const { in getLocalMemorySize() function
DAMDGPUPromoteAlloca.cpp644 LocalMemLimit = ST.getLocalMemorySize(); in hasSufficientLocalMem()
DAMDGPUAsmPrinter.cpp1023 if (MFI->getLDSSize() > static_cast<unsigned>(STM.getLocalMemorySize())) { in getSIProgramInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h79 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp261 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4299 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()