Home | History | Annotate | Download | only in ARM

Lines Matching refs:SIGN_EXTEND

555     setTargetDAGCombine(ISD::SIGN_EXTEND);
1459 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
3768 CastOpc = ISD::SIGN_EXTEND;
5662 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N))
5740 /// SkipExtensionForVMULL - For a node that is a SIGN_EXTEND, ZERO_EXTEND,
5747 if (N->getOpcode() == ISD::SIGN_EXTEND || N->getOpcode() == ISD::ZERO_EXTEND)
5886 X = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, X);
5887 Y = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, Y);
5916 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, N0);
5917 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, N1);
5958 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i16, N0);
5959 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i16, N1);
7603 case ISD::SIGN_EXTEND: {
9182 ConvInput = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND,
9433 /// PerformExtendCombine - Target-specific DAG combining for ISD::SIGN_EXTEND,
9458 case ISD::SIGN_EXTEND:
9648 case ISD::SIGN_EXTEND: