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.h304 unsigned getAddressableLocalMemorySize() const { in getAddressableLocalMemorySize() function
H A DAMDGPUAsmPrinter.cpp1124 static_cast<unsigned>(STM.getAddressableLocalMemorySize())) { in getSIProgramInfo()
1128 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp1365 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp16893 llvm::countl_zero(getSubtarget()->getAddressableLocalMemorySize())); in computeKnownBitsForTargetInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h224 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp1109 unsigned BytesPerCU = getAddressableLocalMemorySize(STI); in getLocalMemorySize()
1120 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI) { in getAddressableLocalMemorySize() function