Searched refs:VectorTripCount (Results 1 – 2 of 2) sorted by relevance
732 Loop *L, Value *VectorTripCount,848 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer915 Value *VectorTripCount = nullptr; member3141 if (VectorTripCount) in getOrCreateVectorTripCount()3142 return VectorTripCount; in getOrCreateVectorTripCount()3189 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()3191 return VectorTripCount; in getOrCreateVectorTripCount()3482 Loop *L, Value *VectorTripCount, in createInductionResumeValues() argument3484 assert(VectorTripCount && L && "Expected valid arguments"); in createInductionResumeValues()3509 EndValue = VectorTripCount; in createInductionResumeValues()[all …]
7104 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall() local7106 VectorTripCount, ISD::CondCode::SETULT); in visitIntrinsicCall()