|
| Libcall | llvm::RTLIB::getFPEXT (EVT OpVT, EVT RetVT) |
| | getFPEXT - Return the FPEXT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| Libcall | llvm::RTLIB::getFPROUND (EVT OpVT, EVT RetVT) |
| | getFPROUND - Return the FPROUND_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| Libcall | llvm::RTLIB::getFPTOSINT (EVT OpVT, EVT RetVT) |
| | getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| Libcall | llvm::RTLIB::getFPTOUINT (EVT OpVT, EVT RetVT) |
| | getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| Libcall | llvm::RTLIB::getSINTTOFP (EVT OpVT, EVT RetVT) |
| | getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| Libcall | llvm::RTLIB::getUINTTOFP (EVT OpVT, EVT RetVT) |
| | getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or UNKNOWN_LIBCALL if there is none. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |