Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp110 bool hasSufficientLocalMem(const Function &F);
163 bool SufficientLDS = hasSufficientLocalMem(F); in runOnFunction()
621 bool AMDGPUPromoteAlloca::hasSufficientLocalMem(const Function &F) { in hasSufficientLocalMem() function in AMDGPUPromoteAlloca