Home
last modified time | relevance | path

Searched refs:computeHash (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp206 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 DDIEHash.h52 void computeHash(const DIE &Die);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp210 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 DModuleCombiner.cpp76 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 DYAMLProfileReader.cpp86 if (!opts::IgnoreHash && YamlBF.Hash != BF.computeHash(/*UseDFS=*/true)) { in parseFunctionProfile()
324 Function.computeHash(/*UseDFS=*/true); in readProfile()
H A DYAMLProfileWriter.cpp33 YamlBF.Hash = BF.computeHash(/*UseDFS=*/true); in convert()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp31 return OperationEquivalence::computeHash( in getHashValue()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp428 BF.computeHash(opts::UseDFS, [&BC](const MCOperand &Op) { in runOnFunctions()
/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp2935 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 DRegionUtils.cpp429 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h856 static llvm::hash_code computeHash(
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp624 llvm::hash_code OperationEquivalence::computeHash( in computeHash() function in OperationEquivalence
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2207 size_t computeHash(
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp451 OS << "\n Hash : " << Twine::utohexstr(computeHash()); in print()
3555 size_t BinaryFunction::computeHash(bool UseDFS, in computeHash() function in llvm::bolt::BinaryFunction