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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h201 const LookupKeyT &LookupKey) {
202 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
205 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { argument
206 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
200 insert_as(const ValueT &V, const LookupKeyT &LookupKey) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h574 using LookupKey = std::pair<TypeClass *, ValType>;
577 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
600 static unsigned getHashValue(const LookupKey &Val) {
608 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
649 LookupKey Key(Ty, V);
677 LookupKey Key(CP->getType(), ValType(Operands, CP));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); local
320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits,

Completed in 73 milliseconds