Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h107 MLIR_CAPI_EXPORTED MlirType mlirNoneTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp101 MlirType mlirNoneTypeGet(MlirContext ctx) { in mlirNoneTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp188 MlirType t = mlirNoneTypeGet(context->get()); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c694 MlirType none = mlirNoneTypeGet(ctx); in printBuiltinTypes()
877 mlirNoneTypeGet(ctx)); in printBuiltinAttributes()