Lines Matching refs:FP_TO_SINT
173 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in AArch64TargetLowering()
174 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in AArch64TargetLowering()
175 setOperationAction(ISD::FP_TO_SINT, MVT::i128, Custom); in AArch64TargetLowering()
484 setTargetDAGCombine(ISD::FP_TO_SINT); in AArch64TargetLowering()
556 setOperationAction(ISD::FP_TO_SINT, MVT::v1i64, Expand); in AArch64TargetLowering()
691 setOperationAction(ISD::FP_TO_SINT, VT.getSimpleVT(), Custom); in addTypeForNEON()
1902 if (Op.getOpcode() == ISD::FP_TO_SINT) in LowerFP_TO_INT()
2329 case ISD::FP_TO_SINT: in LowerOperation()
7612 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in performFpToIntCombine()
9615 case ISD::FP_TO_SINT: in PerformDAGCombine()
9865 case ISD::FP_TO_SINT: in ReplaceNodeResults()