|
MLIR 22.0.0git
|
#include "mlir/Conversion/IndexToLLVM/IndexToLLVM.h"#include "mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h"#include "mlir/Conversion/LLVMCommon/Pattern.h"#include "mlir/Dialect/Index/IR/IndexAttrs.h"#include "mlir/Dialect/Index/IR/IndexDialect.h"#include "mlir/Dialect/Index/IR/IndexOps.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/Pass/Pass.h"#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::ConvertIndexToLLVMPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTINDEXTOLLVMPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createConvertIndexToLLVMPass () |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createConvertIndexToLLVMPass (ConvertIndexToLLVMPassOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertIndexToLLVMPass () |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertIndexToLLVMPass (ConvertIndexToLLVMPassOptions options) |
| #define GEN_PASS_DEF_CONVERTINDEXTOLLVMPASS |
Definition at line 333 of file IndexToLLVM.cpp.