/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 151 uint64_t getHash() const { return Hash; } 159 return H.getHash(); 165 return H.getHash(); 77 uint64_t getHash() const { return Hash; } getHash() function in __anon8dbff9370111::StructuralHashImpl
|
H A D | ConstantsContext.h | 313 unsigned getHash() const { 362 unsigned getHash() const { 467 unsigned getHash() const { 528 unsigned getHash() const { 575 return hash_combine(Val.first, Val.second.getHash());
|
H A D | LLVMContextImpl.h | 255 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {} 259 if (getHash() != RHS->getHash()) 280 unsigned getHash() const { return Hash; } 308 unsigned getHashValue() const { return getHash(); } 357 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
|
H A D | Metadata.cpp | 1033 Hash = Key.getHash(); in getImpl()
|
H A D | DebugInfoMetadata.cpp | 403 Hash = Key.getHash(); in getImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.h | 59 unsigned getHash() const { return Hash; } in getHash() function 97 unsigned getHash() const { in getHash() function 98 return getMergePotentialsElt().getHash(); in getHash()
|
H A D | BranchFolding.cpp | 486 if (getHash() < o.getHash()) in operator <() 488 if (getHash() > o.getHash()) in operator <() 667 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails() 668 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails() 700 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash() 708 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash() 917 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 182 IRHash getHash() const { return Hash; } in getHash() function in __anonc9c4572e0111::FunctionNode 213 if (LHS.getHash() != RHS.getHash()) in operator ()() 214 return LHS.getHash() < RHS.getHash(); in operator ()()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 44 static std::string getHash(StringRef Str) { in getHash() function 223 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 94 return Key.getHash(); in ComputeHash()
|
H A D | ASTWriter.cpp | 4033 return Name.getHash(); in ComputeHash()
|
H A D | ASTReader.cpp | 1178 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 2103 unsigned getHash() const; 2129 return Key.getHash();
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 190 const ModuleHash &getHash() const { return ModInfo->second; } in computeLTOCacheKey() function 204 return Lhs.getHash() < Rhs.getHash(); in computeLTOCacheKey() 208 auto ModHash = Entry.getHash(); in computeLTOCacheKey()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1317 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() 1709 ConstantAsMetadata::get(Inc->getHash()), in getOrCreateRegionCounters()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1067 unsigned getHash() const { return Hash; } in getHash() function in __anone37b80710411::ASTUnitPreambleCallbacks 1447 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 1502 ConstantInt *getHash() const { in getHash() function
|
H A D | Metadata.h | 1498 unsigned getHash() const { return SubclassData32; }
|
H A D | DebugInfoMetadata.h | 268 unsigned getHash() const { return SubclassData32; } in getHash() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 79 Inc->getHash()->getZExtValue()))
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 79 Inc->getHash()->getZExtValue()))
|