Home | History | Annotate | Download | only in X86

Lines Matching refs:FSINCOS

549     setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
552 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
579 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
591 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
609 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
610 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
657 setOperationAction(ISD::FSINCOS, MVT::f80, Expand);
705 setOperationAction(ISD::FSINCOS, VT, Expand);
707 setOperationAction(ISD::FSINCOS, VT, Expand);
1779 setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
1780 setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
20146 case ISD::FSINCOS: return LowerFSINCOS(Op, Subtarget, DAG);