Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp143 ParametricStorageUniquer::LookupKey lookupKey{hashValue, isEqual}; in getOrCreate() local
145 return getOrCreateUnsafe(shard, lookupKey, ctorFn); in getOrCreate()
148 auto localIt = localCache->insert_as({hashValue}, lookupKey); in getOrCreate()
156 auto it = shard.instances.find_as(lookupKey); in getOrCreate()
164 return localInst = getOrCreateUnsafe(shard, lookupKey, ctorFn); in getOrCreate()
241 ParametricStorageUniquer::LookupKey lookupKey{hashValue, isEqual};
242 return getOrCreateUnsafe(shard, lookupKey, ctorFn);