Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:FCOPYSIGN

545   // 'Expand' implements FCOPYSIGN without calling an external library.
546 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Expand);
547 setOperationAction(ISD::FCOPYSIGN, MVT::v2f16, Expand);
548 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
549 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);