Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp101 const unsigned MaxAlloca = (256 - 16) * 4; in getUnrollingPreferences() local
161 if (AllocaSize > MaxAlloca) in getUnrollingPreferences()