Home
last modified time | relevance | path

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/
DOnDiskHashTable.h85 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/
DPPCLoopInstrFormPrep.cpp309 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/
DFoldingSet.cpp208 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/
DPDBStringTableBuilder.cpp178 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/
DAccelTable.cpp265 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/
DHashTable.h269 BucketList Buckets; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h169 BucketList Buckets; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h590 BucketT *Buckets; variable
753 BucketT *Buckets; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h692 BucketT *Buckets; variable
868 BucketT *Buckets; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp608 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()