Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h69 unsigned TripCount; member
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp235 analyzeLoopUnrollCost(const Loop *L, unsigned TripCount, DominatorTree &DT, in analyzeLoopUnrollCost()
694 ScalarEvolution *SE, unsigned TripCount, in computeUnrollCount()
932 unsigned TripCount = 0; in tryToUnrollLoop() local
/external/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
/external/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
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp22 static unsigned TripCount = 0; variable
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp203 bool llvm::UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force, in UnrollLoop()
DLoopUnrollRuntime.cpp544 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp283 unsigned &TripCount, ScalarEvolution &SE) { in computePeelCount()
DLoopUnrollAndJam.cpp173 Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, in UnrollAndJamLoop()
DLoopUnrollRuntime.cpp714 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4159 int64_t TripCount; member in __anon2e31f01d0311::PPCPipelinerLoopInfo
4206 int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp682 int64_t TripCount; member in __anonb6180d4e0111::HexagonPipelinerLoopInfo
733 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
DHexagonHardwareLoops.cpp1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1167 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp591 Value *TripCount; member in __anon4a4ec4140111::InnerLoopVectorizer