Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp205 DenseMap<TypeID, AbstractType *> registeredTypes; member in mlir::MLIRContextImpl
248 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()