Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp123 bool handleAlloca(AllocaInst &I, bool SufficientLDS);
164 bool SufficientLDS = hasSufficientLocalMem(F); in runOnFunction() local
175 if (handleAlloca(*AI, SufficientLDS)) in runOnFunction()
719 bool AMDGPUPromoteAlloca::handleAlloca(AllocaInst &I, bool SufficientLDS) { in handleAlloca() argument
756 if (!SufficientLDS) in handleAlloca()