LLVM
8.0.1
|
Enumerations | |
enum | Libcall |
RTLIB::Libcall enum - This enum defines all of the runtime library calls the backend can emit. More... | |
Functions | |
Libcall | getFPEXT (EVT OpVT, EVT RetVT) |
getFPEXT - Return the FPEXT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getFPROUND (EVT OpVT, EVT RetVT) |
getFPROUND - Return the FPROUND_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getFPTOSINT (EVT OpVT, EVT RetVT) |
getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getFPTOUINT (EVT OpVT, EVT RetVT) |
getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getSINTTOFP (EVT OpVT, EVT RetVT) |
getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getUINTTOFP (EVT OpVT, EVT RetVT) |
getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getSYNC (unsigned Opc, MVT VT) |
Return the SYNC_FETCH_AND_* value for the given opcode and type, or UNKNOWN_LIBCALL if there is none. More... | |
Libcall | getMEMCPY_ELEMENT_UNORDERED_ATOMIC (uint64_t ElementSize) |
getMEMCPY_ELEMENT_UNORDERED_ATOMIC - Return MEMCPY_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none. More... | |
Libcall | getMEMMOVE_ELEMENT_UNORDERED_ATOMIC (uint64_t ElementSize) |
getMEMMOVE_ELEMENT_UNORDERED_ATOMIC - Return MEMMOVE_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none. More... | |
Libcall | getMEMSET_ELEMENT_UNORDERED_ATOMIC (uint64_t ElementSize) |
getMEMSET_ELEMENT_UNORDERED_ATOMIC - Return MEMSET_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none. More... | |
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 180 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f16, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getDivRemArgList(), GetFPLibCall(), and LowerPREFETCH().
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 206 of file TargetLoweringBase.cpp.
References llvm::MVT::f128, llvm::MVT::f16, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getDivRemArgList(), GetFPLibCall(), and LowerPREFETCH().
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 244 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, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getExpandedMinMaxOps(), GetFPLibCall(), and LowerVectorFP_TO_INT().
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 286 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, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getExpandedMinMaxOps(), GetFPLibCall(), and LowerVectorFP_TO_INT().
RTLIB::Libcall llvm::RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC | ( | uint64_t | ElementSize | ) |
getMEMCPY_ELEMENT_UNORDERED_ATOMIC - Return MEMCPY_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none.
Definition at line 444 of file TargetLoweringBase.cpp.
Referenced by llvm::SelectionDAG::getAtomicMemcpy().
RTLIB::Libcall llvm::RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC | ( | uint64_t | ElementSize | ) |
getMEMMOVE_ELEMENT_UNORDERED_ATOMIC - Return MEMMOVE_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none.
Definition at line 461 of file TargetLoweringBase.cpp.
Referenced by llvm::SelectionDAG::getAtomicMemmove().
RTLIB::Libcall llvm::RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC | ( | uint64_t | ElementSize | ) |
getMEMSET_ELEMENT_UNORDERED_ATOMIC - Return MEMSET_ELEMENT_UNORDERED_ATOMIC_* value for the given element size or UNKNOW_LIBCALL if there is none.
Definition at line 478 of file TargetLoweringBase.cpp.
Referenced by llvm::SelectionDAG::getAtomicMemset().
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 328 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, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getExpandedMinMaxOps(), GetFPLibCall(), and LowerVectorINT_TO_FP().
RTLIB::Libcall llvm::RTLIB::getSYNC | ( | unsigned | Opc, |
MVT | VT | ||
) |
Return the SYNC_FETCH_AND_* value for the given opcode and type, or UNKNOWN_LIBCALL if there is none.
Definition at line 406 of file TargetLoweringBase.cpp.
References llvm::ISD::ATOMIC_CMP_SWAP, llvm::ISD::ATOMIC_LOAD_ADD, llvm::ISD::ATOMIC_LOAD_AND, llvm::ISD::ATOMIC_LOAD_MAX, llvm::ISD::ATOMIC_LOAD_MIN, llvm::ISD::ATOMIC_LOAD_NAND, llvm::ISD::ATOMIC_LOAD_OR, llvm::ISD::ATOMIC_LOAD_SUB, llvm::ISD::ATOMIC_LOAD_UMAX, llvm::ISD::ATOMIC_LOAD_UMIN, llvm::ISD::ATOMIC_LOAD_XOR, llvm::ISD::ATOMIC_SWAP, and OP_TO_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 368 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, and llvm::MVT::ppcf128.
Referenced by getConvRTLibDesc(), getExpandedMinMaxOps(), GetFPLibCall(), and LowerVectorINT_TO_FP().