/freebsd-src/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() argument 276 const unsigned char *const Buckets; global() variable 302 readNumBucketsAndEntries(const unsigned char * & Buckets) readNumBucketsAndEntries() argument 503 base_type(NumBuckets,NumEntries,Buckets,Base,InfoObj) base_type() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 529 SmallVector<Bucket, 16> &Buckets) { in chainCommoning() argument 831 addOneCandidate(Instruction * MemI,const SCEV * LSCEV,SmallVector<Bucket,16> & Buckets,std::function<bool (const SCEV *)> isValidDiff,unsigned MaxCandidateNum) addOneCandidate() argument 865 SmallVector<Bucket, 16> Buckets; collectCandidates() local 1092 updateFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets) updateFormPrep() argument 1110 dispFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets,PrepForm Form) dispFormPrep() argument 1484 SmallVector<Bucket, 16> Buckets = runOnLoop() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 70 SmallVector<std::unique_ptr<Bucket>, 16> Buckets; in randomizeStructureLayoutImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.cpp | 180 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 175 BucketList Buckets; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 315 if (!Buckets[i].empty()) in emitBuckets() local 271 const auto &Buckets = Contents.getBuckets(); emitOffsets() local 336 const auto &Buckets = Contents.getBuckets(); emitData() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 265 BucketList Buckets; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 218 storage_type Buckets = Data + BucketOffset; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 749 BucketT *Buckets; global() variable 925 BucketT *Buckets; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 797 std::vector<LVBucket> Buckets; processLines() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 576 BucketT *Buckets = nullptr; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 417 Buckets; in buildMatchers() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2709 ArrayRef<typename ELFT::Word> Buckets = GnuHashTable->buckets(); getGnuHashTableChains() local 2743 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); printGnuHashTable() local 2780 ArrayRef<Elf_Word> Buckets = HashTable.buckets(); printHashHistogram() local 2842 ArrayRef<Elf_Word> Buckets = GnuHashTable.buckets(); printGnuHashHistogram() local 4312 auto Buckets = SysVHash.buckets(); printHashTableSymbols() local 4376 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); printGnuHashTableSymbols() local 7434 ListScope Buckets(W, ListName); printHashHistogramStats() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 481 std::vector<unsigned> Buckets(NextPowerOf2(3 * IndexEntries.size() / 2)); writeIndex() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 967 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument
|