Lines Matching defs:operations
183 llvm::StringMap<std::unique_ptr<OperationName::Impl>> operations;
185 /// A vector of operation info specifically for registered operations.
189 /// This is a sorted container of registered operations for a deterministic
195 /// registered operations to ensure correct destruction order.
560 // Factor in number of loaded dialects, attributes, operations, types.
687 /// Return information about all registered operations.
692 /// Return information for registered operations by dialect.
805 auto it = ctxImpl.operations.find(name);
806 if (it != ctxImpl.operations.end()) {
815 auto it = ctxImpl.operations.insert({name, nullptr});
967 ctxImpl.operations[name] = std::move(ownedImpl);
979 // Add emplaced operation name to the sorted operations container.