Searched refs:registeredTypes (Results 1 – 1 of 1) sorted by relevance
205 DenseMap<TypeID, AbstractType *> registeredTypes; member in mlir::MLIRContextImpl248 for (auto typeMapping : registeredTypes) in ~MLIRContextImpl()470 hash = llvm::hash_combine(hash, impl->registeredTypes.size()); in getRegistryHash()610 if (!impl.registeredTypes.insert({typeID, newInfo}).second) in addType()794 auto it = impl.registeredTypes.find(typeID); in lookupMutable()795 if (it == impl.registeredTypes.end()) in lookupMutable()