Searched refs:resize (Results 51 - 75 of 139) sorted by relevance

123456

/gem5/src/gpu-compute/
H A Dcompute_unit.cc107 lastVaddrWF.resize(numSIMDs);
108 wfList.resize(numSIMDs);
111 lastVaddrWF[j].resize(p->n_wf);
114 lastVaddrWF[j][i].resize(wfSize());
125 lastVaddrSimd.resize(numSIMDs);
128 lastVaddrSimd[i].resize(wfSize(), 0);
131 lastVaddrCU.resize(wfSize());
143 memPort.resize(wfSize());
145 // resize the tlbPort vectorArray
147 tlbPort.resize(tlbPort_widt
[all...]
H A Dvector_register_file.cc62 busy.resize(numRegsPerSimd, 0);
64 nxtBusy.resize(numRegsPerSimd, 0);
H A Dlds_state.cc131 addr_array.resize(numBanks, 0);
133 bank.resize(banks, 0);
/gem5/src/arch/mips/
H A Disa.cc95 miscRegFile.resize(NumMiscRegs);
96 bankType.resize(NumMiscRegs);
99 miscRegFile[i].resize(1);
103 miscRegFile_WriteMask.resize(NumMiscRegs);
122 miscRegFile[per_vpe_regs[i]].resize(numVpes);
138 miscRegFile[per_tc_regs[i]].resize(numThreads);
/gem5/src/cpu/minor/
H A Dpipe_data.hh281 void resize(unsigned int width);
H A Dpipe_data.cc262 ForwardInstData::resize(unsigned int width) function in class:Minor::ForwardInstData
H A Dfunc_unit.cc164 cantForwardFromFUIndices.resize((*i) + 1, false);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp200 m_export_vec.resize(size()-1);
H A Dsc_port.cpp427 // resize the bind vector (by adding new elements)
546 m_bind_info->method_vec.resize(0);
552 m_bind_info->thread_vec.resize(0);
647 m_port_vec.resize(size()-1);
H A Dsc_prim_channel.cpp242 m_prim_channel_vec.resize(size()-1);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp286 m_invokers.resize(0);
424 m_child_objects.resize(0);
425 m_delta_events.resize(0);
430 m_trace_files.resize(0);
622 m_delta_events.resize(0);
831 m_delta_events.resize(0);
1300 m_child_events.resize(size-1);
1314 m_child_objects.resize(size-1);
1383 m_delta_events.resize(m_delta_events.size()-1);
/gem5/src/sim/
H A Dclocked_object.cc139 ret.resize(Enums::PwrState::Num_PwrState);
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc59 m_ni_out_vcs.resize(m_num_vcs);
60 m_ni_out_vcs_enqueue_time.resize(m_num_vcs);
69 m_vc_allocator.resize(m_virtual_networks); // 1 allocator per vnet
74 m_stall_count.resize(m_virtual_networks);
/gem5/src/mem/cache/tags/
H A Dcompressed_tags.cc74 superblock->blks.resize(numBlocksPerSector, nullptr);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h40 void resize( int size );
150 circular_buffer<T>::resize( int size ) function in class:tlm::circular_buffer
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h164 entries.resize(100);
169 entries.resize(entries.size()*2);
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc311 // resize and populate state transition matrix
312 transitionMatrix.resize(states.size());
314 transitionMatrix[i].resize(states.size());
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h148 entries.resize(100);
155 entries.resize(entries.size() * 2);
/gem5/src/mem/cache/prefetch/
H A Dpif.cc57 prec.resize(prec_size, false);
58 succ.resize(succ_size, false);
/gem5/src/mem/qos/
H A Dmem_sink.cc57 readQueue.resize(numPriorities());
58 writeQueue.resize(numPriorities());
/gem5/src/cpu/pred/
H A Dstatistical_corrector.hh82 shifts.resize(num);
91 localHistories[ordinal - 1].resize(numHistories, 0);
H A Dmultiperspective_perceptron.cc71 blurrypath_histories[i].resize(blurrypath_bits[i].size());
75 acyclic_histories[i].resize(acyclic_bits[i].size());
76 acyclic2_histories[i].resize(acyclic_bits[i].size());
84 mod_histories.resize(max_modhist_idx + 1);
87 mod_histories[modhist_indices[i]].resize(modhist_lengths[i]);
95 modpath_histories.resize(max_modpath_idx + 1);
98 modpath_histories[modpath_indices[i]].resize(modpath_lengths[i]);
/gem5/src/dev/arm/
H A Dgic_v3.cc65 redistributors.resize(sys->numContexts(), nullptr);
66 cpuInterfaces.resize(sys->numContexts(), nullptr);
H A Dufs_device.cc189 scsi_out.message.dataMsg.resize(9);
306 scsi_out.message.dataMsg.resize(2);
314 scsi_out.message.dataMsg.resize(8);
333 scsi_out.message.dataMsg.resize(2 * lunAvail + 2);
516 scsi_out.message.dataMsg.resize((sizeof(controlPage) >> 2) + 2);
527 scsi_out.message.dataMsg.resize((sizeof(recoveryPage) >> 2)
541 scsi_out.message.dataMsg.resize((sizeof(cachingPage) >> 2) + 2);
553 scsi_out.message.dataMsg.resize(((sizeof(controlPage) +
741 UFSDevice.resize(lunAvail);
1449 SCSIInfo.destination.resize(request_i
[all...]
/gem5/src/cpu/o3/
H A Dfu_pool.cc152 unitBusy.resize(numFU);

Completed in 53 milliseconds

123456