|
MLIR
22.0.0git
|
Functions | |
| void | populateUBToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
| void | registerConvertUBToLLVMInterface (DialectRegistry ®istry) |
| void | populateUBToSPIRVConversionPatterns (const SPIRVTypeConverter &converter, RewritePatternSet &patterns) |
| void mlir::ub::populateUBToLLVMConversionPatterns | ( | const LLVMTypeConverter & | converter, |
| RewritePatternSet & | patterns | ||
| ) |
Definition at line 94 of file UBToLLVM.cpp.
References mlir::patterns.
| void mlir::ub::populateUBToSPIRVConversionPatterns | ( | const SPIRVTypeConverter & | converter, |
| RewritePatternSet & | patterns | ||
| ) |
Definition at line 76 of file UBToSPIRV.cpp.
References mlir::patterns.
| void mlir::ub::registerConvertUBToLLVMInterface | ( | DialectRegistry & | registry | ) |
Definition at line 121 of file UBToLLVM.cpp.
References mlir::DialectRegistry::addExtension().
Referenced by mlir::registerAllExtensions().