Searched refs:BEInsns (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollAndJamPass.cpp | 148 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrollAndJammedLoopSize() 149 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrollAndJammedLoopSize() 339 Convergent, TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop() 342 TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop()
|
D | LoopUnrollPass.cpp | 198 UP.BEInsns = 2; in gatherUnrollingPreferences() 644 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in ApproximateLoopSize() argument 660 LoopSize = std::max(LoopSize, BEInsns + 1); in ApproximateLoopSize() 726 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrolledLoopSize() 727 return (uint64_t)(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrolledLoopSize() 867 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount() 868 (LoopSize - UP.BEInsns); in computeUnrollCount() 1062 TTI, EphValues, UP.BEInsns); in tryToUnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 143 unsigned BEInsns);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 473 unsigned BEInsns; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 503 UP.BEInsns = 2; in getUnrollingPreferences()
|