|
MLIR
22.0.0git
|
Functions | |
| void | populateIndexToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
| void | registerConvertIndexToLLVMInterface (DialectRegistry ®istry) |
| void | populateIndexToSPIRVPatterns (const SPIRVTypeConverter &converter, RewritePatternSet &patterns) |
| std::unique_ptr< OperationPass<> > | createConvertIndexToSPIRVPass () |
| std::unique_ptr<OperationPass<> > mlir::index::createConvertIndexToSPIRVPass | ( | ) |
| void mlir::index::populateIndexToLLVMConversionPatterns | ( | const LLVMTypeConverter & | converter, |
| RewritePatternSet & | patterns | ||
| ) |
Definition at line 294 of file IndexToLLVM.cpp.
References mlir::patterns.
| void mlir::index::populateIndexToSPIRVPatterns | ( | const SPIRVTypeConverter & | converter, |
| RewritePatternSet & | patterns | ||
| ) |
Definition at line 342 of file IndexToSPIRV.cpp.
References mlir::patterns.
| void mlir::index::registerConvertIndexToLLVMInterface | ( | DialectRegistry & | registry | ) |
Definition at line 393 of file IndexToLLVM.cpp.
References mlir::DialectRegistry::addExtension().
Referenced by mlir::registerAllExtensions().