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

12

/external/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp45 unsigned NumEntries; local
46 if (fread(&NumEntries, sizeof(unsigned), 1, F) != 1) {
51 NumEntries = ByteSwap(NumEntries, ShouldByteSwap);
54 std::vector<unsigned> TempSpace(NumEntries);
57 if (fread(&TempSpace[0], sizeof(unsigned)*NumEntries, 1, F) != 1) {
65 if (Data.size() < NumEntries)
66 Data.resize(NumEntries, ProfileInfoLoader::Uncounted);
70 for (unsigned i = 0; i != NumEntries; ++i) {
74 for (unsigned i = 0; i != NumEntries;
[all...]
H A DProfileDataLoader.cpp57 /// ReadProfilingData - Load 'NumEntries' items of type 'T' from file 'F'
60 T *Data, size_t NumEntries) {
62 if (fread(Data, sizeof(T), NumEntries, F) != NumEntries)
81 unsigned NumEntries = ReadProfilingNumEntries(ToolName, F, ShouldByteSwap); local
84 SmallVector<unsigned, 8> TempSpace(NumEntries);
85 ReadProfilingData<unsigned>(ToolName, F, TempSpace.data(), NumEntries);
88 if (Data.size() < NumEntries)
89 Data.resize(NumEntries, ProfileDataLoader::Uncounted);
92 for (unsigned i = 0; i < NumEntries;
59 ReadProfilingData(const char *ToolName, FILE *F, T *Data, size_t NumEntries) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h53 void AddInitialGroup(Instruction *const *List, unsigned NumEntries) { argument
55 Worklist.reserve(NumEntries+16);
56 WorklistMap.resize(NumEntries);
57 DEBUG(errs() << "IC: ADDING: " << NumEntries << " instrs to worklist\n");
58 for (unsigned Idx = 0; NumEntries; --NumEntries) {
59 Instruction *I = List[NumEntries-1];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.cpp36 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const
38 NumEntries = 0;
H A DAMDILFrameLowering.h40 getCalleeSavedSpillSlots(unsigned &NumEntries) const;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.cpp36 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const
38 NumEntries = 0;
H A DAMDILFrameLowering.h40 getCalleeSavedSpillSlots(unsigned &NumEntries) const;
/external/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.cpp88 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const {
89 NumEntries = 0;
H A DAMDGPUFrameLowering.h38 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const;
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h117 unsigned NumEntries; member in class:clang::OnDiskChainedHashTableGenerator
179 ++NumEntries;
180 if (4*NumEntries >= 3*NumBuckets) resize(NumBuckets*2);
220 Emit32(out, NumEntries);
227 NumEntries = 0;
242 const unsigned NumEntries; member in class:clang::OnDiskChainedHashTable
256 : NumBuckets(numBuckets), NumEntries(numEntries),
263 unsigned getNumEntries() const { return NumEntries; }
267 bool isEmpty() const { return NumEntries == 0; }
347 key_iterator(const unsigned char* const Ptr, unsigned NumEntries, argument
411 data_iterator(const unsigned char* const Ptr, unsigned NumEntries, Info *InfoObj) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.h106 NumEntriesFn NumEntries; member in struct:__anon10840
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dtable_builder.h71 uint64_t NumEntries() const;
/external/icu4c/common/
H A Ducmndata.h95 NumEntriesFn NumEntries; member in struct:__anon18152
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h106 getCalleeSavedSpillSlots(unsigned &NumEntries) const {
107 NumEntries = 0;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h144 getCalleeSavedSpillSlots(unsigned &NumEntries) const {
146 NumEntries = 1;
158 NumEntries = 0;
290 NumEntries = array_lengthof(Offsets64);
294 NumEntries = array_lengthof(Offsets);
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h34 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
H A DSystemZFrameLowering.cpp59 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const {
60 NumEntries = array_lengthof(SpillOffsetTable);
/external/llvm/include/llvm/ADT/
H A DDenseMap.h543 unsigned NumEntries; member in class:llvm::DenseMap
577 std::swap(NumEntries, RHS.NumEntries);
603 NumEntries = 0;
612 NumEntries = 0;
635 unsigned OldNumEntries = NumEntries;
653 return NumEntries;
656 NumEntries = Num;
699 unsigned NumEntries : 31;
740 unsigned TmpNumEntries = RHS.NumEntries;
[all...]
/external/clang/lib/Lex/
H A DHeaderMap.cpp49 uint32_t NumEntries; // Number of entries in the string table. member in struct:clang::HMapHeader
187 getEndianAdjustedWord(Hdr.NumEntries));
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp223 size_t NumEntries,
229 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
221 op_write_debug_line_info( void const* Code, size_t NumEntries, struct debug_line_info const* Info) argument
/external/jhead/
H A Dexif.c1311 unsigned short NumEntries; local
1330 NumEntries = 1 + exifTagCount; // the extra is the thumbnail
1332 ++NumEntries; // allow for the GPS info tag
1337 ++NumEntries;
1339 DataWriteIndex += 2 + NumEntries*12 + 4;
1341 Put16u(Buffer+DirIndex, NumEntries); // Number of entries
1428 NumEntries = gpsTagCount;
1429 DataWriteIndex += 2 + NumEntries*12 + 4;
1431 Put16u(Buffer+DirIndex, NumEntries); // Number of entries
1468 NumEntries
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc262 uint64_t TableBuilder::NumEntries() const { function in class:leveldb::TableBuilder
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1058 unsigned NumEntries = 0; local
1060 NumEntries += JT[i].MBBs.size();
1068 JumpTableBase = allocateSpace(NumEntries * EntrySize,
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp327 const unsigned NumEntries = array_lengthof(NEONLdStTable); local
333 for (unsigned i = 0; i != NumEntries-1; ++i)
341 std::lower_bound(NEONLdStTable, NEONLdStTable + NumEntries, Opcode);
342 if (I != NEONLdStTable + NumEntries && I->PseudoOpc == Opcode)
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp313 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); local
314 if (NumEntries <= 32) {
317 assert((NumEntries >> 31) == 0);

Completed in 583 milliseconds

12