Home
last modified time | relevance | path

Searched refs:getLocalMemorySize (Results 1 – 16 of 16) 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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h210 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
DAMDGPUSubtarget.cpp327 return getLocalMemorySize() / WorkGroupsPerCU; in getMaxLocalMemSizeWithWaveCount()
348 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
/external/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()
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h193 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp830 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4299 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5615 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()