| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 252 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 274 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 299 unsigned ComputeHash() const { in ComputeHash() function 371 unsigned ComputeHash() const { in ComputeHash() function 372 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 410 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 412 return TempID.ComputeHash(); in ComputeHash() 426 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 430 return TempID.ComputeHash(); in ComputeHash() 547 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() [all …]
|
| H A D | ImmutableSet.h | 293 digest += ID.ComputeHash(); in computeDigest()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 93 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function 141 static hash_value_type ComputeHash(const internal_key_type& a); 218 static hash_value_type ComputeHash(Selector Sel); 269 static hash_value_type ComputeHash(internal_key_ref ikey);
|
| H A D | ASTCommon.h | 73 unsigned ComputeHash(Selector Sel);
|
| H A D | MultiOnDiskHashTable.h | 240 auto KeyHash = Info::ComputeHash(Key); in find()
|
| H A D | GlobalModuleIndex.cpp | 85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anoncf1c43ec0311::IdentifierIndexReaderTrait 729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anoncf1c43ec0811::IdentifierIndexWriterTrait
|
| H A D | ASTCommon.cpp | 281 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 290 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash() function in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo 348 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo 565 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220311::ObjCContextInfoTableInfo 681 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220711::ObjCPropertyTableInfo 750 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220811::ObjCMethodTableInfo 808 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo 882 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220a11::GlobalVariableTableInfo 996 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220b11::GlobalFunctionTableInfo 1050 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220c11::EnumConstantTableInfo 1110 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220d11::CommonTypeTableInfo
|
| H A D | APINotesReader.cpp | 150 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::IdentifierTableInfo 190 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo 233 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCContextInfoTableInfo 292 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCPropertyTableInfo 375 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCMethodTableInfo 406 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo 457 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::GlobalVariableTableInfo 484 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::GlobalFunctionTableInfo 507 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::EnumConstantTableInfo 534 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::TagTableInfo [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function 517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function 561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function 601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
|
| H A D | InstrProf.h | 420 uint64_t ComputeHash(StringRef K); 499 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 986 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 1035 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
| H A D | InstrProfReader.h | 500 hash_value_type ComputeHash(StringRef K);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 134 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 346 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 195 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 196 return X.FastID.ComputeHash(); 273 static unsigned ComputeHash(const SCEVPredicate &X, 275 return X.FastID.ComputeHash();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 309 IndexedInstrProf::ComputeHash(FuncName.trim())); in readTemporalProfTraceData() 367 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 844 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 845 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
| H A D | InstrProfWriter.cpp | 116 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait 117 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
|
| H A D | InstrProfCorrelator.cpp | 412 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash, in correlateProfileDataImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 280 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 336 unsigned hash = ID.ComputeHash(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 187 return ID.ComputeHash(); in getHashValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2238 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() 2292 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 247 return ID.ComputeHash(); in CalculateHash()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 492 return ID.ComputeHash(); in node_hash()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 114 HashValue = ID.ComputeHash(); 137 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 698 llvm::IndexedInstrProf::ComputeHash(FilenameRegion); in readCoverageHeader()
|