Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h59 MLIR_CAPI_EXPORTED MlirType mlirPDLTypeTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c145 MlirType typeType = mlirPDLTypeTypeGet(ctx); in testRangeType()
214 MlirType constructedType = mlirPDLTypeTypeGet(ctx); in testTypeType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp75 MlirType mlirPDLTypeTypeGet(MlirContext ctx) { in mlirPDLTypeTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp80 return cls(mlirPDLTypeTypeGet(ctx)); in populateDialectPDLSubmodule()