Lines Matching refs:VectorTripCount

546                     Value *VectorTripCount, Value *EndValue,
702 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
767 Value *VectorTripCount = nullptr; member
2848 if (VectorTripCount) in getOrCreateVectorTripCount()
2849 return VectorTripCount; in getOrCreateVectorTripCount()
2892 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()
2894 return VectorTripCount; in getOrCreateVectorTripCount()
3110 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createInductionResumeValues() local
3111 assert(VectorTripCount && "Expected valid arguments"); in createInductionResumeValues()
3128 EndValue = VectorTripCount; in createInductionResumeValues()
3138 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3139 Value *VTC = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.vtc"); in createInductionResumeValues()
3188 Value *VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in completeLoopSkeleton() local
3202 Count, VectorTripCount, "cmp.n", in completeLoopSkeleton()
3298 Value *VectorTripCount, Value *EndValue, in fixupIVUsers() argument
3336 VectorTripCount, ConstantInt::get(VectorTripCount->getType(), 1)); in fixupIVUsers()
7691 EPI.VectorTripCount = getOrCreateVectorTripCount(LoopVectorPreHeader); in createEpilogueVectorizedLoopSkeleton()
7860 EPResumeVal->addIncoming(EPI.VectorTripCount, VecEpilogueIterationCountCheck); in createEpilogueVectorizedLoopSkeleton()
7872 EPI.VectorTripCount} /* AdditionalBypass */); in createEpilogueVectorizedLoopSkeleton()
7889 Value *Count = Builder.CreateSub(TC, EPI.VectorTripCount, "n.vec.remaining"); in emitMinimumVectorEpilogueIterCountCheck()