Searched defs:Buckets (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 85 Bucket *Buckets; variable 89 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert() 277 const unsigned char *const Buckets; variable 303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries() 497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 309 SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 335 SmallVector<Bucket, 16> Buckets; in collectCandidates() local 680 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 698 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 216 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 178 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 265 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local 309 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local 330 const auto &Buckets = Contents.getBuckets(); in emitData() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 269 BucketList Buckets; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 169 BucketList Buckets; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 590 BucketT *Buckets; variable 753 BucketT *Buckets; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 692 BucketT *Buckets; variable 868 BucketT *Buckets; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 608 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
|