Searched refs:pair (Results 51 - 75 of 115) sorted by relevance

12345

/gem5/src/mem/cache/prefetch/
H A Dsbooe.cc133 demandAddresses.insert(std::pair<Addr, Tick>(pfi_addr, curTick()));
H A Dqueued.hh177 using AddrPriority = std::pair<Addr, int32_t>;
/gem5/src/cpu/o3/
H A Drob.hh69 typedef std::pair<RegIndex, PhysRegIndex> UnmapInfo;
H A Dmem_dep_unit_impl.hh182 std::pair<InstSeqNum, MemDepEntryPtr>(inst->seqNum, inst_entry));
279 std::pair<InstSeqNum, MemDepEntryPtr>(inst->seqNum, inst_entry));
330 std::pair<InstSeqNum, MemDepEntryPtr>(barr_sn, inst_entry));
/gem5/src/cpu/simple/
H A Datomic.hh172 ProbePointArg<std::pair<SimpleThread*, const StaticInstPtr>> *ppCommit;
/gem5/src/dev/net/
H A Dtcp_iface.cc77 std::vector<std::pair<TCPIface::NodeInfo, int> > TCPIface::nodes;
162 [](const pair<NodeInfo, int> &cn) -> bool {
/gem5/ext/googletest/googletest/test/
H A Dgtest-tuple_test.cc217 // Tests constructing a 2-tuple from an std::pair.
219 ::std::pair<int, char> a(1, 'a');
244 // Tests assigning an std::pair to a 2-tuple.
246 const ::std::pair<int, bool> a(5, true);
/gem5/src/gpu-compute/
H A Dlds_state.hh230 std::queue<std::pair<Tick, PacketPtr>> returnQueue;
381 returnQueuePush(std::pair<Tick, PacketPtr> thePair);
/gem5/src/mem/
H A Dcoherent_xbar.hh346 * @return a pair containing the snoop response and snoop latency
348 std::pair<MemCmd, Tick>
365 * @return a pair containing the snoop response and snoop latency
367 std::pair<MemCmd, Tick> forwardAtomic(PacketPtr pkt,
H A Dpage_table.cc98 EmulationPageTable::getMappings(std::vector<std::pair<Addr, Addr>> *addr_maps)
H A Dstack_dist_calc.cc358 std::pair< uint64_t, bool>
460 std::pair< uint64_t, bool>
H A Dsnoop_filter.cc65 std::pair<SnoopFilter::SnoopList, Cycles>
183 std::pair<SnoopFilter::SnoopList, Cycles>
/gem5/src/sim/
H A Dsystem.hh457 std::pair<uint32_t,uint32_t> p(tid, workid);
607 std::map<std::pair<uint32_t,uint32_t>, Tick> lastWorkItemStarted;
/gem5/ext/pybind11/tests/
H A Dtest_buffers.cpp95 .def("__getitem__", [](const Matrix &m, std::pair<ssize_t, ssize_t> i) {
100 .def("__setitem__", [](Matrix &m, std::pair<ssize_t, ssize_t> i, float v) {
/gem5/src/dev/pci/
H A Dhost.cc186 std::pair<PciBusAddr, Addr>
/gem5/src/systemc/utils/
H A Dsc_report.cc131 std::pair<int, std::string>(id, msg));
H A Dvcd.hh45 std::vector<std::pair<std::string, VcdTraceValBase *>> values;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh94 typedef typename std::pair<InstSeqNum, PhysRegIndex> SeqNumRegPair;
163 * @param inst_reg_pair pair of inst. sequence no. and the register
/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc50 pair<AddressMap::iterator, bool> r =
/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.hh120 std::vector< std::pair<int,AtomicOpFunctor*> > _atomicOps,
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h488 // A type transform to remove constness from the first part of a pair.
490 // and this transform produces a similar but assignable pair.
496 // Partially specialized to remove constness from std::pair<const K, V>.
498 struct RemoveConstFromKey<std::pair<const K, V> > {
499 typedef std::pair<K, V> type;
/gem5/src/mem/ruby/system/
H A DRubySystem.cc153 list<pair<Event*, Tick> > original_events;
183 pair<Event*, Tick> event = original_events.back();
/gem5/ext/mcpat/cacti/
H A Ddecoder.cc656 pair<double, double> PredecBlk::compute_delays( argument
657 pair<double, double> inrisetime) { // <nand2, nand3>
658 pair<double, double> ret_val;
1182 pair<double, double> PredecBlkDrv::compute_delays(
1185 pair<double, double> ret_val;
1324 pair<double, double> tmp_pair1, tmp_pair2;
1384 pair<double, double> Predec::get_max_delay_before_decoder( argument
1385 pair<double, double> input_pair1,
1386 pair<double, double> input_pair2) {
1387 pair<doubl
[all...]
/gem5/ext/dsent/model/
H A DElectricalModel.h40 typedef std::pair<int, int> NetIndex;
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h157 typedef std::pair<tlm_payload_type*, tlm_phase_type> PAYLOAD;

Completed in 43 milliseconds

12345