Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c49 mlirTypeIsAPDLValueType(parsedType)); in testAttributeType()
68 mlirTypeIsAPDLValueType(constructedType)); in testAttributeType()
109 mlirTypeIsAPDLValueType(parsedType)); in testOperationType()
128 mlirTypeIsAPDLValueType(constructedType)); in testOperationType()
172 mlirTypeIsAPDLValueType(parsedType)); in testRangeType()
191 mlirTypeIsAPDLValueType(constructedType)); in testRangeType()
236 mlirTypeIsAPDLValueType(parsedType)); in testTypeType()
255 mlirTypeIsAPDLValueType(constructedType)); in testTypeType()
296 mlirTypeIsAPDLValueType(parsedType)); in testValueType()
315 mlirTypeIsAPDLValueType(constructedType)); in testValueType()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h65 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLValueType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp83 bool mlirTypeIsAPDLValueType(MlirType type) { in mlirTypeIsAPDLValueType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp89 auto valueType = mlir_type_subclass(m, "ValueType", mlirTypeIsAPDLValueType); in populateDialectPDLSubmodule()