Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h233 const LookupKeyT &LookupKey) { in insert_as() argument
234 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as()
237 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() argument
238 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h554 using LookupKey = std::pair<TypeClass *, ValType>;
557 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
573 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
580 static unsigned getHashValue(const LookupKey &Val) {
588 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
629 LookupKey Key(Ty, V);
657 LookupKey Key(CP->getType(), ValType(Operands, CP));
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h318 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow() local
319 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()