Home
last modified time | relevance | path

Searched defs:NumEntries (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DOnDiskHashTable.h75 offset_type NumEntries; variable
276 const typename Info::offset_type NumEntries; variable
309 offset_type NumEntries = in readNumBucketsAndEntries() local
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base()
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
507 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, in key_iterator()
553 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override { in getCalleeSavedSpillSlots()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h61 unsigned NumEntries = 0; variable
H A DTargetFrameLowering.h181 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp33 unsigned NumEntries = in onEvent() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp102 const uint32_t NumEntries = Map.size(); in write() local
157 const uint32_t NumEntries = DE.getU32(&Offset); in parse() local
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderMapTypes.h33 uint32_t NumEntries; // Number of entries in the string table. member
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h40 void reserve(size_type NumEntries) { in reserve()
56 unsigned NumEntries = getNumEntries(); in clear() local
279 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
577 unsigned NumEntries = 0; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp226 size_t NumEntries, in op_write_debug_line_info()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h105 void reserve(size_type NumEntries) { in reserve()
129 unsigned NumEntries = getNumEntries(); in clear() local
388 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
725 unsigned NumEntries; variable
896 unsigned NumEntries : 31; variable
H A DMapVector.h65 void reserve(size_type NumEntries) { in reserve()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h154 unsigned NumEntries = 0; in printEHFrameHdr() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DStringMap.cpp21 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp150 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack()
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp138 size_t NumEntries = (size_t)(Image->EntriesEnd - Image->EntriesBegin); in __tgt_rtl_load_binary() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp223 size_t NumEntries = (size_t)(Image->EntriesEnd - Image->EntriesBegin); in __tgt_rtl_load_binary() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp149 int64_t NumEntries = j - i + 1; in findJumpTables() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1017 static const uptr NumEntries = 2; member
1019 static const uptr NumEntries = 32768; member
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp828 const size_t NumEntries = in fixCFG() local
848 const size_t NumEntries = in fixCFG() local
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp388 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); in writeImpl() local
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp310 uint32_t NumEntries, MapEntry *Entries, Args... args) { in forEachElement()
335 const uint32_t NumEntries = CurLevel == 0 ? InitialSize : IncSize; in getEntry() local
/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp148 uint32_t NumEntries; in dumpCXXData() member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp347 unsigned NumEntries = 1 + SrcRD->getNumVBases(); in getAddrOfVirtualDisplacementMap() local
720 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) { in getCatchableTypeArrayType()
4347 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray() local
4384 uint32_t NumEntries = in getThrowInfo() local

12