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 | 190 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() function in DAGTypeLegalizer 374 return SoftenFloatRes_Unary( in SoftenFloatRes_FACOS() 380 return SoftenFloatRes_Unary( in SoftenFloatRes_FASIN() 386 return SoftenFloatRes_Unary( in SoftenFloatRes_FATAN() 399 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCBRT() 408 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL() 465 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS() 474 return SoftenFloatRes_Unary( in SoftenFloatRes_FCOSH() 489 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP() 498 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP2() [all …]
|
| H A D | LegalizeTypes.h | 566 SDValue SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC);
|