Searched refs:vector (Results 701 - 725 of 763) sorted by relevance

<<21222324252627282930>>

/gem5/src/gpu-compute/
H A Dhsail_code.hh43 #include <vector>
H A Dhsail_code.cc93 std::vector<GPUStaticInst*> instructions;
H A Dtlb_coalescer.cc309 std::vector<PacketPtr> new_array;
/gem5/src/systemc/core/
H A Dsc_time.cc33 #include <vector>
/gem5/src/arch/riscv/
H A Dtlb.cc39 #include <vector>
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h67 #include <vector>
219 typedef std::vector<const void*> UntypedOnCallSpecs;
221 typedef std::vector<internal::linked_ptr<ExpectationBase> >
734 typedef std::vector<const void*> UntypedActions;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h251 // GetInjectableArgvs() - returns the command line as a vector of strings.
279 #include <vector> // NOLINT
1431 GTEST_API_ const ::std::vector<testing::internal::string>& GetArgvs();
1435 const ::std::vector<testing::internal::string>& GetInjectableArgvs();
1436 void SetInjectableArgvs(const ::std::vector<testing::internal::string>*
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc200 std::vector<CacheBlk*>& evict_blks) const
/gem5/src/mem/ruby/system/
H A DRubySystem.cc106 vector<Sequencer*> sequencer_map;
455 // We iterate over the vector of abstract controllers, and return
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh115 * sequential container, std::set to std::vector. We only check head of the
640 * A vector of nodes dependent (outgoing) on this node. A
644 std::vector<GraphNode *> dependents;
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc393 vector<MsgPtr> copy(m_prio_heap);
/gem5/ext/drampower/src/
H A DCmdScheduler.cc208 std::vector<uint64_t> bankPointer(static_cast<size_t>(nbrOfBankGroups), 0);
209 std::vector<int64_t> bankAccessNum(static_cast<size_t>(nBanks), -1);
210 std::vector<bool> ACTSchedule(static_cast<size_t>(nBanks), false);
424 // the vector length is reduced so that less memory is used for running
/gem5/src/base/stats/
H A Dtext.cc287 vector<string> subnames;
288 vector<string> subdescs;
657 vector<string> total_subname;
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h91 PYBIND11_NOINLINE inline void all_type_info_populate(PyTypeObject *t, std::vector<type_info *> &bases) {
92 std::vector<PyTypeObject *> check;
137 * Extracts vector of type_info pointers of pybind-registered roots of the given Python type. Will
146 inline const std::vector<detail::type_info *> &all_type_info(PyTypeObject *type) {
265 using type_vec = std::vector<detail::type_info *>;
769 // std::is_copy_constructible isn't quite enough: it lets std::vector<T> (and similar) through when
1868 std::vector<handle> args;
1871 std::vector<bool> args_convert;
/gem5/src/cpu/minor/
H A Dlsq.cc421 std::vector<bool> fragment_write_byte_en;
509 fragment->setByteEnable(std::vector<bool>(it_start, it_end));
1577 const std::vector<bool>& byteEnable)
/gem5/ext/systemc/src/
H A Dsystemc.h62 #include <vector>
/gem5/src/dev/arm/
H A Dflash_device.cc131 * unknownPages is a vector of 32 bit integers. If every page was an
171 std::vector<Tick> time(numPlanes, 0);
H A Dhdlcd.cc56 using std::vector;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp194 std::vector<sc_event*> vec = this->get_child_events();
/gem5/src/systemc/utils/
H A Dsc_trace_file.cc30 #include <vector>
/gem5/src/dev/alpha/
H A Dtsunami_cchip.cc40 #include <vector>
/gem5/src/sim/
H A Deventq.hh69 extern std::vector<EventQueue *> mainEventQueue;
/gem5/src/dev/
H A Ddma_device.cc408 std::vector<uint8_t> tmp_buffer(xfer_size);
/gem5/src/arch/sparc/
H A Dprocess.cc195 std::vector<AuxVector<IntType>> auxv;
295 // Each auxilliary vector is two words
312 // There needs to be padding after the auxiliary vector data so that the
379 // Write out the terminating zeroed auxilliary vector
/gem5/src/base/
H A Dcp_annotate.cc115 vector<string>::iterator i;
859 vector<string> state_machines;
870 vector<string> states;
896 vector<string> systems;
1171 // swExpl (vector)
1208 // qData (vector<AnnotateList>)
1324 // swExpl (vector)
1366 // qData (vector<AnnotateList>)

Completed in 83 milliseconds

<<21222324252627282930>>