| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 151 uint64_t getHash() const { return Hash; } in getHash() function in __anon1148daad0111::StructuralHashImpl 159 return H.getHash(); in StructuralHash() 165 return H.getHash(); in StructuralHash()
|
| H A D | ConstantsContext.h | 337 unsigned getHash() const { 386 unsigned getHash() const { 476 unsigned getHash() const { 549 return hash_combine(Val.first, Val.second.getHash());
|
| H A D | LLVMContextImpl.h | 253 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {} 257 if (getHash() != RHS->getHash()) 278 unsigned getHash() const { return Hash; } 306 unsigned getHashValue() const { return getHash(); } 355 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
|
| H A D | Metadata.cpp | 1024 Hash = Key.getHash(); in getImpl()
|
| H A D | DebugInfoMetadata.cpp | 399 Hash = Key.getHash(); in getImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.h | 58 unsigned getHash() const { return Hash; } in getHash() function 94 unsigned getHash() const { in getHash() function 95 return getMergePotentialsElt().getHash(); in getHash()
|
| H A D | BranchFolding.cpp | 480 if (getHash() < o.getHash()) in operator <() 482 if (getHash() > o.getHash()) in operator <() 661 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails() 662 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails() 693 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash() 701 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash() 910 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVDuplicatesTracker.h | 72 unsigned getHash() const { return Hash; } in getHash() function 122 Hash = TD.getHash() ^ Kind; in SampledImageTypeDescriptor() 192 return Val.getHash();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 182 IRHash getHash() const { return Hash; } in getHash() function in __anonf67519a40111::FunctionNode 213 if (LHS.getHash() != RHS.getHash()) in operator ()() 214 return LHS.getHash() < RHS.getHash(); in operator ()()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 43 static std::string getHash(StringRef Str) { in getHash() function 222 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 94 return Key.getHash(); in ComputeHash()
|
| H A D | ASTWriter.cpp | 3846 return Name.getHash(); in ComputeHash()
|
| H A D | ASTReader.cpp | 1133 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 2144 unsigned getHash() const; 2170 return Key.getHash();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 186 const ModuleHash &getHash() const { return ModInfo->second; } in computeLTOCacheKey() function 200 return Lhs.getHash() < Rhs.getHash(); in computeLTOCacheKey() 203 auto ModHash = Entry.getHash(); in computeLTOCacheKey()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1061 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() 1369 ConstantAsMetadata::get(Inc->getHash()), in getOrCreateRegionCounters()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1055 unsigned getHash() const { return Hash; } in getHash() function in __anon670461e70411::ASTUnitPreambleCallbacks 1435 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1488 unsigned getHash() const { return SubclassData32; }
|
| H A D | IntrinsicInst.h | 1436 ConstantInt *getHash() const { in getHash() function
|
| H A D | DebugInfoMetadata.h | 267 unsigned getHash() const { return SubclassData32; } in getHash() function
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 77 Inc->getHash()->getZExtValue()))
|