Searched refs:SoftenFloatRes_Unary (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 180 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() function in DAGTypeLegalizer 336 return SoftenFloatRes_Unary( in SoftenFloatRes_FACOS() 342 return SoftenFloatRes_Unary( in SoftenFloatRes_FASIN() 348 return SoftenFloatRes_Unary( 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() 429 return SoftenFloatRes_Unary( in SoftenFloatRes_FCOSH() 444 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP() 453 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP2() [all …]
|
H A D | LegalizeTypes.h | 554 SDValue SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC);
|