Lines Matching refs:FP_TO_SINT
111 setOperationAction(ISD::FP_TO_SINT, VT, Custom); in addTypeForNEON()
116 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON()
535 setOperationAction(ISD::FP_TO_SINT, MVT::v4i16, Custom); in ARMTargetLowering()
568 setTargetDAGCombine(ISD::FP_TO_SINT); in ARMTargetLowering()
620 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering()
622 setOperationAction(ISD::FP_TO_SINT, MVT::f64, Custom); in ARMTargetLowering()
3803 if (Op.getOpcode() == ISD::FP_TO_SINT) in LowerFP_TO_INT()
5978 X = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, X); in LowerSDIV_v4i8()
6015 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0); in LowerSDIV_v4i16()
6124 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0); in LowerUDIV()
6286 case ISD::FP_TO_SINT: in LowerOperation()
9283 bool isSigned = N->getOpcode() == ISD::FP_TO_SINT; in PerformVCVTCombine()
9813 case ISD::FP_TO_SINT: in PerformDAGCombine()