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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h220 const LookupKeyT &LookupKey) {
221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { argument
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
219 insert_as(const ValueT &V, const LookupKeyT &LookupKey) argument
/freebsd-current/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-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h315 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); local
316 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits,

Completed in 195 milliseconds