|
MLIR 23.0.0git
|
#include "mlir/Dialect/EmitC/IR/EmitC.h"#include "mlir/IR/PatternMatch.h"#include "llvm/ADT/DenseMap.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::emitc |
Functions | |
| ExpressionOp | mlir::emitc::createExpression (Operation *op, OpBuilder &builder) |
| void | mlir::emitc::populateExpressionPatterns (RewritePatternSet &patterns) |
| Populates patterns with expression-related patterns. | |
| void | mlir::emitc::populateWrapFuncInClass (RewritePatternSet &patterns, StringRef funcName, DenseMap< FuncOp, llvm::DenseSet< GlobalOp > > &globalsToMove) |