Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SINT_TO_FP

189   setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
190 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
191 setOperationAction(ISD::SINT_TO_FP, MVT::i128, Custom);
348 setTargetDAGCombine(ISD::SINT_TO_FP);
417 setOperationAction(ISD::SINT_TO_FP, MVT::v1i64, Expand);
426 setOperationAction(ISD::SINT_TO_FP, MVT::v4i8, Promote);
428 setOperationAction(ISD::SINT_TO_FP, MVT::v4i16, Promote);
430 setOperationAction(ISD::SINT_TO_FP, MVT::v2i32, Custom);
432 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Custom);
1453 Op.getOpcode() == ISD::SINT_TO_FP ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
1477 if (Op.getOpcode() == ISD::SINT_TO_FP)
1605 case ISD::SINT_TO_FP:
6446 (N->getOpcode() == ISD::SINT_TO_FP) ? AArch64ISD::SITOF : AArch64ISD::UITOF;
7717 case ISD::SINT_TO_FP: