| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StableHashing.h | |
| H A D | AccelTable.h | 171 HashFn *Hash; variable 180 AccelTableBase(HashFn *Hash) : Hash(Hash) {} in AccelTableBase()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TrieRawHashMap.h | 192 const HashT Hash; member 212 HashT Hash; in makeHash() local 308 LazyValueConstructor(void *Mem, value_type *&Result, ArrayRef<uint8_t> Hash) in LazyValueConstructor() 315 ArrayRef<uint8_t> Hash; variable 321 pointer insertLazy(const_pointer Hint, ArrayRef<uint8_t> Hash, in insertLazy() 331 pointer insertLazy(ArrayRef<uint8_t> Hash, in insertLazy() 347 pointer find(ArrayRef<uint8_t> Hash) { in find() 352 const_pointer find(ArrayRef<uint8_t> Hash) const { in find()
|
| H A D | CachedHashString.h | 32 uint32_t Hash; variable 39 CachedHashStringRef(StringRef S, uint32_t Hash) in CachedHashStringRef()
|
| H A D | ConcurrentHashtable.h | 174 uint64_t Hash = Info::getHashValue(NewValue); in insert() local 362 uint32_t getBucketIdx(hash_code Hash) { return Hash & HashMask; } in getBucketIdx() 364 uint32_t getExtHashBits(uint64_t Hash) { in getExtHashBits()
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pss.c | 32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS() 39 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1() 46 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in ossl_rsa_verify_PKCS1_PSS_mgf1() 160 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS() 167 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_padding_add_PKCS1_PSS_mgf1() 175 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in ossl_rsa_padding_add_PKCS1_PSS_mgf1()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers_cxx.cpp | 34 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, in HandleDynamicTypeCacheMiss() 85 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss() 90 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss_abort()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | IndexedMemProfData.h | 70 llvm::BLAKE3Result<8> Hash = HashBuilder.final(); in hashFrame() local 82 llvm::BLAKE3Result<8> Hash = HashBuilder.final(); in hashCallStack() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 55 uint64_t Hash = 0; in getCallStackHash() local 139 uint64_t Hash = computeCallStackHash(I); in collectProbeFactors() local 443 auto Hash = getFunctionHash(); in instrumentOneFunc() local 479 uint64_t Hash = computeCallStackHash(I); in runOnFunction() local 489 uint64_t Hash = computeCallStackHash(I); in runOnFunction() local
|
| H A D | SampleContextTracker.cpp | 35 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in getChildContext() local 69 uint64_t Hash = in moveContextSamples() local 107 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in removeChildContext() local 181 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in getOrCreateChildContext() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 36 hash_code Hash; member 89 std::array<uint8_t, 8> Hash; member
|
| H A D | GlobalTypeTableBuilder.h | 72 TypeIndex insertRecordAs(GloballyHashedType Hash, size_t RecordSize, in insertRecordAs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 253 for (const auto &Hash : Bucket) { in emitHashes() local 269 for (auto *Hash : Buckets[i]) { in emitOffsets() local 334 for (const auto &Hash : Bucket) { in emitData() local 431 for (auto *Hash : Bucket) { in populateAbbrevsMap() local 495 for (auto *Hash : Bucket.value()) { in emitStringOffsets() local 586 for (auto *Hash : Bucket) { in emitData() local 614 for (auto *Hash : Bucket) in Dwarf5AccelTableWriter() local 804 for (const auto &Hash : Bucket) in print() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | StableFunctionMap.h | 33 stable_hash Hash; member 56 stable_hash Hash; member
|
| H A D | OutlinedHashTree.h | 35 stable_hash Hash = 0; member
|
| H A D | OutlinedHashTreeRecord.h | 27 llvm::yaml::Hex64 Hash; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | stack_depot.h | 140 u32 Hash = B.get(); in insert() local 164 bool find(u32 Hash, uptr *RingPosPtr, uptr *SizePtr) const { in find()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProfCommon.cpp | 78 llvm::BLAKE3Result<8> Hash = HashBuilder.final(); in computeFullStackId() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerSHA1.cpp | 218 std::string Hash(const Unit &U) { in Hash() function 219 uint8_t Hash[kSHA1NumBytes]; in Hash() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.h | 39 yaml::BinaryRef Hash; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MD5.cpp | 273 auto Hash = final(); in result() local 292 MD5 Hash; in hash() local
|
| H A D | SHA1.cpp | 291 auto Hash = final(); in result() local 301 SHA1 Hash; in hash() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | Hash.cpp | 57 uint32_t Hash = 0xb170a1bf; in hashStringV2() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IRNormalizer.cpp | 136 uint64_t Hash = MagicHashConstant; in nameBasicBlocks() local 215 uint64_t Hash = MagicHashConstant; in nameAsInitialInstruction() local 298 uint64_t Hash = MagicHashConstant; in nameAsRegularInstruction() local
|
| H A D | NameAnonGlobals.cpp | 53 MD5::MD5Result Hash; in get() local
|