| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 206 computeHash(Entry); in hashDIEEntry() 218 computeHash(Entry); in hashRawTypeReference() 368 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash 388 computeHash(C); in computeHash() 406 computeHash(Die); in computeCUSignature() 430 computeHash(Die); in computeTypeSignature()
|
| H A D | DIEHash.h | 52 void computeHash(const DIE &Die);
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | BoltDiff.cpp | 210 HashLookup[Function.computeHash(/*UseDFS=*/true)] = &Function; in buildLookupMaps() 264 auto Iter = HashLookup.find(Function2.computeHash(/*UseDFS*/ true)); in matchFunctions() 554 MapEntry.second->computeHash(/*UseDFS=*/true) == in reportHottestFuncDiffs() 555 MapEntry.first->computeHash(/*UseDFS=*/true)) in reportHottestFuncDiffs() 567 if (MapEntry.second->computeHash(/*UseDFS=*/true) != in reportHottestFuncDiffs() 568 MapEntry.first->computeHash(/*UseDFS=*/true)) { in reportHottestFuncDiffs()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ |
| H A D | ModuleCombiner.cpp | 76 static llvm::hash_code computeHash(SymbolOpInterface symbolOp) { in computeHash() function 229 auto result = hashToSymbolOp.try_emplace(computeHash(symbolOp), symbolOp); in combine()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 86 if (!opts::IgnoreHash && YamlBF.Hash != BF.computeHash(/*UseDFS=*/true)) { in parseFunctionProfile() 324 Function.computeHash(/*UseDFS=*/true); in readProfile()
|
| H A D | YAMLProfileWriter.cpp | 33 YamlBF.Hash = BF.computeHash(/*UseDFS=*/true); in convert()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | CSE.cpp | 31 return OperationEquivalence::computeHash( in getHashValue()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 428 BF.computeHash(opts::UseDFS, [&BC](const MCOperand &Op) { in runOnFunctions()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 2935 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, in computeHash() function 2975 computeHash(output, input, [](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 2980 computeHash(output, input, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 2985 computeHash(output, input, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | RegionUtils.cpp | 429 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OperationSupport.h | 856 static llvm::hash_code computeHash(
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | OperationSupport.cpp | 624 llvm::hash_code OperationEquivalence::computeHash( in computeHash() function in OperationEquivalence
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryFunction.h | 2207 size_t computeHash(
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 451 OS << "\n Hash : " << Twine::utohexstr(computeHash()); in print() 3555 size_t BinaryFunction::computeHash(bool UseDFS, in computeHash() function in llvm::bolt::BinaryFunction
|