/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 239 Value *TripCount = nullptr; in isTailPredicate() local 327 Value* MVETailPredication::ComputeElements(Value *TripCount, in ComputeElements() 504 bool MVETailPredication::TryConvert(Value *TripCount) { in TryConvert()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 235 analyzeLoopUnrollCost(const Loop *L, unsigned TripCount, DominatorTree &DT, in analyzeLoopUnrollCost() 694 ScalarEvolution *SE, unsigned TripCount, in computeUnrollCount() 932 unsigned TripCount = 0; in tryToUnrollLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 336 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
|
H A D | LoopRerollPass.cpp | 1464 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 269 const SCEV *TripCount = computeTripCount(L, SE); in computeRefCost() local 465 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 69 unsigned TripCount; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/llvm/unittests/Analysis/ |
H A D | UnrollAnalyzer.cpp | 22 static unsigned TripCount = 0; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 203 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force, in UnrollLoop()
|
H A D | LoopUnrollRuntime.cpp | 544 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 516 const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE); in optimizeForVFAndUF() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollPeel.cpp | 283 unsigned &TripCount, ScalarEvolution &SE) { in computePeelCount()
|
H A D | LoopUnrollRuntime.cpp | 714 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
H A D | LoopUnrollAndJam.cpp | 173 Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, in UnrollAndJamLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 4159 int64_t TripCount; member in __anonec07912e0311::PPCPipelinerLoopInfo 4206 int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 682 int64_t TripCount; member in __anonb909cedf0111::HexagonPipelinerLoopInfo 733 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
|