Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectRegistry.h141 DialectAllocatorFunctionRef getDialectAllocator(StringRef name) const;
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp148 DialectRegistry::getDialectAllocator(StringRef name) const { in getDialectAllocator() function in DialectRegistry
H A DMLIRContext.cpp406 impl->dialectsRegistry.getDialectAllocator(name); in getOrLoadDialect()