Searched refs:getLoadedDialects (Results 1 – 4 of 4) sorted by relevance
46 std::vector<Dialect *> getLoadedDialects();
118 for (auto *dialect : ctx->getLoadedDialects()) { in DialectInterfaceCollectionBase()
424 std::vector<Dialect *> MLIRContext::getLoadedDialects() { in getLoadedDialects() function in MLIRContext
54 return static_cast<intptr_t>(unwrap(context)->getLoadedDialects().size()); in mlirContextGetNumLoadedDialects()