Home | History | Annotate | Download | only in ARM

Lines Matching refs:UINT_TO_FP

111     setOperationAction(ISD::UINT_TO_FP, VT.getSimpleVT(), Custom);
116 setOperationAction(ISD::UINT_TO_FP, VT.getSimpleVT(), Expand);
535 // Neon does not have single instruction SINT_TO_FP and UINT_TO_FP with
540 setOperationAction(ISD::UINT_TO_FP, MVT::v4i16, Custom);
782 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
3177 case ISD::UINT_TO_FP:
3179 Opc = ISD::UINT_TO_FP;
3200 case ISD::UINT_TO_FP:
5154 case ISD::UINT_TO_FP: return LowerINT_TO_FP(Op, DAG);
7938 (OpOpcode != ISD::SINT_TO_FP && OpOpcode != ISD::UINT_TO_FP))