Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h46 std::vector<Dialect *> getLoadedDialects();
/external/llvm-project/mlir/lib/IR/
DDialect.cpp118 for (auto *dialect : ctx->getLoadedDialects()) { in DialectInterfaceCollectionBase()
DMLIRContext.cpp424 std::vector<Dialect *> MLIRContext::getLoadedDialects() { in getLoadedDialects() function in MLIRContext
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp54 return static_cast<intptr_t>(unwrap(context)->getLoadedDialects().size()); in mlirContextGetNumLoadedDialects()