Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h522 using LookupKey = std::pair<TypeClass *, ValType>;
525 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
541 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
548 static unsigned getHashValue(const LookupKey &Val) {
556 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
597 LookupKey Key(Ty, V);
625 LookupKey Key(CP->getType(), ValType(Operands, CP));
/freebsd-14.2/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()