Home
last modified time | relevance | path

Searched refs:astModule (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp41 void generate(const ast::Module &astModule, ModuleOp module);
49 void generateConstraintAndRewrites(const ast::Module &astModule,
70 void CodeGen::generate(const ast::Module &astModule, ModuleOp module) { in generate() argument
75 generateConstraintAndRewrites(astModule, module, nativeFunctions); in generate()
134 void CodeGen::generateConstraintAndRewrites(const ast::Module &astModule, in generateConstraintAndRewrites() argument
146 for (const ast::Decl *decl : astModule.getChildren()) { in generateConstraintAndRewrites()
249 void mlir::pdll::codegenPDLLToCPP(const ast::Module &astModule, ModuleOp module, in codegenPDLLToCPP() argument
252 codegen.generate(astModule, module); in codegenPDLLToCPP()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/CodeGen/
H A DCPPGen.h23 void codegenPDLLToCPP(const ast::Module &astModule, ModuleOp module,
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp409 FailureOr<ast::Module *> astModule; member
448 if (failed(astModule)) in PDLDocument()
452 index.initialize(**astModule, odsContext); in PDLDocument()
663 if (failed(astModule)) in findDocumentSymbols()
666 for (const ast::Decl *decl : (*astModule)->getChildren()) { in findDocumentSymbols()
1221 if (failed(astModule)) in getInlayHints()
1226 (*astModule)->walk([&](const ast::Node *node) { in getInlayHints()
1352 if (failed(astModule)) in getPDLLViewOutput()
1355 (*astModule)->print(os); in getPDLLViewOutput()
1365 codegenPDLLToMLIR(&mlirContext, astContext, sourceMgr, **astModule); in getPDLLViewOutput()
[all …]