Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c37 mlirTypeIsAPDLAttributeType(parsedType)); in testAttributeType()
56 mlirTypeIsAPDLAttributeType(constructedType)); in testAttributeType()
97 mlirTypeIsAPDLAttributeType(parsedType)); in testOperationType()
116 mlirTypeIsAPDLAttributeType(constructedType)); in testOperationType()
160 mlirTypeIsAPDLAttributeType(parsedType)); in testRangeType()
179 mlirTypeIsAPDLAttributeType(constructedType)); in testRangeType()
224 mlirTypeIsAPDLAttributeType(parsedType)); in testTypeType()
243 mlirTypeIsAPDLAttributeType(constructedType)); in testTypeType()
284 mlirTypeIsAPDLAttributeType(parsedType)); in testValueType()
303 mlirTypeIsAPDLAttributeType(constructedType)); in testValueType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h31 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLAttributeType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp31 bool mlirTypeIsAPDLAttributeType(MlirType type) { in mlirTypeIsAPDLAttributeType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp31 mlir_type_subclass(m, "AttributeType", mlirTypeIsAPDLAttributeType); in populateDialectPDLSubmodule()