Lines Matching refs:VDUP
1053 case ARMISD::VDUP: return "ARMISD::VDUP";
4684 // Use VDUP for non-constant splats. For f32 constant splats, reduce to
4693 // is at a constant index, as the VDUP from lane instructions only have
4715 N = DAG.getNode(ARMISD::VDUP, dl, VT, Value);
4746 return DAG.getNode(ARMISD::VDUP, dl, VT, Val);
5125 // If this is undef splat, generate it via "just" vdup, if possible.
5130 return DAG.getNode(ARMISD::VDUP, dl, VT, V1.getOperand(0));
5144 return DAG.getNode(ARMISD::VDUP, dl, VT, V1.getOperand(0));