Home
last modified time | relevance | path

Searched defs:TripCount (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp239 Value *TripCount = nullptr; in isTailPredicate() local
327 Value* MVETailPredication::ComputeElements(Value *TripCount, in ComputeElements()
504 bool MVETailPredication::TryConvert(Value *TripCount) { in TryConvert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h69 unsigned TripCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp269 const SCEV *TripCount = computeTripCount(L, SE); in computeRefCost() local
465 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp336 const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE, in analyzeLoopUnrollCost()
741 OptimizationRemarkEmitter *ORE, unsigned &TripCount, unsigned MaxTripCount, in computeUnrollCount()
1081 unsigned TripCount = 0; in tryToUnrollLoop() local
DLoopRerollPass.cpp1464 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp283 unsigned &TripCount, ScalarEvolution &SE) { in computePeelCount()
DLoopUnrollRuntime.cpp714 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
DLoopUnrollAndJam.cpp173 Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, in UnrollAndJamLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h333 Value *TripCount = nullptr; member
DLoopVectorize.cpp756 Value *TripCount = nullptr; member in llvm::InnerLoopVectorizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4159 int64_t TripCount; member in __anonabbe3c7f0311::PPCPipelinerLoopInfo
4206 int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp682 int64_t TripCount; member in __anon7fd7bab00111::HexagonPipelinerLoopInfo
733 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
DHexagonHardwareLoops.cpp1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local