Home
last modified time | relevance | path

Searched refs:getNumBuckets (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h42 if (NumBuckets > getNumBuckets()) in reserve()
255 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()
271 CHECK_EQ((getNumBuckets() & (getNumBuckets() - 1)), 0); in initEmpty()
318 CHECK_EQ(getNumBuckets(), other.getNumBuckets()); in copyFrom()
328 for (uptr i = 0; i < getNumBuckets(); ++i) { in copyFrom()
382 unsigned getNumBuckets() const { in getNumBuckets() function
389 return getBuckets() + getNumBuckets(); in getBucketsEnd()
428 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
432 NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
460 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h106 if (NumBuckets > getNumBuckets()) in reserve()
116 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()
404 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()
451 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()
551 unsigned getNumBuckets() const { in getNumBuckets() function
556 return getBuckets() + getNumBuckets(); in getBucketsEnd()
560 return getBuckets() + getNumBuckets(); in getBucketsEnd()
606 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
610 NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()
887 unsigned getNumBuckets() const { in getNumBuckets() function
[all …]
H A DStringMap.h91 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h63 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h144 uint64_t getHashBase() const { return getBucketBase() + getNumBuckets() * 4; } in getHashBase()
164 return Hash % getNumBuckets(); in hashToBucketIdx()
314 uint32_t getNumBuckets() const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h315 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp482 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp92 uint32_t AppleAcceleratorTable::getNumBuckets() const { in getNumBuckets() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp1013 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1700 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()