Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp32 static RTLIB::Libcall GetFPLibCall(EVT VT, in GetFPLibCall() function
307 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM()
318 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM()
327 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD()
337 N, GetFPLibCall(N->getValueType(0), RTLIB::ACOS_F32, RTLIB::ACOS_F64, in SoftenFloatRes_FACOS()
343 N, GetFPLibCall(N->getValueType(0), RTLIB::ASIN_F32, RTLIB::ASIN_F64, in SoftenFloatRes_FASIN()
349 N, GetFPLibCall(N->getValueType(0), RTLIB::ATAN_F32, RTLIB::ATAN_F64, in SoftenFloatRes_FATAN()
354 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCBRT()
363 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL()
420 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS()
[all …]