|
MLIR 22.0.0git
|
#include "mlir/Conversion/IndexToSPIRV/IndexToSPIRV.h"#include "../SPIRVCommon/Pattern.h"#include "mlir/Dialect/Index/IR/IndexDialect.h"#include "mlir/Dialect/Index/IR/IndexOps.h"#include "mlir/Dialect/SPIRV/IR/SPIRVDialect.h"#include "mlir/Dialect/SPIRV/IR/SPIRVOps.h"#include "mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::ConvertIndexToSPIRVPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTINDEXTOSPIRVPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createConvertIndexToSPIRVPass () |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createConvertIndexToSPIRVPass (ConvertIndexToSPIRVPassOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertIndexToSPIRVPass () |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertIndexToSPIRVPass (ConvertIndexToSPIRVPassOptions options) |
| #define GEN_PASS_DEF_CONVERTINDEXTOSPIRVPASS |
Definition at line 380 of file IndexToSPIRV.cpp.