| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 65 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 D | ConstantsContext.h | 441 unsigned getHash() const { 490 unsigned getHash() const { 591 unsigned getHash() const { 673 return hash_combine(Val.first, Val.second.getHash());
|
| H A D | LLVMContextImpl.h | 195 : 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 D | Metadata.cpp | 840 Hash = Key.getHash(); in getImpl()
|
| H A D | DebugInfoMetadata.cpp | 295 Hash = Key.getHash(); in getImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.h | 60 unsigned getHash() const { return Hash; } in getHash() function 96 unsigned getHash() const { in getHash() function 97 return getMergePotentialsElt().getHash(); in getHash()
|
| H A D | BranchFolding.cpp | 476 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 D | MergeFunctions.cpp | 186 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 D | ASTReaderInternals.h | 95 return Key.getHash(); in ComputeHash()
|
| H A D | ASTWriter.cpp | 3550 return Name.getHash(); in ComputeHash()
|
| H A D | ASTReader.cpp | 1071 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 2100 unsigned getHash() const; 2126 return Key.getHash();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 933 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 D | IntrinsicInst.h | 1120 ConstantInt *getHash() const { in getHash() function 1160 ConstantInt *getHash() const { in getHash() function
|
| H A D | Metadata.h | 1163 unsigned getHash() const { return SubclassData32; }
|
| H A D | DebugInfoMetadata.h | 257 unsigned getHash() const { return SubclassData32; } in getHash() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 758 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1020 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 D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|