Lines Matching refs:FSINCOS
669 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
672 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
699 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
711 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
729 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
730 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
769 setOperationAction(ISD::FSINCOS, MVT::f80, Expand);
817 setOperationAction(ISD::FSINCOS, VT, Expand);
819 setOperationAction(ISD::FSINCOS, VT, Expand);
1492 setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
1493 setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
12877 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG);