Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c46 mlirTypeIsAPDLTypeType(parsedType)); in testAttributeType()
65 mlirTypeIsAPDLTypeType(constructedType)); in testAttributeType()
106 mlirTypeIsAPDLTypeType(parsedType)); in testOperationType()
125 mlirTypeIsAPDLTypeType(constructedType)); in testOperationType()
169 mlirTypeIsAPDLTypeType(parsedType)); in testRangeType()
188 mlirTypeIsAPDLTypeType(constructedType)); in testRangeType()
233 mlirTypeIsAPDLTypeType(parsedType)); in testTypeType()
252 mlirTypeIsAPDLTypeType(constructedType)); in testTypeType()
293 mlirTypeIsAPDLTypeType(parsedType)); in testValueType()
312 mlirTypeIsAPDLTypeType(constructedType)); in testValueType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h57 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLTypeType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp71 bool mlirTypeIsAPDLTypeType(MlirType type) { in mlirTypeIsAPDLTypeType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp76 auto typeType = mlir_type_subclass(m, "TypeType", mlirTypeIsAPDLTypeType); in populateDialectPDLSubmodule()