/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 202 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 D | LoopCacheAnalysis.cpp | 112 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 D | Lint.cpp | 372 if (auto *TripCount = dyn_cast<ConstantInt>(I.getArgOperand(1))) in visitCallBase() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 347 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 D | LoopFlatten.cpp | 295 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 D | LoopRerollPass.cpp | 1476 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 499 Value *TripCount, unsigned Count) { in CreateTripRemainder() 747 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
H A D | LoopUnroll.cpp | 320 unsigned TripCount; in UnrollLoop() member
|
H A D | LoopPeel.cpp | 474 unsigned TripCount, DominatorTree &DT, in computePeelCount()
|
H A D | LoopUnrollAndJam.cpp | 217 llvm::UnrollAndJamLoop(Loop *L, unsigned Count, unsigned TripCount, in UnrollAndJamLoop()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 516 const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE); in optimizeForVFAndUF() local
|
H A D | VPlan.h | 2183 VPValue *TripCount = nullptr; variable
|
H A D | LoopVectorize.cpp | 711 Value *TripCount = nullptr; member in llvm::InnerLoopVectorizer 778 Value *TripCount = nullptr; member
|
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1934 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 D | HexagonInstrInfo.cpp | 731 int64_t TripCount; member in __anon405fc2520111::HexagonPipelinerLoopInfo 782 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
|
H A D | HexagonHardwareLoops.cpp | 1208 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 5540 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 D | SelectionDAGBuilder.cpp | 7275 SDValue TripCount = getValue(I.getOperand(1)); in visitIntrinsicCall() local
|