Searched refs:resize (Results 76 - 100 of 139) sorted by relevance

123456

/gem5/src/systemc/core/
H A Devent.cc157 senses.resize(size);
/gem5/src/dev/pci/
H A Ddevice.cc158 msix_table.resize(msix_vecs, tmp1);
165 msix_pba.resize(pba_size, tmp2);
537 msix_table.resize(msix_array_size, tmp1);
540 msix_pba.resize(pba_array_size, tmp2);
/gem5/src/arch/riscv/
H A Disa.cc50 miscRegFile.resize(NumMiscRegs);
/gem5/src/cpu/o3/
H A Drename_map.cc68 map.resize(size);
/gem5/src/mem/
H A Dsnoop_filter.hh110 localSlavePortIds.resize(slave_ports.size(), InvalidPortID);
/gem5/src/mem/cache/compressors/
H A Dcpack.cc55 dictionary.resize(dictionarySize);
/gem5/src/base/
H A Dstatistics.hh386 subn.resize(index + 1);
409 subd.resize(index + 1);
459 info->y_subnames.resize(self.y);
472 info->y_subnames.resize(self.y);
1080 vec.resize(size());
1092 vec.resize(size());
1201 vec.resize(size());
1356 info->cvec.resize(size);
1508 data.cvec.resize(params->buckets);
1657 data.cvec.resize(bucket
[all...]
H A Dcp_annotate.cc639 DPRINTF(AnnotateQ, "removing for resize of queue %s\n", q);
860 state_machines.resize(numSmt+1);
871 states.resize(numSt[x-1]+1);
897 systems.resize(numSys+1);
1244 stCache.resize(numSmt);
1255 qCache.resize(numSys);
1266 smCache.resize(numSys);
1350 smMap.resize(numSm);
1358 qMap.resize(numQs);
1367 qData.resize(qSiz
[all...]
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h129 m_pendingReqs.resize(initiator_socket.size());
130 m_pendingResps.resize(target_socket.size());
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc101 m_touched_vec.resize(num_of_sequencers+1);
102 m_touched_weighted_vec.resize(num_of_sequencers+1);
/gem5/src/gpu-compute/
H A Dwavefront.cc78 oldVgpr.resize(p->wfSize);
85 lastAddr.resize(p->wfSize);
86 workItemFlatId.resize(p->wfSize);
87 oldDgpr.resize(p->wfSize);
88 barCnt.resize(p->wfSize);
90 workItemId[i].resize(p->wfSize);
H A Dfetch_unit.cc72 fetchStatusQueue.resize(computeUnit->shader->n_wf);
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh376 modhist_lengths.resize(j + 1);
390 modpath_lengths.resize(j + 1);
571 mpp.acyclic_bits.resize(p1 + 1);
574 mpp.acyclic_bits[p1].resize(p1 + 2, std::vector<bool>(2));
923 mpp.blurrypath_bits.resize(p1 + 1);
926 mpp.blurrypath_bits[p1].resize(p2);
H A Dtournament.cc83 localHistoryTable.resize(localHistoryTableSize);
H A Dtage_base.cc73 noSkip.resize(nHistoryTables + 1, true);
103 useAltPredForNewlyAllocated.resize(numUseAltOnNa, 0);
133 btablePrediction.resize(bimodalTableSize, false);
134 btableHysteresis.resize(bimodalTableSize >> logRatioBiModalHystEntries,
/gem5/src/dev/arm/
H A Dpl111.cc437 fb.resize(width, height);
636 dma_done_event_tick.resize(maxOutstandingDma);
738 dma_done_event_tick.resize(maxOutstandingDma);
/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp368 a.resize({dim_sz, dim_sz});
371 // resize to 3D array with each dimension = N
373 a.resize({N, N, N}, refcheck);
380 a.resize({N, N});
/gem5/src/sim/
H A Dsystem.cc257 threadContexts.resize(id + 1);
278 remoteGDB.resize(id + 1);
/gem5/ext/drampower/src/
H A DCmdScheduler.cc88 ACT.resize(2 * numBanks);
89 RDWR.resize(2 * numBanks);
90 PRE.resize(numBanks);
432 RDWR[h + 1].resize(0);
/gem5/src/dev/
H A Dpixelpump.cc148 fb.resize(timings.width, timings.height);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp223 m_targets.resize(process_n);
/gem5/src/mem/cache/prefetch/
H A Dstride.cc124 entries[set].resize(assoc);
/gem5/src/cpu/minor/
H A Ddecode.cc242 if (output_index == 0) insts_out.resize(outputWidth);
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc119 m_last_progress_vector.resize(m_num_cpus);
/gem5/src/mem/cache/
H A Dmshr.hh200 writesBitmap.resize(blk_size);

Completed in 55 milliseconds

123456