/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 84 Bucket *Buckets; variable 88 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert() 276 const unsigned char *const Buckets; variable 302 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries() 500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 529 SmallVector<Bucket, 16> &Buckets) { in chainCommoning() 836 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 870 SmallVector<Bucket, 16> Buckets; in collectCandidates() local 1097 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 1115 SmallVector<Bucket, 16> &Buckets, in dispFormPrep() 1489 SmallVector<Bucket, 16> Buckets = in runOnLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 165 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 173 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 70 SmallVector<std::unique_ptr<Bucket>, 16> Buckets; in randomizeStructureLayoutImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.cpp | 179 std::vector<ulittle32_t> Buckets(BucketCount); writeHashTable() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 175 BucketList Buckets; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 267 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local 311 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local 332 const auto &Buckets = Contents.getBuckets(); in emitData() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 265 BucketList Buckets; variable
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 218 storage_type Buckets = Data + BucketOffset; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 765 BucketT *Buckets; variable 941 BucketT *Buckets; member
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 417 Buckets; in buildMatchers() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 576 BucketT *Buckets = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 826 std::vector<LVBucket> Buckets; in processLines() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2684 ArrayRef<typename ELFT::Word> Buckets = GnuHashTable->buckets(); in getGnuHashTableChains() local 2718 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printGnuHashTable() local 2755 ArrayRef<Elf_Word> Buckets = HashTable.buckets(); in printHashHistogram() local 2817 ArrayRef<Elf_Word> Buckets = GnuHashTable.buckets(); in printGnuHashHistogram() local 4391 auto Buckets = SysVHash.buckets(); in printHashTableSymbols() local 4455 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); in printGnuHashTableSymbols() local 7647 ListScope Buckets(W, ListName); in printHashHistogramStats() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 505 std::vector<unsigned> Buckets(NextPowerOf2(3 * IndexEntries.size() / 2)); in writeIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1002 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
|