Searched refs:BEInsns (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 151 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrollAndJammedLoopSize() 152 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrollAndJammedLoopSize() 334 Convergent, TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop() 337 TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop()
|
| H A D | LoopUnrollPass.cpp | 204 UP.BEInsns = 2; in gatherUnrollingPreferences() 657 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in ApproximateLoopSize() argument 673 LoopSize = std::max(LoopSize, BEInsns + 1); in ApproximateLoopSize() 748 assert(LoopSize >= UP.BEInsns && in getUnrolledLoopSize() 750 return (uint64_t)(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrolledLoopSize() 895 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount() 896 (LoopSize - UP.BEInsns); in computeUnrollCount() 1091 TTI, EphValues, UP.BEInsns); in tryToUnrollLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 139 UP.BEInsns = 2; in getUnrollingPreferences()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 135 unsigned BEInsns);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 111 UP.BEInsns += 3; in getUnrollingPreferences()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 473 unsigned BEInsns; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 545 UP.BEInsns = 2; in getUnrollingPreferences()
|