Searched refs:GetFPLibCall (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 32 static RTLIB::Libcall GetFPLibCall(EVT VT, in GetFPLibCall() function 278 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 289 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 298 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 307 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCBRT() 316 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL() 373 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS() 382 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() 391 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP() 400 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP2() [all …]
|