Lines Matching refs:SIGN_EXTEND
322 setOperationAction(ISD::SIGN_EXTEND, MVT::i128, Custom); in SPUTargetLowering()
447 setTargetDAGCombine(ISD::SIGN_EXTEND); in SPUTargetLowering()
722 result = DAG.getNode(ISD::SIGN_EXTEND, dl, OutVT, result); in LowerLOAD()
2203 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N0); in LowerI8Math()
2204 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N1); in LowerI8Math()
2214 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N0); in LowerI8Math()
2215 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N1); in LowerI8Math()
2264 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N0); in LowerI8Math()
2266 unsigned N1Opc = ISD::SIGN_EXTEND; in LowerI8Math()
2279 N0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N0); in LowerI8Math()
2280 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N1); in LowerI8Math()
2722 Op0 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i32, Op0); in LowerSIGN_EXTEND()
2856 case ISD::SIGN_EXTEND: in LowerOperation()
2960 case ISD::SIGN_EXTEND: in PerformDAGCombine()
3037 case ISD::SIGN_EXTEND: { in PerformDAGCombine()