Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c43 mlirTypeIsAPDLRangeType(parsedType)); in testAttributeType()
62 mlirTypeIsAPDLRangeType(constructedType)); in testAttributeType()
103 mlirTypeIsAPDLRangeType(parsedType)); in testOperationType()
122 mlirTypeIsAPDLRangeType(constructedType)); in testOperationType()
166 mlirTypeIsAPDLRangeType(parsedType)); in testRangeType()
185 mlirTypeIsAPDLRangeType(constructedType)); in testRangeType()
230 mlirTypeIsAPDLRangeType(parsedType)); in testTypeType()
249 mlirTypeIsAPDLRangeType(constructedType)); in testTypeType()
290 mlirTypeIsAPDLRangeType(parsedType)); in testValueType()
309 mlirTypeIsAPDLRangeType(constructedType)); in testValueType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h47 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLRangeType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp55 bool mlirTypeIsAPDLRangeType(MlirType type) { in mlirTypeIsAPDLRangeType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp58 auto rangeType = mlir_type_subclass(m, "RangeType", mlirTypeIsAPDLRangeType); in populateDialectPDLSubmodule()