Searched refs:InitialSize (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringMap.h | 119 explicit StringMap(unsigned InitialSize) in StringMap() argument 120 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() 125 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() argument 126 : StringMapImpl(InitialSize, static_cast<unsigned>(sizeof(MapEntryTy))), in StringMap()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 53 InitialSize, enumerator 189 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures()
|
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | instr.cpp | 263 template <typename T = SimpleHashTableEntryBase, uint32_t InitialSize = 7, 295 return forEachElement(Callback, InitialSize, TableRoot, args...); in forEachElement() 327 TableRoot = new (Alloc, 0) MapEntry[InitialSize]; in firstAllocation() 328 MapEntry &Entry = TableRoot[Key % InitialSize]; in firstAllocation() 335 const uint32_t NumEntries = CurLevel == 0 ? InitialSize : IncSize; in getEntry() 360 uint64_t CurEntrySelector = Entry.Key / InitialSize; in getEntry()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 832 size_t InitialSize = Refs.size(); in refInTypeLoc() local 836 for (unsigned I = InitialSize; I < NewSize; ++I) { in refInTypeLoc()
|