Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h214 unsigned getAddressableLocalMemorySize() const { in getAddressableLocalMemorySize() function
H A DAMDGPUAsmPrinter.cpp846 static_cast<unsigned>(STM.getAddressableLocalMemorySize())) { in getSIProgramInfo()
850 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUPromoteAlloca.cpp801 LocalMemLimit = ST.getAddressableLocalMemorySize(); in hasSufficientLocalMem()
H A DSIISelLowering.cpp12639 countLeadingZeros(getSubtarget()->getAddressableLocalMemorySize())); in computeKnownBitsForTargetInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h197 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp846 unsigned getAddressableLocalMemorySize(const MCSubtargetInfo *STI) { in getAddressableLocalMemorySize() function