| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 65 uint64_t getHash() const { return Hash; } in getHash() function in __anon0c8856670111::details::StructuralHash 75 return H.getHash(); in StructuralHash() 81 return H.getHash(); in StructuralHash()
|
| H A D | ConstantsContext.h | 370 unsigned getHash() const { 419 unsigned getHash() const { 509 unsigned getHash() const { 586 return hash_combine(Val.first, Val.second.getHash());
|
| H A D | LLVMContextImpl.h | 205 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {} 209 if (getHash() != RHS->getHash()) 230 unsigned getHash() const { return Hash; } in getHash() function 258 unsigned getHashValue() const { return getHash(); } 307 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
|
| H A D | Metadata.cpp | 930 Hash = Key.getHash(); in getImpl()
|
| H A D | DebugInfoMetadata.cpp | 299 Hash = Key.getHash(); in getImpl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BranchFolding.h | 58 unsigned getHash() const { return Hash; } in getHash() function 94 unsigned getHash() const { in getHash() function 95 return getMergePotentialsElt().getHash(); in getHash()
|
| H A D | BranchFolding.cpp | 480 if (getHash() < o.getHash()) in operator <() 482 if (getHash() > o.getHash()) in operator <() 667 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails() 668 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails() 699 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash() 707 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash() 908 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | HeaderMapTestUtils.h | 67 addBucket(getHash(Str), Key, Prefix, Suffix); in addBucket() 89 static unsigned getHash(StringRef Str) { in getHash() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | StorageUniquer.h | 201 unsigned hashValue = getHash<Storage>(derivedKey); in get() 325 getHash(const DerivedKey &derivedKey) { in getHash() function 334 getHash(const DerivedKey &derivedKey) { in getHash() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 184 FunctionComparator::FunctionHash getHash() const { return Hash; } in getHash() function in __anon1cd1fc5e0111::FunctionNode 215 if (LHS.getHash() != RHS.getHash()) in operator ()() 216 return LHS.getHash() < RHS.getHash(); in operator ()()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 236 return FunctionA->getHash() == FunctionB->getHash(); in isIdenticalWith() 303 size_t operator()(const BinaryFunction *F) const { return F->getHash(); } in operator ()()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 94 return Key.getHash(); in ComputeHash()
|
| H A D | ASTWriter.cpp | 3747 return Name.getHash(); in ComputeHash()
|
| H A D | ASTReader.cpp | 1097 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 2127 unsigned getHash() const; 2153 return Key.getHash();
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 307 Profile.Hash == static_cast<uint64_t>(BF.getHash())) in readProfile()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 939 uint64_t getHash() { return Hash; } in getHash() function in __anoncdead3fc0111::HashAccumulator64 981 return H.getHash(); in functionHash()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 755 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() 939 ConstantAsMetadata::get(Inc->getHash()), in getOrCreateRegionCounters()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1247 ConstantInt *getHash() const { in getHash() function
|
| H A D | Metadata.h | 1355 unsigned getHash() const { return SubclassData32; }
|
| H A D | DebugInfoMetadata.h | 259 unsigned getHash() const { return SubclassData32; } in getHash() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1019 unsigned getHash() const { return Hash; } in getHash() function in __anon6243dda10411::ASTUnitPreambleCallbacks 1398 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 2194 size_t getHash() const { return Hash; } in getHash() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|