Home | History | Annotate | Download | only in ARM

Lines Matching refs:SINT_TO_FP

110     setOperationAction(ISD::SINT_TO_FP, VT.getSimpleVT(), Custom);
115 setOperationAction(ISD::SINT_TO_FP, VT.getSimpleVT(), Expand);
535 // Neon does not have single instruction SINT_TO_FP and UINT_TO_FP with
539 setOperationAction(ISD::SINT_TO_FP, MVT::v4i16, Custom);
781 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
3173 case ISD::SINT_TO_FP:
3175 Opc = ISD::SINT_TO_FP;
3197 case ISD::SINT_TO_FP:
4903 X = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, X);
4904 Y = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, Y);
4933 N0 = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, N0);
4934 N1 = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, N1);
5037 N0 = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, N0);
5038 SDValue BN1 = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::v4f32, N1);
5153 case ISD::SINT_TO_FP:
7938 (OpOpcode != ISD::SINT_TO_FP && OpOpcode != ISD::UINT_TO_FP))
7943 bool isSigned = OpOpcode == ISD::SINT_TO_FP;