Home | History | Annotate | Download | only in ARM

Lines Matching refs:VDUPLANE

903   case ARMISD::VDUPLANE:      return "ARMISD::VDUPLANE";
4281 return DAG.getNode(ARMISD::VDUPLANE, dl, VT,
4353 return DAG.getNode(ARMISD::VDUPLANE, dl, VT, V1,
7278 /// CombineVLDDUP - For a VDUPLANE node N, check if its source operand is a
7289 // Check if the VDUPLANE operand is a vldN-dup intrinsic.
7319 if (User->getOpcode() != ARMISD::VDUPLANE ||
7360 /// ARMISD::VDUPLANE.
7370 // If the source is already a VMOVIMM or VMVNIMM splat, the VDUPLANE is
7377 // Make sure the VMOV element size is not bigger than the VDUPLANE elements.
7942 case ARMISD::VDUPLANE: return PerformVDUPLANECombine(N, DCI);