Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp198 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
227 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
235 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
258 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
810 UP.PartialThreshold = in computeUnrollCount()
811 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
891 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
893 if (UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
895 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount()
908 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp131 UP.PartialThreshold = 30; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp413 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp291 UP.PartialThreshold = 75; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp132 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h448 unsigned PartialThreshold; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1369 UP.PartialThreshold *= 2; in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h537 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()