Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDialect.cpp25 Dialect *DialectRegistry::loadByName(StringRef name, MLIRContext *context) { in loadByName() function in DialectRegistry
DMLIRContext.cpp454 return impl->dialectsRegistry.loadByName(name, this); in getOrLoadDialect()
/external/llvm-project/mlir/include/mlir/IR/
DDialect.h261 Dialect *loadByName(StringRef name, MLIRContext *context);