Searched refs:find (Results 51 - 75 of 198) sorted by relevance

12345678

/gem5/src/arch/riscv/
H A Ddecoder.cc86 if (instMap.find(mach_inst) != instMap.end())
/gem5/src/systemc/channel/
H A Dsc_signal_resolved.cc55 auto it = inputs.find(p);
/gem5/src/systemc/tests/systemc/compliance_1666/test207/
H A Dtest207.cpp19 sc_assert(charset.find(s[0]) < charset.size());
/gem5/src/cpu/
H A Ddecode_cache.hh78 /// Attempt to find the CacheePage which goes with a particular
100 PageIt it = pageMap.find(page_addr);
106 // Didn't find an existing page, so add a new one.
/gem5/src/arch/hsail/
H A Dgen.py544 if expr.find('src2') != -1:
546 elif expr.find('src1') != -1:
548 elif expr.find('src0') != -1:
583 dest_is_src = expr.find('dest') != -1
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc48 type_map::const_iterator it = ids_.find(type);
/gem5/src/unittest/
H A Dgenini.py48 offset = arg.find('=')
/gem5/src/mem/
H A Dexternal_master.cc71 auto handlerIter = portHandlers.find(portType);
74 fatal("Can't find port handler type '%s'\n", portType);
80 fatal("%s: Can't find external port type: %s"
H A Dexternal_slave.cc192 if (portHandlers.find("stub") == portHandlers.end())
204 auto handlerIter = portHandlers.find(portType);
207 fatal("Can't find port handler type '%s'\n", portType);
213 fatal("%s: Can't find external port type: %s"
H A Dhmc_controller.cc106 assert(routeTo.find(pkt->req) == routeTo.end());
/gem5/src/python/pybind11/
H A Ddebug.cc65 OutputStream *file_stream = simout.find(filename);
/gem5/src/sim/
H A Dsim_object.hh233 static SimObject *find(const char *name);
H A Dserialize.hh86 bool find(const std::string &section, const std::string &entry,
387 if (!cp.find(section, name, str) || !parseParam(str, param)) {
399 if (!cp.find(section, name, str) || !parseParam(str, param)) {
493 if (!cp.find(section, name, str)) {
537 if (!cp.find(section, name, str)) {
579 if (!cp.find(section, name, str)) {
609 if (!cp.find(section, name, str)) {
H A Ddvfs_handler.cc102 assert(domains.find(domainIDList[index]) != domains.end());
113 if (domains.find(domain_id) != domains.end())
H A Ddrain.cc162 assert(std::find(_allDrainable.begin(), _allDrainable.end(), obj) ==
171 auto o = std::find(_allDrainable.begin(), _allDrainable.end(), obj);
H A Dclock_domain.hh133 assert(std::find(members.begin(), members.end(), c) == members.end());
/gem5/src/base/stats/
H A Dgroup.cc107 assert(statGroups.find(name) == statGroups.end());
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h26 pos = string.find(search, pos);
/gem5/src/dev/pci/
H A Dhost.cc77 auto device = devices.find(addr);
84 auto device = devices.find(addr);
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc193 auto itr_exec_info = tempStore.find(dyn_inst->seqNum);
213 auto itr_exec_info = tempStore.find(dyn_inst->seqNum);
255 auto itr_writer = physRegDepMap.find(phys_src_reg->flatIndex());
300 auto itr_regdep_map = physRegDepMap.find(inst_reg_pair.second);
311 auto itr_exec_info = tempStore.find(head_inst->seqNum);
346 auto itr_temp_store = tempStore.find(head_inst->seqNum);
450 auto trace_info_itr = traceInfoMap.find(*dep_set_it);
589 // Once we find it, we update both the new record and the record it depends
663 auto itr_exec_info = tempStore.find(temp_sn);
/gem5/src/mem/slicc/ast/
H A DActionDeclAST.py51 addr_type = self.symtab.find("Addr", Type)
H A DFuncDeclAST.py49 void_type = self.symtab.find("void", Type)
/gem5/src/base/
H A Dinifile.hh184 bool find(const std::string &section, const std::string &entry,
H A Dstr.cc41 string::size_type offset = s.find(c);
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc122 auto i = m_lookup_map.find(address);

Completed in 31 milliseconds

12345678