Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseSet.h219 std::pair<iterator, bool> insert_as(const ValueT &V, in insert_as() function
221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as()
224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() function
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
H A DDenseMap.h275 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as() function
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp99 auto existing = shard.instances.insert_as({key.hashValue}, key); in getOrCreateUnsafe()
148 auto localIt = localCache->insert_as({hashValue}, lookupKey); in getOrCreate()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantsContext.h626 Map.insert_as(Result, HashKey);
682 Map.insert_as(CP, Lookup);
H A DType.cpp371 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
417 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h173 detail::DenseMapPair<value_type *, bool> insert_as(value_type &&KV, in insert_as() function