/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 89 if (NumBuckets > getNumBuckets()) in reserve() 99 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear() 287 if (getNumBuckets() == 0) // Nothing to do. in destroyAll() 303 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty() 350 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom() 357 getNumBuckets() * sizeof(BucketT)); in copyFrom() 359 for (size_t i = 0; i < getNumBuckets(); ++i) { in copyFrom() 414 unsigned getNumBuckets() const { in getNumBuckets() function 415 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets() 418 return getBuckets() + getNumBuckets(); in getBucketsEnd() [all …]
|
D | StringMap.h | 103 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 90 if (NumBuckets > getNumBuckets()) in reserve() 100 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear() 302 if (getNumBuckets() == 0) // Nothing to do. in destroyAll() 318 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty() 365 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom() 372 getNumBuckets() * sizeof(BucketT)); in copyFrom() 374 for (size_t i = 0; i < getNumBuckets(); ++i) { in copyFrom() 429 unsigned getNumBuckets() const { in getNumBuckets() function 430 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets() 433 return getBuckets() + getNumBuckets(); in getBucketsEnd() [all …]
|
D | StringMap.h | 110 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 103 if (NumBuckets > getNumBuckets()) in reserve() 113 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear() 327 if (getNumBuckets() == 0) // Nothing to do. in destroyAll() 343 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty() 390 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom() 397 getNumBuckets() * sizeof(BucketT)); in copyFrom() 399 for (size_t i = 0; i < getNumBuckets(); ++i) { in copyFrom() 489 unsigned getNumBuckets() const { in getNumBuckets() function 490 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets() 494 return getBuckets() + getNumBuckets(); in getBucketsEnd() [all …]
|
D | StringMap.h | 108 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 263 EXPECT_EQ(0u, t.getNumBuckets()); in TEST_F() 267 EXPECT_EQ(16u, t.getNumBuckets()); in TEST_F() 421 auto NumBuckets = Map.getNumBuckets(); in TEST() 433 EXPECT_EQ(Map.getNumBuckets(), NumBuckets); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 265 EXPECT_EQ(0u, t.getNumBuckets()); in TEST_F() 269 EXPECT_EQ(16u, t.getNumBuckets()); in TEST_F() 451 auto NumBuckets = Map.getNumBuckets(); in TEST() 463 EXPECT_EQ(Map.getNumBuckets(), NumBuckets); in TEST()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PublicsStream.h | 38 uint32_t getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GlobalsStream.h | 61 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringMap.h | 109 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 179 uint32_t getNumBuckets();
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 314 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 313 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 314 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 695 : Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(), in PTHStatCache()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 699 P.printNumber("Number of buckets", Publics->getNumBuckets()); in dumpPublicsStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 82 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets() function in AppleAcceleratorTable
|
D | DWARFVerifier.cpp | 705 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1490 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()
|