Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h248 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
270 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
295 unsigned ComputeHash() const;
345 unsigned ComputeHash() const;
382 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
384 return TempID.ComputeHash(); in ComputeHash()
398 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
402 return TempID.ComputeHash(); in ComputeHash()
519 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash()
580 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, in ComputeNodeHash()
H A DImmutableSet.h306 digest += ID.ComputeHash(); in computeDigest()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h94 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function
142 static hash_value_type ComputeHash(const internal_key_type& a);
219 static hash_value_type ComputeHash(Selector Sel);
270 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DASTCommon.h73 unsigned ComputeHash(Selector Sel);
H A DMultiOnDiskHashTable.h238 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 __anon28427b810311::IdentifierIndexReaderTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon28427b810811::IdentifierIndexWriterTrait
H A DASTCommon.cpp273 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DASTWriter.cpp1661 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon52dea4370311::HeaderFileInfoTrait
3009 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon52dea4370911::ASTMethodPoolTrait
3010 return serialization::ComputeHash(Sel); in ComputeHash()
3308 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon52dea4370a11::ASTIdentifierTableTrait
3549 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon52dea4370b11::ASTDeclContextNameLookupTrait
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
150 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
151 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash()
328 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h405 uint64_t ComputeHash(StringRef K);
481 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName()
954 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
H A DInstrProfReader.h342 hash_value_type ComputeHash(StringRef K);
H A DInstrProfData.inc74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/
H A Dcheck-sums.ps114 $result = [System.BitConverter]::ToString($hash.ComputeHash($file)) in hash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h70 : 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);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
109 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
H A DInstrProfReader.cpp233 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData()
517 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait
518 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h177 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
178 return X.FastID.ComputeHash();
259 static unsigned ComputeHash(const SCEVPredicate &X,
261 return X.FastID.ComputeHash();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h335 unsigned hash = ID.ComputeHash(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h191 return ID.ComputeHash(); in getHashValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1644 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord()
1699 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp111 return ID.ComputeHash(); in getHashValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp233 return ID.ComputeHash(); in CalculateHash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h105 HashValue = ID.ComputeHash();
128 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp649 llvm::IndexedInstrProf::ComputeHash(FilenameRegion); in readCoverageHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp487 return ID.ComputeHash(); in node_hash()

12