Home
last modified time | relevance | path

Searched refs:getSINCOS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h81 LLVM_ABI Libcall getSINCOS(EVT RetVT);
H A DBasicTTIImpl.h2126 return RTLIB::getSINCOS; in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp421 RTLIB::Libcall RTLIB::getSINCOS(EVT RetVT) { in getSINCOS() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp857 if (SoftenFloatRes_UnaryWithTwoFPResults(N, RTLIB::getSINCOS(VT))) in SoftenFloatRes_FSINCOS()
1697 ExpandFloatRes_UnaryWithTwoFPResults(N, RTLIB::getSINCOS(N->getValueType(0))); in ExpandFloatRes_FSINCOS()
H A DLegalizeVectorOps.cpp1270 ? RTLIB::getSINCOS(VT) in Expand()
H A DLegalizeDAG.cpp2415 RTLIB::Libcall LC = RTLIB::getSINCOS(Node->getSimpleValueType(0).SimpleTy); in isSinCosLibcallAvailable()
4760 ? RTLIB::getSINCOS(VT) in ConvertNodeToLibcall()