Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp105 int Thres = Params.DefaultThreshold; in getInlineThreshold() local
113 if (InlineHint && Params.HintThreshold && Params.HintThreshold > Thres in getInlineThreshold()
115 Thres = Params.HintThreshold.getValue(); in getInlineThreshold()
119 return (unsigned)Thres; in getInlineThreshold()
147 Thres += ArgAllocaCost; in getInlineThreshold()
149 return (unsigned)Thres; in getInlineThreshold()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp158 const float Thres = 1e-4f; in update() local
160 if (Sum < -Thres) in update()
162 else if (Sum > Thres) in update()