|
MLIR 22.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 | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::LLVM |
Functions | |
| LogicalResult | mlir::structFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
| Callback to convert function argument types. | |
| LogicalResult | mlir::barePtrFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
| Callback to convert function argument types. | |