Home
last modified time | relevance | path

Searched refs:SINCOS_PPCF128 (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h165 SINCOS_PPCF128, enumerator
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp383 Names[RTLIB::SINCOS_PPCF128] = "sincosl"; in InitLibcallNames()
390 Names[RTLIB::SINCOS_PPCF128] = 0; in InitLibcallNames()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2142 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in isSinCosLibcallAvailable()
2192 case MVT::ppcf128: LC = RTLIB::SINCOS_PPCF128; break; in ExpandSinCosLibCall()