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()
562 setOperationAction(ISD::FP_TO_SINT, MVT::v4i16, Custom); in ARMTargetLowering()
595 setTargetDAGCombine(ISD::FP_TO_SINT); in ARMTargetLowering()
832 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering()
3250 case ISD::FP_TO_SINT: in LowerFP_TO_INT()
5338 X = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, X); in LowerSDIV_v4i8()
5375 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0); in LowerSDIV_v4i16()
5484 N0 = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::v4i32, N0); in LowerUDIV()
5573 case ISD::FP_TO_SINT: in LowerOperation()
8897 bool isSigned = N->getOpcode() == ISD::FP_TO_SINT; in PerformVCVTCombine()
9414 case ISD::FP_TO_SINT: in PerformDAGCombine()