Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp99 bool hasSufficientLocalMem(const Function &F);
189 bool SufficientLDS = hasSufficientLocalMem(F); in run()
783 bool AMDGPUPromoteAllocaImpl::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem() function in AMDGPUPromoteAllocaImpl