| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 241 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 263 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 288 unsigned ComputeHash() const; 338 unsigned ComputeHash() const; 375 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 377 return TempID.ComputeHash(); in ComputeHash() 391 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 395 return TempID.ComputeHash(); in ComputeHash() 497 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 543 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
| H A D | ImmutableSet.h | 307 digest += ID.ComputeHash(); in computeDigest()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 95 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function 143 static hash_value_type ComputeHash(const internal_key_type& a); 220 static hash_value_type ComputeHash(Selector Sel); 271 static hash_value_type ComputeHash(internal_key_ref ikey);
|
| H A D | ASTCommon.h | 73 unsigned ComputeHash(Selector Sel);
|
| H A D | GlobalModuleIndex.cpp | 83 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anon2d7d61850311::IdentifierIndexReaderTrait 699 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon2d7d61850711::IdentifierIndexWriterTrait
|
| H A D | MultiOnDiskHashTable.h | 239 auto KeyHash = Info::ComputeHash(Key); in find()
|
| H A D | ASTCommon.cpp | 247 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
| H A D | ASTWriter.cpp | 1955 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anona825c63b0411::HeaderFileInfoTrait 3294 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anona825c63b0a11::ASTMethodPoolTrait 3295 return serialization::ComputeHash(Sel); in ComputeHash() 3599 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anona825c63b0b11::ASTIdentifierTableTrait 3852 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anona825c63b0c11::ASTDeclContextNameLookupTrait
|
| H A D | ASTReader.cpp | 814 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait 815 return serialization::ComputeHash(Sel); in ComputeHash() 884 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase 1065 ID.AddInteger(serialization::ComputeHash(Selector(Data))); in getHash() 1077 return ID.ComputeHash(); in getHash() 1697 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait 1885 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 146 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 324 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 402 uint64_t ComputeHash(StringRef K); 478 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 863 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 899 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
| H A D | InstrProfReader.h | 305 hash_value_type ComputeHash(StringRef K);
|
| H A D | InstrProfData.inc | 75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 219 llvm::IndexedInstrProf::ComputeHash(NameValue)))
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait 109 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
|
| H A D | InstrProfReader.cpp | 224 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 498 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 499 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 159 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 160 return X.FastID.ComputeHash(); 241 static unsigned ComputeHash(const SCEVPredicate &X, 243 return X.FastID.ComputeHash();
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 311 unsigned hash = ID.ComputeHash(); in checkModel()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 219 llvm::IndexedInstrProf::ComputeHash(NameValue)))
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 193 return ID.ComputeHash(); in getHashValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 68 return ID.ComputeHash(); in getHashValue()
|
| H A D | ODRHash.cpp | 228 return ID.ComputeHash(); in CalculateHash()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 103 HashValue = ID.ComputeHash(); 126 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 495 return ID.ComputeHash(); in node_hash()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 2064 return ID.ComputeHash(); in getHashValue()
|