Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h241 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 DImmutableSet.h307 digest += ID.ComputeHash(); in computeDigest()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h95 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 DASTCommon.h73 unsigned ComputeHash(Selector Sel);
H A DGlobalModuleIndex.cpp83 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 DMultiOnDiskHashTable.h239 auto KeyHash = Info::ComputeHash(Key); in find()
H A DASTCommon.cpp247 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DASTWriter.cpp1955 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 DASTReader.cpp814 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 DFoldingSet.cpp30 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 DInstrProf.h402 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 DInstrProfReader.h305 hash_value_type ComputeHash(StringRef K);
H A DInstrProfData.inc75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
219 llvm::IndexedInstrProf::ComputeHash(NameValue)))
/freebsd-12.1/contrib/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);
/freebsd-12.1/contrib/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.cpp224 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 DScalarEvolution.h159 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 DSMTConstraintManager.h311 unsigned hash = ID.ComputeHash(); in checkModel()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
219 llvm::IndexedInstrProf::ComputeHash(NameValue)))
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h193 return ID.ComputeHash(); in getHashValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp68 return ID.ComputeHash(); in getHashValue()
H A DODRHash.cpp228 return ID.ComputeHash(); in CalculateHash()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h103 HashValue = ID.ComputeHash();
126 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp495 return ID.ComputeHash(); in node_hash()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp2064 return ID.ComputeHash(); in getHashValue()