Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp55 return getLocalMemorySize() / WorkGroupsPerCU; in getMaxLocalMemSizeWithWaveCount()
62 const unsigned MaxWGsLDS = getLocalMemorySize() / std::max(LDSBytes, 1u); in getOccupancyWithWorkGroupSizes()
H A DAMDGPUSubtarget.h296 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h220 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp1108 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6508 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()