Home
last modified time | relevance | path

Searched refs:codegenPDLLToMLIR (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/PDLL/CodeGen/
H A DMLIRGen.h32 OwningOpRef<ModuleOp> codegenPDLLToMLIR(MLIRContext *mlirContext,
/llvm-project/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp77 codegenPDLLToMLIR(&mlirContext, astContext, sourceMgr, **module); in processBuffer()
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp624 OwningOpRef<ModuleOp> mlir::pdll::codegenPDLLToMLIR( in codegenPDLLToMLIR() function in mlir::pdll
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1322 codegenPDLLToMLIR(&mlirContext, astContext, sourceMgr, **astModule); in getPDLLViewOutput()