#include <TypeConverter.hpp>
Converts Llvm to Jlm types and vice versa.
Definition at line 37 of file TypeConverter.hpp.
◆ TypeConverter() [1/3]
| jlm::llvm::TypeConverter::TypeConverter |
( |
| ) |
|
|
default |
◆ TypeConverter() [2/3]
| jlm::llvm::TypeConverter::TypeConverter |
( |
const TypeConverter & |
| ) |
|
|
delete |
◆ TypeConverter() [3/3]
| jlm::llvm::TypeConverter::TypeConverter |
( |
const TypeConverter && |
| ) |
|
|
delete |
◆ ConvertArrayType()
◆ ConvertBitType()
| llvm::IntegerType * jlm::llvm::TypeConverter::ConvertBitType |
( |
const rvsdg::BitType & |
bitType, |
|
|
::llvm::LLVMContext & |
context |
|
) |
| |
|
static |
◆ ConvertFloatingPointType()
| llvm::Type * jlm::llvm::TypeConverter::ConvertFloatingPointType |
( |
const FloatingPointType & |
type, |
|
|
::llvm::LLVMContext & |
context |
|
) |
| |
|
staticprivate |
◆ ConvertFunctionType() [1/2]
| std::shared_ptr< const rvsdg::FunctionType > jlm::llvm::TypeConverter::ConvertFunctionType |
( |
const ::llvm::FunctionType & |
functionType | ) |
|
◆ ConvertFunctionType() [2/2]
| llvm::FunctionType * jlm::llvm::TypeConverter::ConvertFunctionType |
( |
const rvsdg::FunctionType & |
functionType, |
|
|
::llvm::LLVMContext & |
context |
|
) |
| |
◆ ConvertJlmType()
| llvm::Type * jlm::llvm::TypeConverter::ConvertJlmType |
( |
const rvsdg::Type & |
type, |
|
|
::llvm::LLVMContext & |
context |
|
) |
| |
◆ ConvertLlvmType()
| std::shared_ptr< const rvsdg::Type > jlm::llvm::TypeConverter::ConvertLlvmType |
( |
::llvm::Type & |
type | ) |
|
◆ ConvertPointerType() [1/2]
| std::shared_ptr< const PointerType > jlm::llvm::TypeConverter::ConvertPointerType |
( |
const ::llvm::PointerType & |
pointerType | ) |
|
|
static |
◆ ConvertPointerType() [2/2]
◆ ConvertStructType()
◆ ExtractFloatingPointSize()
| fpsize jlm::llvm::TypeConverter::ExtractFloatingPointSize |
( |
const ::llvm::Type & |
type | ) |
|
|
static |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ StructTypeMap_
The documentation for this class was generated from the following files: