Home
last modified time | relevance | path

Searched refs:getAddressableLocalMemorySize (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h233 unsigned getAddressableLocalMemorySize() const { in getAddressableLocalMemorySize() function
H A DAMDGPUAsmPrinter.cpp850 static_cast<unsigned>(STM.getAddressableLocalMemorySize())) { in getSIProgramInfo()
854 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp1189 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp15480 llvm::countl_zero(getSubtarget()->getAddressableLocalMemorySize())); in computeKnownBitsForTargetInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h193 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp862 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI) { in getAddressableLocalMemorySize() function