Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Starts

351   /// The sequence starts at StartIndex.
628 Starts.clear();
643 SmallVector<const SCEV*, 2> Starts;
1040 // Check if the hint starts with the vectorizer prefix.
1412 Starts.push_back(AR->getStart());
1917 SmallVector<TrackingVH<Value> , 2> Starts;
1931 Starts.push_back(Ptr);
1940 Value *Start = Exp.expandCodeFor(PtrRtCheck->Starts[i], PtrArithTy, Loc);
1942 Starts.push_back(Start);
1960 unsigned AS0 = Starts[i]->getType()->getPointerAddressSpace();
1961 unsigned AS1 = Starts[j]->getType()->getPointerAddressSpace();
1970 Value *Start0 = ChkBuilder.CreateBitCast(Starts[i], PtrArithTy0, "bc");
1971 Value *Start1 = ChkBuilder.CreateBitCast(Starts[j], PtrArithTy1, "bc");
2086 // then we know that it starts at zero.
2151 // We know that the count starts at zero and does not overflow.
2996 // This is the normalized GEP that starts counting at zero.
5453 // users starts an interval. We record every time that an in-loop value is
5458 // and record each time that a new interval starts, by placing it in a set.