Home
last modified time | relevance | path

Searched refs:mlirContextGetNumRegisteredDialects (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h107 mlirContextGetNumRegisteredDialects(MlirContext context);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp47 intptr_t mlirContextGetNumRegisteredDialects(MlirContext context) { in mlirContextGetNumRegisteredDialects() function
/external/llvm-project/mlir/test/CAPI/
Dir.c1265 if (mlirContextGetNumRegisteredDialects(ctx) != 1) in registerOnlyStd()