Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp202 Value *TripCount) { in IsSafeActiveMask()
349 Value *TripCount) { in InsertVCTPIntrinsic()
393 bool MVETailPredication::TryConvertActiveLaneMask(Value *TripCount) { in TryConvertActiveLaneMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h70 unsigned TripCount; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp278 const SCEV *TripCount = computeTripCount(L, SE); in computeRefCost() local
491 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost() local
H A DLint.cpp369 if (auto *TripCount = dyn_cast<ConstantInt>(I.getArgOperand(1))) in visitCallBase() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp337 const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE, in analyzeLoopUnrollCost()
765 OptimizationRemarkEmitter *ORE, unsigned &TripCount, unsigned MaxTripCount, in computeUnrollCount()
1110 unsigned TripCount = 0; in tryToUnrollLoop() local
H A DLoopRerollPass.cpp1485 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1061 DebugLoc DL, Value *TripCount, Function *F, BasicBlock *PreInsertBefore, in createLoopSkeleton()
1134 Value *TripCount, const Twine &Name) { in createCanonicalLoop()
1222 Value *TripCount = Builder.CreateSelect(ZeroCmp, Zero, CountIfLooping, in createCanonicalLoop() local
1254 void setCanonicalLoopTripCount(CanonicalLoopInfo *CLI, Value *TripCount) { in setCanonicalLoopTripCount()
1314 Value *TripCount = Builder.CreateAdd(TripCountMinusOne, One); in createStaticWorkshareLoop() local
1767 Value *TripCount, const Twine &Name) -> CanonicalLoopInfo * { in tileLoops()
2700 Value *TripCount = getTripCount(); in assertOK() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp205 const SCEV *TripCount = nullptr; member in __anon01f6a13a0111::HardwareLoop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp295 unsigned &TripCount, ScalarEvolution &SE, in computePeelCount()
H A DLoopUnrollRuntime.cpp749 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
H A DLoopUnrollAndJam.cpp226 Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, in UnrollAndJamLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h335 Value *TripCount = nullptr; member
H A DLoopVectorize.cpp845 Value *TripCount = nullptr; member in llvm::InnerLoopVectorizer
914 Value *TripCount = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp688 int64_t TripCount; member in __anon23295dd00111::HexagonPipelinerLoopInfo
739 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
H A DHexagonHardwareLoops.cpp1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5347 int64_t TripCount; member in __anonde7b4f9f0c11::PPCPipelinerLoopInfo
5394 int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h100 const SCEV *TripCount = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7082 SDValue TripCount = getValue(I.getOperand(1)); in visitIntrinsicCall() local