Searched refs:VectorTripCount (Results 1 – 2 of 2) sorted by relevance
729 Loop *L, Value *VectorTripCount,845 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer912 Value *VectorTripCount = nullptr; member3167 if (VectorTripCount) in getOrCreateVectorTripCount()3168 return VectorTripCount; in getOrCreateVectorTripCount()3210 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()3212 return VectorTripCount; in getOrCreateVectorTripCount()3524 Loop *L, Value *VectorTripCount, in createInductionResumeValues() argument3551 EndValue = VectorTripCount; in createInductionResumeValues()3603 Value *VectorTripCount = getOrCreateVectorTripCount(L); in completeLoopSkeleton() local[all …]
7149 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall() local7151 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()