Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:I0

179   Instruction *I0 = dyn_cast<Instruction>(VL[0]);
180 if (!I0)
182 BasicBlock *BB = I0->getParent();
4145 // starting instruction is i0 and MaxMemDepDistance = 3.
4148 // i0,i1,i2,i3,i4,i5,i6,i7,i8
4152 // dependencies from i0 to i3,i4,.. (even if they are not aliased).
4155 // i0 to i3, we have transitive dependencies from i0 to i6,i7,i8
4869 Instruction *I0 = cast<Instruction>(S.OpValue);
4870 unsigned Sz = R.getVectorElementSize(I0);
4875 return OptimizationRemarkMissed(SV_NAME, "SmallVF", I0)
4891 return OptimizationRemarkMissed(SV_NAME, "UnsupportedType", I0)
4974 return OptimizationRemarkMissed(SV_NAME, "NotBeneficial", I0)
4981 return OptimizationRemarkMissed(SV_NAME, "NotPossible", I0)