Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.h229 unsigned getLocalMemorySize() const { in getLocalMemorySize() function
HDAMDGPUSubtarget.cpp355 return getLocalMemorySize() / WorkGroupsPerCU; in getMaxLocalMemSizeWithWaveCount()
376 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h202 unsigned getLocalMemorySize(const MCSubtargetInfo *STI);
HDAMDGPUBaseInfo.cpp908 unsigned getLocalMemorySize(const MCSubtargetInfo *STI) { in getLocalMemorySize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp6127 unsigned LocalMemorySize = AMDGPU::IsaInfo::getLocalMemorySize(&getSTI()); in ParseDirectiveAMDGPULDS()