MLIR 22.0.0git
mlir::pdll::ast::ReplaceStmt Member List

This is the complete list of members for mlir::pdll::ast::ReplaceStmt, including all inherited members.

Base typedefmlir::pdll::ast::Node::NodeBase< ReplaceStmt, OpRewriteStmt >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< ReplaceStmt, OpRewriteStmt >inlinestatic
create(Context &ctx, SMRange loc, Expr *rootOp, ArrayRef< Expr * > replExprs)mlir::pdll::ast::ReplaceStmtstatic
getLoc() constmlir::pdll::ast::Nodeinline
getReplExprs()mlir::pdll::ast::ReplaceStmtinline
getReplExprs() constmlir::pdll::ast::ReplaceStmtinline
getRootOpExpr() constmlir::pdll::ast::OpRewriteStmtinline
getTypeID() constmlir::pdll::ast::Nodeinline
llvm::TrailingObjects< ReplaceStmt, Expr * > classmlir::pdll::ast::ReplaceStmtfriend
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Stmtinline
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< ReplaceStmt, OpRewriteStmt >inlineexplicitprotected
OpRewriteStmt(TypeID typeID, SMRange loc, Expr *rootOp)mlir::pdll::ast::OpRewriteStmtinlineprotected
print(raw_ostream &os) constmlir::pdll::ast::Node
rootOpmlir::pdll::ast::OpRewriteStmtprotected
walk(function_ref< void(const Node *)> walkFn) constmlir::pdll::ast::Node
walk(WalkFnT &&walkFn) constmlir::pdll::ast::Nodeinline