Home | History | Annotate | Download | only in ARM

Lines Matching refs:SIGN_EXTEND

550     setTargetDAGCombine(ISD::SIGN_EXTEND);
1356 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
3174 CastOpc = ISD::SIGN_EXTEND;
4747 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N))
4764 /// SkipExtension - For a node that is a SIGN_EXTEND, ZERO_EXTEND, extending
4767 if (N->getOpcode() == ISD::SIGN_EXTEND || N->getOpcode() == ISD::ZERO_EXTEND)
4901 X = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, X);
4902 Y = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, Y);
4931 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, N0);
4932 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i32, N1);
4973 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i16, N0);
4974 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i16, N1);
8216 /// PerformExtendCombine - Target-specific DAG combining for ISD::SIGN_EXTEND,
8241 case ISD::SIGN_EXTEND:
8430 case ISD::SIGN_EXTEND: