Searched refs:LookupKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DenseSet.h | 202 const LookupKeyT &LookupKey) { in insert_as() argument 203 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as() 206 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() argument 207 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 573 using LookupKey = std::pair<TypeClass *, ValType>; 576 using LookupKeyHashed = std::pair<unsigned, LookupKey>; 592 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 599 static unsigned getHashValue(const LookupKey &Val) { 607 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) { 648 LookupKey Key(Ty, V); 676 LookupKey Key(CP->getType(), ValType(Operands, CP));
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); 320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Buckets[I].first);
|