Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h86 Bucket *Buckets; variable
90 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
DGenericDomTreeConstruction.h185 SmallVector<unsigned, 32> Buckets; in Calculate() local
/external/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
/external/llvm-project/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
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp310 SmallVector<Bucket, 16> &Buckets, in addOneCandidate()
336 SmallVector<Bucket, 16> Buckets; in collectCandidates() local
689 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep()
707 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
/external/llvm/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
/external/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
/external/llvm-project/llvm/lib/Support/
DFoldingSet.cpp213 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
221 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp178 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp178 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
/external/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
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp264 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local
308 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local
329 const auto &Buckets = Contents.getBuckets(); in emitData() local
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h269 BucketList Buckets; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h269 BucketList Buckets; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h241 BucketList Buckets; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h169 BucketList Buckets; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h169 BucketList Buckets; variable
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h200 storage_type Buckets = Data + BucketOffset; variable
/external/llvm-project/clang/lib/Serialization/
DMultiOnDiskHashTable.h216 storage_type Buckets = Data + BucketOffset; variable
/external/clang/unittests/Lex/
DHeaderMapTest.cpp27 HMapBucket Buckets[NumBuckets]; member
/external/llvm-project/clang/unittests/Lex/
DHeaderMapTest.cpp26 HMapBucket Buckets[NumBuckets]; member

12