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.h220 const LookupKeyT &LookupKey) { in insert_as() argument
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() argument
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h548 using LookupKey = std::pair<TypeClass *, ValType>;
551 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
567 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
574 static unsigned getHashValue(const LookupKey &Val) {
582 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
623 LookupKey Key(Ty, V);
651 LookupKey Key(CP->getType(), ValType(Operands, CP));
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h315 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow() local
316 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()