Home | History | Annotate | Download | only in ARM

Lines Matching refs:VDUP

1023   case ARMISD::VDUP:          return "ARMISD::VDUP";
4447 // Use VDUP for non-constant splats. For f32 constant splats, reduce to
4456 // is at a constant index, as the VDUP from lane instructions only have
4478 N = DAG.getNode(ARMISD::VDUP, dl, VT, Value);
4509 return DAG.getNode(ARMISD::VDUP, dl, VT, Val);
4870 // If this is undef splat, generate it via "just" vdup, if possible.
4875 return DAG.getNode(ARMISD::VDUP, dl, VT, V1.getOperand(0));
4889 return DAG.getNode(ARMISD::VDUP, dl, VT, V1.getOperand(0));