Searched refs:NumEntries (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderMapTypes.h33 uint32_t NumEntries; // Number of entries in the string table. member in struct:clang::HMapHeader
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h75 offset_type NumEntries; member in class:llvm::OnDiskChainedHashTableGenerator
127 ++NumEntries;
128 if (4 * NumEntries >= 3 * NumBuckets)
167 NumEntries <= 2 ? 1 : NextPowerOf2(NumEntries * 4 / 3);
218 LE.write<offset_type>(NumEntries);
226 NumEntries = 0;
276 const typename Info::offset_type NumEntries; member in class:llvm::OnDiskChainedHashTable
289 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, argument
293 : NumBuckets(NumBuckets), NumEntries(NumEntrie
309 offset_type NumEntries = local
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) argument
492 OnDiskIterableChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Payload, const unsigned char *Base, const Info &InfoObj = Info()) argument
507 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) argument
553 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp33 unsigned NumEntries = local
35 EntriesInUse += NumEntries;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override {
65 NumEntries = array_lengthof(Offsets);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp21 /// accommodate \p NumEntries without need to grow().
22 static unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { argument
23 // Ensure that "NumEntries * 4 < NumBuckets * 3"
24 if (NumEntries == 0)
27 // For example if NumEntries is 48, we need to return 401.
28 return NextPowerOf2(NumEntries * 4 / 3 + 1);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h102 /// Grow the densemap so that it can contain at least \p NumEntries items
104 void reserve(size_type NumEntries) { argument
105 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries);
128 unsigned NumEntries = getNumEntries(); local
133 --NumEntries;
138 assert(NumEntries == 0 && "Node count imbalance!");
385 /// accommodate \p NumEntries without need to grow().
386 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { argument
387 // Ensure that "NumEntries * 4 < NumBuckets * 3"
388 if (NumEntries
723 unsigned NumEntries; member in class:llvm::DenseMap
[all...]
H A DMapVector.h62 /// Grow the MapVector so that it can contain at least \p NumEntries items
64 void reserve(size_type NumEntries) { argument
65 Map.reserve(NumEntries);
66 Vector.reserve(NumEntries);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h61 unsigned NumEntries = 0; member in class:llvm::NonRelocatableStringpool
H A DTargetFrameLowering.h177 getCalleeSavedSpillSlots(unsigned &NumEntries) const {
178 NumEntries = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp22 Entry.Index = NumEntries++;
H A DSwitchLoweringUtils.cpp149 int64_t NumEntries = j - i + 1; local
151 if (NumEntries == 1)
153 else if (NumEntries <= SmallNumberOfEntries)
155 else if (NumEntries >= MinJumpTableEntries)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp226 size_t NumEntries,
232 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
224 op_write_debug_line_info( void const* Code, size_t NumEntries, struct debug_line_info const* Info) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h154 unsigned NumEntries = 0; local
156 while (Offset + 8 <= EHFramePHdr->p_memsz && NumEntries < FDECount) {
157 DictScope D(W, std::string("entry ") + std::to_string(NumEntries));
169 ++NumEntries;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp505 Sum.NumEntries += Counts.size();
609 Overlap.Overlap.NumEntries += 1;
618 FuncLevelOverlap.Overlap.NumEntries = Other.Counts.size();
1202 Mismatch.NumEntries += 1;
1212 Unique.NumEntries += 1;
1234 OS << " # of " << EntryName << " overlap: " << Overlap.NumEntries << "\n";
1235 if (Mismatch.NumEntries)
1236 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries
1238 if (Unique.NumEntries)
1240 << " only in test_profile: " << Unique.NumEntries << "\
[all...]
H A DInstrProfWriter.cpp203 Overlap.Overlap.NumEntries += 1;
332 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); local
333 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.h79 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h168 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)
100 NumEntries = array_lengthof(Offsets);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h66 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries, argument
70 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {}
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h238 bool IsUnaligned, uint32_t NumEntries,
241 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderMap.cpp177 << ", " << getEndianAdjustedWord(Hdr.NumEntries) << "\n";
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp147 uint32_t NumEntries; member in struct:CatchableTypeArray
291 CTA.NumEntries =
426 outs() << CTAName << "[NumEntries]: " << CTA.NumEntries << '\n';
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h598 uint64_t NumEntries; member in struct:llvm::CountSumOrPercent
601 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {}
603 NumEntries = 0;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp343 unsigned NumEntries = 1 + SrcRD->getNumVBases(); local
344 SmallVector<llvm::Constant *, 4> Map(NumEntries,
714 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) { argument
716 CatchableTypeArrayTypeMap[NumEntries];
721 CTATypeName += llvm::utostr(NumEntries);
725 CGM.IntTy, // NumEntries
726 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes
4254 uint32_t NumEntries = CatchableTypes.size(); local
4257 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries);
4258 llvm::StructType *CTAType = getCatchableTypeArrayType(NumEntries);
4291 uint32_t NumEntries = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1272 unsigned NumEntries = 0; local
1276 for (; EntryOr; ++NumEntries, EntryID = NextEntryID,
1322 if (NumEntries > 0)

Completed in 283 milliseconds

12