Home
last modified time | relevance | path

Searched refs:getSmallConstantTripCount (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp374 unsigned OuterTripCount = SE.getSmallConstantTripCount(L, Latch); in tryToUnrollAndJamLoop()
376 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop()
DLoopUnrollPass.cpp1090 TripCount = SE.getSmallConstantTripCount(L, ExitingBlock); in tryToUnrollLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp371 unsigned OuterTripCount = SE.getSmallConstantTripCount(L, Latch); in tryToUnrollAndJamLoop()
373 unsigned InnerTripCount = SE.getSmallConstantTripCount(SubLoop, SubLoopLatch); in tryToUnrollAndJamLoop()
DLoopFuse.cpp730 const unsigned TC0 = SE.getSmallConstantTripCount(FC0.L); in haveIdenticalTripCounts()
731 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); in haveIdenticalTripCounts()
DLoopUnrollPass.cpp1099 TripCount = SE.getSmallConstantTripCount(L, ExitingBlock); in tryToUnrollLoop()
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/llvm-project/llvm/unittests/Analysis/
DUnrollAnalyzerTest.cpp39 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp83 SE.getSmallConstantTripCount(L) == 0 && in getUnrollingPreferences()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp76 SE.getSmallConstantTripCount(L) == 0 && in getPeelingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp230 auto TC = SE.getSmallConstantTripCount(L); in isDereferenceableAndAlignedInLoop()
DLoopCacheAnalysis.cpp465 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost()
DScalarEvolution.cpp6567 unsigned ScalarEvolution::getSmallConstantTripCount(const Loop *L) { in getSmallConstantTripCount() function in ScalarEvolution
6569 return getSmallConstantTripCount(L, ExitingBB); in getSmallConstantTripCount()
6575 unsigned ScalarEvolution::getSmallConstantTripCount(const Loop *L, in getSmallConstantTripCount() function in ScalarEvolution
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1354 unsigned getSmallConstantTripCount(Loop *L);
1363 unsigned getSmallConstantTripCount(Loop *L, BasicBlock *ExitingBlock);
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp491 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h689 unsigned getSmallConstantTripCount(const Loop *L);
698 unsigned getSmallConstantTripCount(const Loop *L, BasicBlock *ExitingBlock);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h713 unsigned getSmallConstantTripCount(const Loop *L);
722 unsigned getSmallConstantTripCount(const Loop *L,
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp407 ULO.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in UnrollLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp487 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp412 ULO.TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in UnrollLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp941 TripCount = SE->getSmallConstantTripCount(L, ExitingBlock); in tryToUnrollLoop()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp695 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5186 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in selectVectorizationFactor()
5401 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in selectInterleaveCount()
6407 const unsigned TC = SE->getSmallConstantTripCount(L); in processLoop()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5246 unsigned ScalarEvolution::getSmallConstantTripCount(Loop *L) { in getSmallConstantTripCount() function in ScalarEvolution
5248 return getSmallConstantTripCount(L, ExitingBB); in getSmallConstantTripCount()
5254 unsigned ScalarEvolution::getSmallConstantTripCount(Loop *L, in getSmallConstantTripCount() function in ScalarEvolution
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp367 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC()
4928 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp420 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC()
5452 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF()

12