MLIR
20.0.0git
|
#include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Classes | |
class | mlir::LLVMTypeConverter |
Conversion from types to the LLVM IR dialect. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::LLVM | |
Functions | |
LogicalResult | mlir::structFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
Callback to convert function argument types. More... | |
LogicalResult | mlir::barePtrFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
Callback to convert function argument types. More... | |