Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp202 Value *TripCount) { in IsSafeActiveMask()
354 Value *TripCount) { in InsertVCTPIntrinsic()
393 bool MVETailPredication::TryConvertActiveLaneMask(Value *TripCount) { in TryConvertActiveLaneMask()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp112 const SCEV *TripCount = (!isa<SCEVCouldNotCompute>(BackedgeTakenCount) && in computeTripCount() local
286 const SCEV *TripCount = computeTripCount(L, *Sizes.back(), SE); in computeRefCost() local
323 const SCEV *TripCount = in computeRefCost() local
566 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost() local
H A DLint.cpp372 if (auto *TripCount = dyn_cast<ConstantInt>(I.getArgOperand(1))) in visitCallBase() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp347 const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE, in analyzeLoopUnrollCost()
777 const unsigned TripMultiple, const unsigned TripCount, in shouldPragmaUnroll()
834 shouldPartialUnroll(const unsigned LoopSize, const unsigned TripCount, in shouldPartialUnroll()
893 OptimizationRemarkEmitter *ORE, unsigned TripCount, unsigned MaxTripCount, in computeUnrollCount()
1231 unsigned TripCount = 0; in tryToUnrollLoop() local
H A DLoopFlatten.cpp295 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents()
313 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in verifyTripCount()
380 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in findLoopComponents()
H A DLoopRerollPass.cpp1476 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp499 Value *TripCount, unsigned Count) { in CreateTripRemainder()
747 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
H A DLoopUnroll.cpp320 unsigned TripCount; in UnrollLoop() member
H A DLoopPeel.cpp474 unsigned TripCount, DominatorTree &DT, in computePeelCount()
H A DLoopUnrollAndJam.cpp217 llvm::UnrollAndJamLoop(Loop *L, unsigned Count, unsigned TripCount, in UnrollAndJamLoop()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp516 const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE); in optimizeForVFAndUF() local
H A DVPlan.h2183 VPValue *TripCount = nullptr; variable
H A DLoopVectorize.cpp711 Value *TripCount = nullptr; member in llvm::InnerLoopVectorizer
778 Value *TripCount = nullptr; member
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1934 DebugLoc DL, Value *TripCount, Function *F, BasicBlock *PreInsertBefore, in createLoopSkeleton()
2002 Value *TripCount, const Twine &Name) { in createCanonicalLoop()
2088 Value *TripCount = Builder.CreateSelect(ZeroCmp, Zero, CountIfLooping, in createCanonicalLoop() local
2173 Value *TripCount = Builder.CreateAdd(TripCountMinusOne, One); in applyStaticWorkshareLoop() local
2836 Value *TripCount, const Twine &Name) -> CanonicalLoopInfo * { in tileLoops()
3311 int TripCount = 0; in computeHeuristicUnrollFactor() local
5160 void CanonicalLoopInfo::setTripCount(Value *TripCount) { in setTripCount()
5284 Value *TripCount = getTripCount(); in assertOK() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp731 int64_t TripCount; member in __anon405fc2520111::HexagonPipelinerLoopInfo
782 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
H A DHexagonHardwareLoops.cpp1208 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5540 int64_t TripCount; member in __anonef7fc3210c11::PPCPipelinerLoopInfo
5587 int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7275 SDValue TripCount = getValue(I.getOperand(1)); in visitIntrinsicCall() local