Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h33 MLIR_CAPI_EXPORTED MlirType mlirPDLAttributeTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp35 MlirType mlirPDLAttributeTypeGet(MlirContext ctx) { in mlirPDLAttributeTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp35 return cls(mlirPDLAttributeTypeGet(ctx)); in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c27 MlirType constructedType = mlirPDLAttributeTypeGet(ctx); in testAttributeType()