Searched refs:LookupKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | DenseSet.h | 220 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-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantsContext.h | 646 using LookupKey = std::pair<TypeClass *, ValType>; 649 using LookupKeyHashed = std::pair<unsigned, LookupKey>; 665 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 672 static unsigned getHashValue(const LookupKey &Val) { 680 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) { 721 LookupKey Key(Ty, V); 749 LookupKey Key(CP->getType(), ValType(Operands, CP));
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | HashTable.h | 319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow() local 320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow()
|