Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Rdx

4101                                      ReducedSubTree, "bin.rdx");
4175 TmpVec, UndefValue::get(TmpVec->getType()), LeftMask, "rdx.shuf.l");
4178 "rdx.shuf.r");
4180 "bin.rdx");
4185 TmpVec, UndefValue::get(TmpVec->getType()), UpperHalf, "rdx.shuf");
4186 TmpVec = createBinOp(Builder, ReductionOpcode, TmpVec, Shuf, "bin.rdx");
4273 Value *Rdx = nullptr;
4277 Rdx = P->getIncomingValue(0);
4279 Rdx = P->getIncomingValue(1);
4282 if (Rdx && DominatedReduxValue(Rdx))
4283 return Rdx;
4296 Rdx = P->getIncomingValue(0);
4298 Rdx = P->getIncomingValue(1);
4301 if (Rdx && DominatedReduxValue(Rdx))
4302 return Rdx;
4399 Value *Rdx = getReductionValue(DT, P, BB, LI);
4402 BinaryOperator *BI = dyn_cast_or_null<BinaryOperator>(Rdx);