Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp97 bool hasSufficientLocalMem(const Function &F);
183 bool SufficientLDS = hasSufficientLocalMem(F); in run()
710 bool AMDGPUPromoteAllocaImpl::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem() function in AMDGPUPromoteAllocaImpl