| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TrieRawHashMap.cpp | 43 ArrayRef<uint8_t> getHash() const { in getHash() function 249 return ExistingContent->getHash() == Hash in find() 291 assert(Hash == Content->getHash() && "Hash not properly initialized"); in insert() 306 if (ExistingContent.getHash() == Hash) in insert() 313 IndexGen.getCollidingBits(ExistingContent.getHash()); in insert() 476 SS << toHex(toStringRef(Node->getHash()).take_front(StartFullBytes), in getTriePrefixAsString() 484 Bits.push_back('0' + ((Node->getHash()[Index] >> Offset) & 1)); in getTriePrefixAsString()
|
| /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 | 511 if (getHash() < o.getHash()) in operator <() 513 if (getHash() > o.getHash()) in operator <() 689 CurMPIter != B && CurMPIter->getHash() == CurHash; --CurMPIter) { in ComputeSameTails() 690 for (MPIterator I = std::prev(CurMPIter); I->getHash() == CurHash; --I) { in ComputeSameTails() 722 CurMPIter->getHash() == CurHash; --CurMPIter) { in RemoveBlocksWithHash() 730 if (CurMPIter->getHash() != CurHash) in RemoveBlocksWithHash() 947 unsigned CurHash = MergePotentials.back().getHash(); in TryTailMergeBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 316 uint64_t getHash() const { return Hash; } in getHash() function in __anon8dbff9370111::StructuralHashImpl 332 return H.getHash(); in StructuralHash() 342 return H.getHash(); in StructuralHash() 350 return FunctionHashInfo(H.getHash(), H.getIndexInstrMap(), in StructuralHashWithDifferences()
|
| H A D | ConstantsContext.h | 325 unsigned getHash() const { return hash_combine_range(Operands); } 373 unsigned getHash() const { 478 unsigned getHash() const { 536 unsigned getHash() const { return hash_combine_range(Operands); } 581 return hash_combine(Val.first, Val.second.getHash());
|
| H A D | LLVMContextImpl.h | 251 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {} 255 if (getHash() != RHS->getHash()) 276 unsigned getHash() const { return Hash; } 304 unsigned getHashValue() const { return getHash(); } 386 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
|
| H A D | Metadata.cpp | 1040 Hash = Key.getHash(); in getImpl()
|
| H A D | DebugInfoMetadata.cpp | 583 Hash = Key.getHash(); in getImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 45 static std::string getHash(StringRef Str) { in getHash() function 191 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 180 stable_hash getHash() const { return Hash; } in getHash() function in __anonc9c4572e0111::FunctionNode 214 if (LHS.getHash() != RHS.getHash()) in operator ()() 215 return LHS.getHash() < RHS.getHash(); in operator ()()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 2169 unsigned getHash() const; 2195 return Key.getHash();
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 120 return Key.getHash(); in ComputeHash()
|
| H A D | ASTWriter.cpp | 4205 ID.AddInteger(Key.first.getHash()); in ComputeHash() 4242 hash_value_type ComputeHash(key_type Name) { return Name.getHash(); } in ComputeHash()
|
| H A D | ASTReader.cpp | 1211 unsigned DeclarationNameKey::getHash() const { in getHash() function in DeclarationNameKey 1314 ID.AddInteger(Key.first.getHash()); in ComputeHash()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1315 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() 1706 ConstantAsMetadata::get(Inc->getHash()), in getOrCreateRegionCounters()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1068 unsigned getHash() const { return Hash; } in getHash() function in __anone37b80710411::ASTUnitPreambleCallbacks 1448 PreambleTopLevelHashValue = Callbacks.getHash(); in getMainBufferWithPrecompiledPreamble()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1503 unsigned getHash() const { return SubclassData32; }
|
| H A D | IntrinsicInst.h | 1464 ConstantInt *getHash() const { return cast<ConstantInt>(getArgOperand(1)); } in getHash() function
|
| H A D | DebugInfoMetadata.h | 273 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()))
|