Searched defs:TripCount (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h69 unsigned TripCount; member in struct:llvm::UnrollLoopOptions
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp327 Value* MVETailPredication::ComputeElements(Value *TripCount, argument
504 bool MVETailPredication::TryConvert(Value *TripCount) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp172 UnrollAndJamLoop( Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, bool UnrollRemainder, LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC, OptimizationRemarkEmitter *ORE, Loop **EpilogueLoop) argument
H A DLoopUnrollRuntime.cpp714 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp335 analyzeLoopUnrollCost( const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, const TargetTransformInfo &TTI, unsigned MaxUnrolledLoopSize) argument
738 computeUnrollCount( Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, LoopInfo *LI, ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, OptimizationRemarkEmitter *ORE, unsigned &TripCount, unsigned MaxTripCount, bool MaxOrZero, unsigned &TripMultiple, unsigned LoopSize, TargetTransformInfo::UnrollingPreferences &UP, bool &UseUpperBound) argument
1081 unsigned TripCount = 0; local
[all...]
H A DLoopRerollPass.cpp1464 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp756 Value *TripCount = nullptr; member in class:llvm::InnerLoopVectorizer
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); local
[all...]
H A DHexagonInstrInfo.cpp682 int64_t TripCount; member in class:__anon5174::HexagonPipelinerLoopInfo
733 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; variable

Completed in 314 milliseconds