Home
last modified time | relevance | path

Searched defs:genImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp195 void CodeGen::genImpl(const ast::CompoundStmt *stmt) { in genImpl() function in CodeGen
214 void CodeGen::genImpl(const ast::EraseStmt *stmt) { in genImpl() function in CodeGen
225 void CodeGen::genImpl(const ast::LetStmt *stmt) { genVar(stmt->getVarDecl()); } in genImpl() function in CodeGen
227 void CodeGen::genImpl(const ast::ReplaceStmt *stmt) { in genImpl() function in CodeGen
250 void CodeGen::genImpl(const ast::RewriteStmt *stmt) { in genImpl() function in CodeGen
260 void CodeGen::genImpl(const ast::ReturnStmt *stmt) { in genImpl() function in CodeGen
269 void CodeGen::genImpl(const ast::UserConstraintDecl *decl) { in genImpl() function in CodeGen
275 void CodeGen::genImpl(const ast::UserRewriteDecl *decl) { in genImpl() function in CodeGen
281 void CodeGen::genImpl(const ast::PatternDecl *decl) { in genImpl() function in CodeGen