Home | History | Annotate | Download | only in AArch64

Lines Matching refs:FSINCOS

161   setOperationAction(ISD::FSINCOS, MVT::f128, Expand);
296 setOperationAction(ISD::FSINCOS, MVT::f16, Promote);
342 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand);
374 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand);
414 setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
415 setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
417 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
418 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
546 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand);
2332 case ISD::FSINCOS: