Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DPDL.h67 MLIR_CAPI_EXPORTED MlirType mlirPDLValueTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp87 MlirType mlirPDLValueTypeGet(MlirContext ctx) { in mlirPDLValueTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp93 return cls(mlirPDLValueTypeGet(ctx)); in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c274 MlirType constructedType = mlirPDLValueTypeGet(ctx); in testValueType()