Home
last modified time | relevance | path

Searched defs:Buckets (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A D2008-01-11-BadWarning.cpp3 void** f(void **Buckets, unsigned NumBuckets) { in f()
/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h84 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
/llvm-project/clang/unittests/Lex/
H A DHeaderMapTestUtils.h24 HMapBucket Buckets[NumBuckets]; member
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp529 chainCommoning(Loop * L,SmallVector<Bucket,16> & Buckets) chainCommoning() argument
836 addOneCandidate(Instruction * MemI,const SCEV * LSCEV,SmallVector<Bucket,16> & Buckets,std::function<bool (const SCEV *)> isValidDiff,unsigned MaxCandidateNum) addOneCandidate() argument
870 SmallVector<Bucket, 16> Buckets; collectCandidates() local
1097 updateFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets) updateFormPrep() argument
1115 dispFormPrep(Loop * L,SmallVector<Bucket,16> & Buckets,PrepForm Form) dispFormPrep() argument
1489 SmallVector<Bucket, 16> Buckets = runOnLoop() local
[all...]
/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp165 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
173 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
/llvm-project/clang/lib/AST/
H A DRandstruct.cpp70 SmallVector<std::unique_ptr<Bucket>, 16> Buckets; randomizeStructureLayoutImpl() local
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp180 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h175 BucketList Buckets; variable
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h133 BucketList Buckets; variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp267 const auto &Buckets = Contents.getBuckets(); emitOffsets() local
311 const auto &Buckets = Contents.getBuckets(); emitBuckets() local
332 const auto &Buckets = Contents.getBuckets(); emitData() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h265 BucketList Buckets; variable
/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h218 storage_type Buckets = Data + BucketOffset; variable
/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h765 BucketT *Buckets; global() variable
941 BucketT *Buckets; global() member
[all...]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp826 std::vector<LVBucket> Buckets; in processLines() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h576 BucketT *Buckets = nullptr; global() variable
[all...]
/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp417 Buckets; in buildMatchers() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2684 ArrayRef<typename ELFT::Word> Buckets = GnuHashTable->buckets(); getGnuHashTableChains() local
2718 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); printGnuHashTable() local
2755 ArrayRef<Elf_Word> Buckets = HashTable.buckets(); printHashHistogram() local
2817 ArrayRef<Elf_Word> Buckets = GnuHashTable.buckets(); printGnuHashHistogram() local
4391 auto Buckets = SysVHash.buckets(); printHashTableSymbols() local
4455 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); printGnuHashTableSymbols() local
7647 ListScope Buckets(W, ListName); printHashHistogramStats() local
[all...]
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp505 std::vector<unsigned> Buckets(NextPowerOf2(3 * IndexEntries.size() / 2)); in writeIndex() local
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1002 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument