Searched defs:Buckets (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h216 storage_type Buckets = Data + BucketOffset; local
66 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries, storage_type Buckets, storage_type Payload, storage_type Base, const Info &InfoObj) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp213 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { argument
221 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h170 BucketList Buckets; member in class:llvm::AccelTableBase
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h269 BucketList Buckets; member in class:llvm::pdb::HashTable
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp263 const auto &Buckets = Contents.getBuckets(); local
307 const auto &Buckets = Contents.getBuckets(); local
328 const auto &Buckets = Contents.getBuckets(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h85 Bucket *Buckets; member in class:llvm::OnDiskChainedHashTableGenerator
89 void insert(Bucket *Buckets, size_t Size, Item *E) { argument
277 const unsigned char *const Buckets; member in class:llvm::OnDiskChainedHashTable
289 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Base, const Info &InfoObj = Info()) argument
303 readNumBucketsAndEntries(const unsigned char *&Buckets) argument
416 Create(const unsigned char *Buckets, const unsigned char *const Base, const Info &InfoObj = Info()) argument
492 OnDiskIterableChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Payload, const unsigned char *Base, const Info &InfoObj = Info()) argument
603 Create(const unsigned char *Buckets, const unsigned char *const Payload, const unsigned char *const Base, const Info &InfoObj = Info()) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp309 addOneCandidate(Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets, unsigned MaxCandidateNum) argument
336 SmallVector<Bucket, 16> Buckets; local
688 updateFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets) argument
707 dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, InstrForm Form) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h115 void **Buckets; member in class:llvm::FoldingSetBase
H A DDenseMap.h898 BucketT *Buckets; member in struct:llvm::SmallDenseMap::LargeRep
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2519 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); local
3835 auto Buckets = SysVHash.buckets(); local
3899 ArrayRef<Elf_Word> Buckets = GnuHash.buckets(); local
4574 ArrayRef<Elf_Word> Buckets = HashTable.buckets(); local
[all...]

Completed in 314 milliseconds