| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | BranchFolding.h | 64 unsigned getHash() const { return Hash; } in getHash() function 100 unsigned getHash() const { in getHash() function 101 return getMergePotentialsElt().getHash(); in getHash()
|
| H A D | BranchFolding.cpp | 533 if (getHash() < o.getHash()) in operator <() 535 if (getHash() > o.getHash()) in operator <() 739 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails() 740 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails() 771 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash() 779 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash() 980 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 186 FunctionComparator::FunctionHash getHash() const { return Hash; } in getHash() function in __anonbeb1b5730111::FunctionNode 223 if (LHS.getHash() != RHS.getHash()) in operator ()() 224 return LHS.getHash() < RHS.getHash(); in operator ()()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 402 unsigned getHash() const { 449 unsigned getHash() const { 521 unsigned getHash() const { 600 return hash_combine(Val.first, Val.second.getHash());
|
| H A D | LLVMContextImpl.h | 217 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {} 221 if (getHash() != RHS->getHash()) 242 unsigned getHash() const { return Hash; } in getHash() function 270 unsigned getHashValue() const { return getHash(); } 319 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
|
| H A D | DebugInfoMetadata.cpp | 266 Hash = Key.getHash(); in getImpl()
|
| H A D | Metadata.cpp | 822 Hash = Key.getHash(); in getImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 2103 unsigned getHash() const; 2129 return Key.getHash();
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 96 return Key.getHash(); in ComputeHash()
|
| H A D | ASTWriter.cpp | 3853 return Name.getHash(); in ComputeHash()
|
| H A D | ASTReader.cpp | 1052 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 726 ConstantInt *getHash() const { in getHash() function 766 ConstantInt *getHash() const { in getHash() function
|
| H A D | Metadata.h | 1131 unsigned getHash() const { return SubclassData32; }
|
| H A D | DebugInfoMetadata.h | 295 unsigned getHash() const { return SubclassData32; }
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | ICF.cpp | 55 uint32_t getHash(SectionChunk *C);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 904 uint64_t getHash() { return Hash; } in getHash() function in __anon417848d10111::HashAccumulator64 946 return H.getHash(); in functionHash()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 644 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 998 unsigned getHash() const { return Hash; } in getHash() function in __anon0cd8e0a00411::ASTUnitPreambleCallbacks 1385 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfData.inc | 78 Inc->getHash()->getZExtValue()))
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 78 Inc->getHash()->getZExtValue()))
|