Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c40 mlirTypeIsAPDLOperationType(parsedType)); in testAttributeType()
59 mlirTypeIsAPDLOperationType(constructedType)); in testAttributeType()
100 mlirTypeIsAPDLOperationType(parsedType)); in testOperationType()
119 mlirTypeIsAPDLOperationType(constructedType)); in testOperationType()
163 mlirTypeIsAPDLOperationType(parsedType)); in testRangeType()
182 mlirTypeIsAPDLOperationType(constructedType)); in testRangeType()
227 mlirTypeIsAPDLOperationType(parsedType)); in testTypeType()
246 mlirTypeIsAPDLOperationType(constructedType)); in testTypeType()
287 mlirTypeIsAPDLOperationType(parsedType)); in testValueType()
306 mlirTypeIsAPDLOperationType(constructedType)); in testValueType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h39 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLOperationType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp43 bool mlirTypeIsAPDLOperationType(MlirType type) { in mlirTypeIsAPDLOperationType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp45 mlir_type_subclass(m, "OperationType", mlirTypeIsAPDLOperationType); in populateDialectPDLSubmodule()