Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp108 bool hasSufficientLocalMem(const Function &F);
311 bool SufficientLDS = PromoteToLDS ? hasSufficientLocalMem(F) : false; in run()
1253 bool AMDGPUPromoteAllocaImpl::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem() function in AMDGPUPromoteAllocaImpl