Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h49 MLIR_CAPI_EXPORTED MlirType mlirPDLRangeTypeGet(MlirType elementType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp59 MlirType mlirPDLRangeTypeGet(MlirType elementType) { in mlirPDLRangeTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp62 return cls(mlirPDLRangeTypeGet(elementType)); in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c148 MlirType constructedType = mlirPDLRangeTypeGet(typeType); in testRangeType()