HomeSort by relevance Sort by last modified time
    Searched refs:getLocalMemorySize (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 146 return getLocalMemorySize();
AMDGPUSubtarget.h 142 int getLocalMemorySize() const {
AMDGPUAsmPrinter.cpp 488 if (MFI->LDSSize > static_cast<unsigned>(STM.getLocalMemorySize())) {
AMDGPUPromoteAlloca.cpp 146 LocalMemLimit = ST.getLocalMemorySize();

Completed in 3477 milliseconds