/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 202 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 D | UnrollLoop.h | 70 unsigned TripCount; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 278 const SCEV *TripCount = computeTripCount(L, SE); in computeRefCost() local 491 unsigned TripCount = SE.getSmallConstantTripCount(L); in CacheCost() local
|
H A D | Lint.cpp | 369 if (auto *TripCount = dyn_cast<ConstantInt>(I.getArgOperand(1))) in visitCallBase() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 337 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 D | LoopRerollPass.cpp | 1485 auto TripCount = SE->getAddExpr(BackedgeTakenCount, One); in replace() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1061 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 D | HardwareLoops.cpp | 205 const SCEV *TripCount = nullptr; member in __anon01f6a13a0111::HardwareLoop
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 295 unsigned &TripCount, ScalarEvolution &SE, in computePeelCount()
|
H A D | LoopUnrollRuntime.cpp | 749 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
H A D | LoopUnrollAndJam.cpp | 226 Loop *L, unsigned Count, unsigned TripCount, unsigned TripMultiple, in UnrollAndJamLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 335 Value *TripCount = nullptr; member
|
H A D | LoopVectorize.cpp | 845 Value *TripCount = nullptr; member in llvm::InnerLoopVectorizer 914 Value *TripCount = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 688 int64_t TripCount; member in __anon23295dd00111::HexagonPipelinerLoopInfo 739 int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust; in adjustTripCount() local
|
H A D | HexagonHardwareLoops.cpp | 1205 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 5347 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 D | TargetTransformInfo.h | 100 const SCEV *TripCount = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7082 SDValue TripCount = getValue(I.getOperand(1)); in visitIntrinsicCall() local
|