Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:VF

2280   unsigned VF = MinVecRegSize / Sz;
2282 if (!isPowerOf2_32(Sz) || VF < 2)
2291 if (i + VF > e)
2295 if (hasValueBeenRAUWed(Chain, TrackValues, i, VF))
2298 DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i
2300 ArrayRef<Value *> Operands = Chain.slice(i, VF);
2306 DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF << "\n");
2312 i += VF - 1;
2426 unsigned VF = MinVecRegSize / Sz;
2445 if (i + VF > e)
2448 OpsWidth = VF;
2494 i += VF - 1;