Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getVectorShuffle

2420       return DAG.getVectorShuffle(VT, N->getDebugLoc(), Op,
8954 return DAG.getVectorShuffle(VT, dl, Ops[0], Ops[1], &Mask[0]);
9049 return DAG.getVectorShuffle(VT, N->getDebugLoc(), N0, DAG.getUNDEF(VT),
9066 return DAG.getVectorShuffle(VT, N->getDebugLoc(), N1, DAG.getUNDEF(VT),
9083 return DAG.getVectorShuffle(VT, N->getDebugLoc(), N0, N1, &NewMask[0]);
9256 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]);