Home
last modified time | relevance | path

Searched defs:getOrLoadDialect (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h92 T *getOrLoadDialect() { in getOrLoadDialect() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp401 Dialect *MLIRContext::getOrLoadDialect(StringRef name) { in getOrLoadDialect() function in MLIRContext
414 MLIRContext::getOrLoadDialect(StringRef dialectNamespace, TypeID dialectID, in getOrLoadDialect() function in MLIRContext