Searched refs:vector (Results 726 - 750 of 763) sorted by relevance

<<21222324252627282930>>

/gem5/src/mem/cache/prefetch/
H A Dqueued.cc163 std::vector<AddrPriority> addresses;
/gem5/src/mem/ruby/system/
H A DRubyPort.cc452 std::vector<MemSlavePort *> curRetryList(retryList);
/gem5/src/dev/arm/
H A Dgic_v3_its.hh223 std::vector<BASER> tableBases;
/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp355 std::vector<std::shared_ptr<ElementBase>> l;
H A Dtest_eigen.cpp162 // Returns diagonals: a vector-like object with an inner stride != 1
299 // numpy won't broadcast a Nx1 into a 1-dimensional vector.
325 m.def("get_elem_indirect", [](std::vector<Eigen::Ref<const Eigen::VectorXd>> v) {
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h76 // // Prints the fields of a tuple tersely to a string vector, one
79 // std::vector<string> UniversalTersePrintTupleFieldsToStrings(
102 #include <vector>
859 typedef ::std::vector<string> Strings;
935 // Tersely prints the first N fields of a tuple to a string vector,
965 // Prints the fields of a tuple tersely to a string vector, one
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc920 std::vector<bool> passed_args_;
923 std::vector<DeathTest::AbortReason> abort_args_;
/gem5/src/mem/
H A Dcoherent_xbar.cc68 // vector ports, and the presence of the default port, the ports
689 const std::vector<QueuedSlavePort*>& dests)
919 const std::vector<QueuedSlavePort*>& dests)
H A Ddram_ctrl.cc810 vector<uint32_t> earliest_banks(ranksPerChannel, 0);
1232 const std::vector<DRAMPacketQueue>& queue =
1637 pair<vector<uint32_t>, bool>
1642 vector<uint32_t> bank_mask(ranksPerChannel, 0);
1657 vector<bool> got_waiting(ranksPerChannel * banksPerRank, false);
H A Dpacket.hh354 std::vector<bool> bytesValid;
/gem5/src/cpu/simple/
H A Dtiming.cc421 const std::vector<bool>& byteEnable)
499 const std::vector<bool>& byteEnable)
/gem5/ext/dsent/model/std_cells/
H A DCellMacros.cc25 #include <vector>
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh62 std::vector<Addr> addr_vec;
116 fatal("Bad ld register dest operand, num vector operands: %d \n",
179 // I assume no vector ld for kernargs
535 default: fatal("Bad ld register src operand, num vector operands: "
/gem5/src/arch/alpha/
H A Dtlb.cc38 #include <vector>
/gem5/src/base/vnc/
H A Dvncserver.cc668 std::vector<uint8_t> line_buffer(pixelConverter.length * fb->width());
/gem5/src/dev/net/
H A Ddist_iface.cc476 std::vector<Desc> v;
/gem5/src/dev/pci/
H A Ddevice.cc53 #include <vector>
/gem5/src/arch/arm/
H A Dprocess.cc260 std::vector<AuxVector<IntType>> auxv;
354 //Each auxilliary vector is two 4 byte words
370 //There needs to be padding after the auxiliary vector data so that the
440 //Write out the terminating zeroed auxillary vector
H A Disa.hh101 /** SVE vector length in quadwords */
135 static std::vector<struct MiscRegLUTEntry> lookUpMiscReg;
/gem5/src/sim/
H A Dpseudo_inst.cc52 #include <vector>
/gem5/src/cpu/
H A Dbase.cc80 vector<BaseCPU *> BaseCPU::cpuList;
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h149 std::vector<argument_record> args;
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1521 std::priority_queue<unsigned,vector<unsigned>,
1558 std::priority_queue<unsigned,vector<unsigned>,
/gem5/src/arch/sparc/
H A Dtlb.cc1361 std::vector<int> free_list;
1394 std::vector<int> free_list;
/gem5/src/base/
H A Dstatistics.hh52 * Generalized N-dimensinal vector
76 #include <vector>
289 * Set the character(s) used between the name and vector number
369 // in a non vector context, you will get a nice compiler error!
384 std::vector<std::string> &subn = info->subnames;
392 // them in a non vector context, you will get a nice compiler
407 std::vector<std::string> &subd = info->subdescs;
451 * vector, you're subnaming across all y
670 * @param index The vector index to access.
682 * @param index The vector inde
[all...]

Completed in 85 milliseconds

<<21222324252627282930>>