LLVM API Documentation
enum llvm::RTLIB::Libcall |
RTLIB::Libcall enum - This enum defines all of the runtime library calls the backend can emit. The various long double types cannot be merged, because 80-bit library functions use "xf" and 128-bit use "tf".
When adding PPCF128 functions here, note that their names generally need to be overridden for Darwin with the xxx$LDBL128 form. See PPCISelLowering.cpp.
Definition at line 30 of file RuntimeLibcalls.h.
RTLIB::Libcall llvm::RTLIB::getFPEXT | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getFPEXT - Return the FPEXT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 425 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f16, llvm::MVT::f32, llvm::MVT::f64, FPEXT_F16_F32, FPEXT_F32_F128, FPEXT_F32_F64, FPEXT_F64_F128, and UNKNOWN_LIBCALL.
RTLIB::Libcall llvm::RTLIB::getFPROUND | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getFPROUND - Return the FPROUND_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 444 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f16, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPROUND_F128_F16, FPROUND_F128_F32, FPROUND_F128_F64, FPROUND_F32_F16, FPROUND_F64_F16, FPROUND_F64_F32, FPROUND_F80_F16, FPROUND_F80_F32, FPROUND_F80_F64, FPROUND_PPCF128_F16, FPROUND_PPCF128_F32, FPROUND_PPCF128_F64, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
RTLIB::Libcall llvm::RTLIB::getFPTOSINT | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 479 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPTOSINT_F128_I128, FPTOSINT_F128_I32, FPTOSINT_F128_I64, FPTOSINT_F32_I128, FPTOSINT_F32_I16, FPTOSINT_F32_I32, FPTOSINT_F32_I64, FPTOSINT_F32_I8, FPTOSINT_F64_I128, FPTOSINT_F64_I16, FPTOSINT_F64_I32, FPTOSINT_F64_I64, FPTOSINT_F64_I8, FPTOSINT_F80_I128, FPTOSINT_F80_I32, FPTOSINT_F80_I64, FPTOSINT_PPCF128_I128, FPTOSINT_PPCF128_I32, FPTOSINT_PPCF128_I64, llvm::MVT::i128, llvm::MVT::i16, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::i8, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
RTLIB::Libcall llvm::RTLIB::getFPTOUINT | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 529 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPTOUINT_F128_I128, FPTOUINT_F128_I32, FPTOUINT_F128_I64, FPTOUINT_F32_I128, FPTOUINT_F32_I16, FPTOUINT_F32_I32, FPTOUINT_F32_I64, FPTOUINT_F32_I8, FPTOUINT_F64_I128, FPTOUINT_F64_I16, FPTOUINT_F64_I32, FPTOUINT_F64_I64, FPTOUINT_F64_I8, FPTOUINT_F80_I128, FPTOUINT_F80_I32, FPTOUINT_F80_I64, FPTOUINT_PPCF128_I128, FPTOUINT_PPCF128_I32, FPTOUINT_PPCF128_I64, llvm::MVT::i128, llvm::MVT::i16, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::i8, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
RTLIB::Libcall llvm::RTLIB::getSINTTOFP | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 579 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, SINTTOFP_I128_F128, SINTTOFP_I128_F32, SINTTOFP_I128_F64, SINTTOFP_I128_F80, SINTTOFP_I128_PPCF128, SINTTOFP_I32_F128, SINTTOFP_I32_F32, SINTTOFP_I32_F64, SINTTOFP_I32_F80, SINTTOFP_I32_PPCF128, SINTTOFP_I64_F128, SINTTOFP_I64_F32, SINTTOFP_I64_F64, SINTTOFP_I64_F80, SINTTOFP_I64_PPCF128, and UNKNOWN_LIBCALL.
RTLIB::Libcall llvm::RTLIB::getUINTTOFP | ( | EVT | OpVT, |
EVT | RetVT | ||
) |
getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 619 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, UINTTOFP_I128_F128, UINTTOFP_I128_F32, UINTTOFP_I128_F64, UINTTOFP_I128_F80, UINTTOFP_I128_PPCF128, UINTTOFP_I32_F128, UINTTOFP_I32_F32, UINTTOFP_I32_F64, UINTTOFP_I32_F80, UINTTOFP_I32_PPCF128, UINTTOFP_I64_F128, UINTTOFP_I64_F32, UINTTOFP_I64_F64, UINTTOFP_I64_F80, UINTTOFP_I64_PPCF128, and UNKNOWN_LIBCALL.