Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCanonicalizer.cpp39 for (auto *dialect : context->getLoadedDialects()) in initialize()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h65 std::vector<Dialect *> getLoadedDialects();
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp118 for (auto *dialect : ctx->getLoadedDialects()) { in DialectInterfaceCollectionBase()
H A DMLIRContext.cpp375 std::vector<Dialect *> MLIRContext::getLoadedDialects() { in getLoadedDialects() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp65 return static_cast<intptr_t>(unwrap(context)->getLoadedDialects().size()); in mlirContextGetNumLoadedDialects()