Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp223 DenseMap<TypeID, AbstractAttribute *> registeredAttributes; member in mlir::MLIRContextImpl
250 for (auto attrMapping : registeredAttributes) in ~MLIRContextImpl()
468 hash = llvm::hash_combine(hash, impl->registeredAttributes.size()); in getRegistryHash()
622 if (!impl.registeredAttributes.insert({typeID, newInfo}).second) in addAttribute()
643 auto it = impl.registeredAttributes.find(typeID); in lookupMutable()
644 if (it == impl.registeredAttributes.end()) in lookupMutable()