Home
last modified time | relevance | path

Searched refs:getHash (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp65 uint64_t getHash() const { return Hash; } in getHash() function in __anonab81b96b0111::details::StructuralHash
75 return H.getHash(); in StructuralHash()
81 return H.getHash(); in StructuralHash()
H A DConstantsContext.h441 unsigned getHash() const {
490 unsigned getHash() const {
591 unsigned getHash() const {
673 return hash_combine(Val.first, Val.second.getHash());
H A DLLVMContextImpl.h195 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {}
199 if (getHash() != RHS->getHash())
220 unsigned getHash() const { return Hash; } in getHash() function
248 unsigned getHashValue() const { return getHash(); }
297 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
H A DMetadata.cpp840 Hash = Key.getHash(); in getImpl()
H A DDebugInfoMetadata.cpp295 Hash = Key.getHash(); in getImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h60 unsigned getHash() const { return Hash; } in getHash() function
96 unsigned getHash() const { in getHash() function
97 return getMergePotentialsElt().getHash(); in getHash()
H A DBranchFolding.cpp476 if (getHash() < o.getHash()) in operator <()
478 if (getHash() > o.getHash()) in operator <()
663 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails()
664 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails()
695 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash()
703 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash()
904 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp186 FunctionComparator::FunctionHash getHash() const { return Hash; } in getHash() function in __anonf77405620111::FunctionNode
217 if (LHS.getHash() != RHS.getHash()) in operator ()()
218 return LHS.getHash() < RHS.getHash(); in operator ()()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h95 return Key.getHash(); in ComputeHash()
H A DASTWriter.cpp3550 return Name.getHash(); in ComputeHash()
H A DASTReader.cpp1071 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2100 unsigned getHash() const;
2126 return Key.getHash();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp933 uint64_t getHash() { return Hash; } in getHash() function in __anon9a1890000111::HashAccumulator64
975 return H.getHash(); in functionHash()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1120 ConstantInt *getHash() const { in getHash() function
1160 ConstantInt *getHash() const { in getHash() function
H A DMetadata.h1163 unsigned getHash() const { return SubclassData32; }
H A DDebugInfoMetadata.h257 unsigned getHash() const { return SubclassData32; } in getHash() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp758 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1020 unsigned getHash() const { return Hash; } in getHash() function in __anon013d40a50411::ASTUnitPreambleCallbacks
1401 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc77 Inc->getHash()->getZExtValue()))
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc77 Inc->getHash()->getZExtValue()))