Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp654 MLIRContextImpl &ctxImpl = context->getImpl(); in OperationName() local
662 auto registeredIt = ctxImpl.registeredOperations.find(name); in OperationName()
663 if (LLVM_LIKELY(registeredIt != ctxImpl.registeredOperations.end())) { in OperationName()
669 auto it = ctxImpl.operations.find(name); in OperationName()
670 if (it != ctxImpl.operations.end()) { in OperationName()
724 auto &ctxImpl = ctx->getImpl(); in insert() local
725 assert(ctxImpl.multiThreadedExecutionContext == 0 && in insert()
733 ctxImpl.abstractDialectSymbolAllocator.Allocate<StringAttr>( in insert()
751 auto emplaced = ctxImpl.registeredOperations.try_emplace( in insert()
757 ctxImpl.sortedRegisteredOperations.insert( in insert()
[all …]