Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h41 MLIR_CAPI_EXPORTED MlirType mlirPDLOperationTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp47 MlirType mlirPDLOperationTypeGet(MlirContext ctx) { in mlirPDLOperationTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp49 return cls(mlirPDLOperationTypeGet(ctx)); in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c87 MlirType constructedType = mlirPDLOperationTypeGet(ctx); in testOperationType()