|
MLIR 22.0.0git
|
Functions | |
| void | populatePtrToLLVMConversionPatterns (LLVMTypeConverter &converter, RewritePatternSet &patterns) |
| Populate the convert to LLVM patterns for the ptr dialect. | |
| void | registerConvertPtrToLLVMInterface (DialectRegistry ®istry) |
| Register the convert to LLVM interface for the ptr dialect. | |
| void mlir::ptr::populatePtrToLLVMConversionPatterns | ( | LLVMTypeConverter & | converter, |
| RewritePatternSet & | patterns ) |
Populate the convert to LLVM patterns for the ptr dialect.
Definition at line 399 of file PtrToLLVM.cpp.
References createMemRefMetadataType(), and mlir::patterns.
| void mlir::ptr::registerConvertPtrToLLVMInterface | ( | DialectRegistry & | registry | ) |
Register the convert to LLVM interface for the ptr dialect.
Definition at line 437 of file PtrToLLVM.cpp.
References mlir::DialectRegistry::addExtension().
Referenced by mlir::registerAllExtensions().