Home
last modified time | relevance | path

Searched refs:getDialectRegistry (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h68 const DialectRegistry &getDialectRegistry();
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp141 MLIRContext deserializationContext(context->getDialectRegistry()); in roundTripModule()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp370 const DialectRegistry &MLIRContext::getDialectRegistry() { in getDialectRegistry() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp1049 uri, completePos, context.getDialectRegistry()); in getCodeCompletion()