Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:sincos

2281 /// isSinCosLibcallAvailable - Return true if sincos libcall is available.
2295 /// canCombineSinCosLibcall - Return true if sincos libcall is available and
2301 // GNU sin/cos functions set errno while sincos does not. Therefore
2309 /// useSinCos - Only issue sincos libcall if both sin and cos are
2321 // The other user might have been turned into sincos already.
2328 /// ExpandSinCosLibCall - Issue libcalls to sincos to compute sin / cos
3484 // Expand into sincos libcall.