Searched refs:GetFPLibCall (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 29 static RTLIB::Libcall GetFPLibCall(EVT VT, in GetFPLibCall() function 265 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 274 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 283 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 292 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCBRT() 301 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL() 358 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS() 367 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() 376 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP() 385 return SoftenFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP2() [all …]
|