|
LLVM
4.0.0
|
#include "LegalizeTypes.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "legalize-types" |
Functions | |
| static RTLIB::Libcall | GetFPLibCall (EVT VT, RTLIB::Libcall Call_F32, RTLIB::Libcall Call_F64, RTLIB::Libcall Call_F80, RTLIB::Libcall Call_F128, RTLIB::Libcall Call_PPCF128) |
| GetFPLibCall - Return the right libcall for the given floating point type. More... | |
| static ISD::NodeType | GetPromotionOpcode (EVT OpVT, EVT RetVT) |
| #define DEBUG_TYPE "legalize-types" |
Definition at line 27 of file LegalizeFloatTypes.cpp.
|
static |
GetFPLibCall - Return the right libcall for the given floating point type.
Definition at line 30 of file LegalizeFloatTypes.cpp.
References llvm::MVT::f128, llvm::MVT::f32, llvm::MVT::f64, llvm::MVT::f80, llvm::MVT::ppcf128, and llvm::RTLIB::UNKNOWN_LIBCALL.
|
static |
Definition at line 1723 of file LegalizeFloatTypes.cpp.
References llvm::MVT::f16, llvm::ISD::FP16_TO_FP, llvm::ISD::FP_TO_FP16, and llvm::report_fatal_error().
1.8.6