Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Rdx

5808             VectReductionData.createOp(Builder, "op.rdx", ReductionOps);
5936 TmpVec, UndefValue::get(TmpVec->getType()), LeftMask, "rdx.shuf.l");
5939 "rdx.shuf.r");
5942 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps);
6024 Value *Rdx = nullptr;
6028 Rdx = P->getIncomingValue(0);
6030 Rdx = P->getIncomingValue(1);
6033 if (Rdx && DominatedReduxValue(Rdx))
6034 return Rdx;
6047 Rdx = P->getIncomingValue(0);
6049 Rdx = P->getIncomingValue(1);
6052 if (Rdx && DominatedReduxValue(Rdx))
6053 return Rdx;