Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h233 unsigned getAddressableLocalMemorySize() const { in getAddressableLocalMemorySize() function
H A DAMDGPUAsmPrinter.cpp953 static_cast<unsigned>(STM.getAddressableLocalMemorySize())) { in getSIProgramInfo()
957 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp1271 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp15815 llvm::countl_zero(getSubtarget()->getAddressableLocalMemorySize())); in computeKnownBitsForTargetInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h206 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp924 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI) { in getAddressableLocalMemorySize() function