Searched refs:SufficientLDS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp129 bool handleAlloca(AllocaInst &I, bool SufficientLDS);
205 bool SufficientLDS = hasSufficientLocalMem(F); local
216 if (handleAlloca(*AI, SufficientLDS))
822 bool AMDGPUPromoteAlloca::handleAlloca(AllocaInst &I, bool SufficientLDS) { argument
860 if (!SufficientLDS)

Completed in 71 milliseconds