Home
last modified time | relevance | path

Searched refs:ComputeHash (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h252 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 DImmutableSet.h293 digest += ID.ComputeHash(); in computeDigest()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h93 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 DASTCommon.h73 unsigned ComputeHash(Selector Sel);
H A DMultiOnDiskHashTable.h240 auto KeyHash = Info::ComputeHash(Key); in find()
H A DGlobalModuleIndex.cpp85 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 DASTCommon.cpp281 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp290 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 DAPINotesReader.cpp150 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 DMemProf.h466 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 DInstrProf.h420 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 DInstrProfReader.h500 hash_value_type ComputeHash(StringRef K);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h69 : 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 DScalarEvolution.h195 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 DInstrProfReader.cpp309 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 DInstrProfWriter.cpp116 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
117 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
H A DInstrProfCorrelator.cpp412 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash, in correlateProfileDataImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp280 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h336 unsigned hash = ID.ComputeHash(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h187 return ID.ComputeHash(); in getHashValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2238 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 DODRHash.cpp247 return ID.ComputeHash(); in CalculateHash()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp492 return ID.ComputeHash(); in node_hash()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h114 HashValue = ID.ComputeHash();
137 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp698 llvm::IndexedInstrProf::ComputeHash(FilenameRegion); in readCoverageHeader()

12