Home | History | Annotate | Download | only in ARM

Lines Matching refs:VDUPLANE

975   case ARMISD::VDUPLANE:      return "ARMISD::VDUPLANE";
4459 return DAG.getNode(ARMISD::VDUPLANE, dl, VT,
4545 return DAG.getNode(ARMISD::VDUPLANE, dl, VT, V1,
7746 /// CombineVLDDUP - For a VDUPLANE node N, check if its source operand is a
7757 // Check if the VDUPLANE operand is a vldN-dup intrinsic.
7787 if (User->getOpcode() != ARMISD::VDUPLANE ||
7828 /// ARMISD::VDUPLANE.
7838 // If the source is already a VMOVIMM or VMVNIMM splat, the VDUPLANE is
7845 // Make sure the VMOV element size is not bigger than the VDUPLANE elements.
8422 case ARMISD::VDUPLANE: return PerformVDUPLANECombine(N, DCI);