Lines Matching defs:UF
217 ElementCount VF, unsigned UF, LoopInfo *LI,
382 unsigned UF = Plan->getUF();
384 DIL->cloneByMultiplyingDuplicationFactor(UF * VF.getKnownMinValue());
938 // FIXME: Model VF * UF computation completely in VPlan.
941 unsigned UF = getUF();
946 UF > 1 ? Builder.CreateMul(RuntimeVF, ConstantInt::get(TCTy, UF))
949 VFxUF.setUnderlyingValue(createStepForVF(Builder, TCTy, State.VF, UF));
968 << ", UF=" << getUF() << '\n');
1080 O << " = VF * UF";
1133 RSO << "UF>=1";
1135 RSO << "UF={" << UFs[0];
1136 for (unsigned UF : drop_begin(UFs))
1137 RSO << "," << UF;