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 | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getFPEXT - Return the FPEXT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getFPEXT - Return the FPEXT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 212 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, FPEXT_F32_F64, and UNKNOWN_LIBCALL.
| RTLIB::Libcall llvm::RTLIB::getFPROUND | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getFPROUND - Return the FPROUND_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getFPROUND - Return the FPROUND_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 222 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPROUND_F64_F32, FPROUND_F80_F32, FPROUND_F80_F64, FPROUND_PPCF128_F32, FPROUND_PPCF128_F64, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
| RTLIB::Libcall llvm::RTLIB::getFPTOSINT | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 241 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPTOSINT_F32_I128, FPTOSINT_F32_I32, FPTOSINT_F32_I64, FPTOSINT_F64_I128, FPTOSINT_F64_I32, FPTOSINT_F64_I64, FPTOSINT_F80_I128, FPTOSINT_F80_I32, FPTOSINT_F80_I64, FPTOSINT_PPCF128_I128, FPTOSINT_PPCF128_I32, FPTOSINT_PPCF128_I64, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
| RTLIB::Libcall llvm::RTLIB::getFPTOUINT | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 276 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, FPTOUINT_F32_I128, FPTOUINT_F32_I32, FPTOUINT_F32_I64, FPTOUINT_F64_I128, FPTOUINT_F64_I32, FPTOUINT_F64_I64, FPTOUINT_F80_I128, FPTOUINT_F80_I32, FPTOUINT_F80_I64, FPTOUINT_PPCF128_I128, FPTOUINT_PPCF128_I32, FPTOUINT_PPCF128_I64, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, and UNKNOWN_LIBCALL.
| RTLIB::Libcall llvm::RTLIB::getSINTTOFP | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 311 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, SINTTOFP_I128_F32, SINTTOFP_I128_F64, SINTTOFP_I128_F80, SINTTOFP_I128_PPCF128, SINTTOFP_I32_F32, SINTTOFP_I32_F64, SINTTOFP_I32_F80, SINTTOFP_I32_PPCF128, SINTTOFP_I64_F32, SINTTOFP_I64_F64, SINTTOFP_I64_F80, SINTTOFP_I64_PPCF128, and UNKNOWN_LIBCALL.
| RTLIB::Libcall llvm::RTLIB::getUINTTOFP | ( | MVT | OpVT, | |
| MVT | RetVT | |||
| ) |
getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none.
Definition at line 345 of file TargetLowering.cpp.
References llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, llvm::MVT::i128, llvm::MVT::i32, llvm::MVT::i64, llvm::MVT::ppcf128, UINTTOFP_I128_F32, UINTTOFP_I128_F64, UINTTOFP_I128_F80, UINTTOFP_I128_PPCF128, UINTTOFP_I32_F32, UINTTOFP_I32_F64, UINTTOFP_I32_F80, UINTTOFP_I32_PPCF128, UINTTOFP_I64_F32, UINTTOFP_I64_F64, UINTTOFP_I64_F80, UINTTOFP_I64_PPCF128, and UNKNOWN_LIBCALL.