Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h210 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
H A DAMDGPUSubtarget.cpp327 return getLocalMemorySize() / WorkGroupsPerCU; in getMaxLocalMemSizeWithWaveCount()
348 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h193 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp830 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5615 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()