| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 75 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 D | VEFrameLowering.h | 58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override { in getCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | NonRelocatableStringpool.h | 61 unsigned NumEntries = 0; variable
|
| H A D | TargetFrameLowering.h | 181 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/Views/ |
| H A D | RetireControlUnitStatistics.cpp | 33 unsigned NumEntries = in onEvent() local
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | BoltAddressTranslation.cpp | 102 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 D | HeaderMapTypes.h | 33 uint32_t NumEntries; // Number of entries in the string table. member
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.h | 90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 40 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 D | OProfileWrapper.cpp | 226 size_t NumEntries, in op_write_debug_line_info()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 105 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 D | MapVector.h | 65 void reserve(size_type NumEntries) { in reserve()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 154 unsigned NumEntries = 0; in printEHFrameHdr() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | StringMap.cpp | 21 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 150 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | compression.cpp | 137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
| H A D | rtl.cpp | 138 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 D | rtl.cpp | 223 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 D | SwitchLoweringUtils.cpp | 149 int64_t NumEntries = j - i + 1; in findJumpTables() local
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1017 static const uptr NumEntries = 2; member 1019 static const uptr NumEntries = 32768; member
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IndirectCallPromotion.cpp | 828 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 D | InstrProfWriter.cpp | 388 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); in writeImpl() local
|
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | instr.cpp | 310 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 D | llvm-cxxdump.cpp | 148 uint32_t NumEntries; in dumpCXXData() member
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 347 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
|