Searched refs:set (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/qt/md/
H A Dmips.s68 .set noreorder
71 .set reorder
/gem5/ext/pybind11/tests/
H A Dpybind11_tests.cpp80 .def("set_value", &UserType::set, "Set value using a method")
81 .def_property("value", &UserType::value, &UserType::set, "Get/set value using a property")
H A Dtest_stl.cpp87 m.def("cast_set", []() { return std::set<std::string>{"key1", "key2"}; });
88 m.def("load_set", [](const std::set<std::string> &set) {
89 return set.count("key1") && set.count("key2") && set.count("key3");
95 // NB: map and set keys are `const`, so while we technically do move them (as `const Type &&`),
/gem5/src/gpu-compute/
H A Dlocal_memory_pipeline.cc99 computeUnit->locMemToVrfBus.set(m->time);
101 w->computeUnit->wfWait.at(m->pipeId).set(m->time);
H A Dwavefront.cc707 computeUnit->aluPipe[simdId].set(computeUnit->shader->
711 computeUnit->wfWait[simdId].set(computeUnit->shader->
714 computeUnit->wfWait[simdId].set(computeUnit->shader->
721 set(computeUnit->shader->ticks(4));
723 set(computeUnit->shader->ticks(computeUnit->issuePeriod));
726 set(computeUnit->shader->ticks(4));
728 set(computeUnit->shader->ticks(computeUnit->issuePeriod));
734 set(computeUnit->shader->ticks(8));
736 set(computeUnit->shader->ticks(computeUnit->issuePeriod));
739 set(computeUni
[all...]
H A Dgpu_tlb.cc82 for (int set = 0; set < numSets; ++set) {
84 int x = set * assoc + way;
85 freeList[set].push_back(&tlb.at(x));
92 * @warning: the set-associative version assumes you have a
165 int set = (vpn >> TheISA::PageShift) & setMask; local
167 if (!freeList[set].empty()) {
168 newEntry = freeList[set].front();
169 freeList[set]
185 int set = (va >> TheISA::PageShift) & setMask; local
215 int set = (va >> TheISA::PageShift) & setMask; local
267 int set = (va >> TheISA::PageShift) & setMask; local
[all...]
/gem5/util/
H A Dgit-pre-commit.py66 failing_files = set()
67 staged_mismatch = set()
H A Dcpt_upgrader.py90 tag_set = set()
91 untag_set = set() # tags to remove by downgrading
216 tags = set([])
224 tags = set((''.join(cpt.get('Globals','version_tags'))).split())
242 ready = set([ t for t in to_apply if Upgrader.get(t).ready(tags) ])
258 cpt.set('Globals', 'version_tags', ' '.join(tags))
287 print "#include <set>"
289 print "std::set<std::string> version_tags = {"
/gem5/src/base/loader/
H A Delf_object.hh46 #include <set>
62 std::set<std::string> sectionNames;
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py36 if not hasattr(builtins, 'set'):
38 from sets import Set as set
43 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$')
44 HEX_DIGITS = set('0123456789abcdefABCDEF')
45 INT_OR_FLOAT_DIGITS = set('01234567890eE-+')
49 _STR_PREFIXES = set(('R', 'u8', 'u8R', 'u', 'uR', 'U', 'UR', 'L', 'LR'))
60 # It is always set to WHENCE_STREAM in this code.
132 int_or_float_digits2 = int_or_float_digits | set('.')
/gem5/src/cpu/o3/
H A Dlsq.hh285 void markDelayed() override { flags.set(Flag::Delayed); }
311 flags.set(Flag::IsLoad, isLoad);
312 flags.set(Flag::WbStore,
314 flags.set(Flag::IsAtomic, _inst->isAtomic());
331 flags.set(Flag::IsLoad, isLoad);
332 flags.set(Flag::WbStore,
334 flags.set(Flag::IsAtomic, _inst->isAtomic());
397 flags.set(reason);
566 flags.set(Flag::Sent);
575 flags.set(Fla
[all...]
/gem5/src/mem/
H A Drequest.hh111 * STRICT_ORDER flag should be set if such reordering is
122 * the UNCACHEABLE flag is set as well.
232 /** Has a synchronization scope been set? */
302 _flags.set(flags);
304 privateFlags.set(VALID_PADDR|VALID_SIZE);
312 * is set.
317 * The size of the request. This field must be set when vaddr or
342 * latencies. This field is set to curTick() any time paddr or vaddr
419 privateFlags.set(VALID_INST_SEQ_NUM);
456 privateFlags.set(VALID_P
[all...]
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh68 this->dest.set(w, lane, addr_vec[lane]);
192 this->dest.set(w, lane, val);
206 this->dest.set(w, lane, val);
244 m->latency.set(w->computeUnit->shader->ticks(1));
274 m->latency.set(w->computeUnit->shader->ticks(1));
298 m->latency.set(w->computeUnit->shader->ticks(24));
306 m->latency.set(w->computeUnit->shader->ticks(1));
322 m->latency.set(w->computeUnit->shader->ticks(1));
423 m->latency.set(w->computeUnit->shader->ticks(1));
451 m->latency.set(
[all...]
/gem5/ext/dsent/model/optical/
H A DRingModulator.cc90 getGenProperties()->set("NumberWavelengths", number_wavelengths);
138 getGenProperties()->set("Success", success);
351 getGenProperties()->set("DriverSize", driver_size);
352 getGenProperties()->set("FirstPredriverSize", current_load_cap);
353 getGenProperties()->set("TotalPredriverSize", total_unit_inverters - driver_size);
354 getGenProperties()->set("Hvdd", hvdd);
355 getGenProperties()->set("Ceff", c_eff);
365 // Only if everything was successful do we set the modulator specification
H A DOpticalLinkBackendRx.cc86 getGenProperties()->set("DeserializationRatio", deserialization_ratio);
87 getGenProperties()->set("InBits", in_bits);
143 getGenProperties()->set("ReorderDegree", reorder_degree);
144 getGenProperties()->set("ShiftIndexMin", shift_index_min);
145 getGenProperties()->set("ShiftIndexMax", shift_index_max);
H A DOpticalLinkBackendTx.cc83 getGenProperties()->set("SerializationRatio", serialization_ratio);
84 getGenProperties()->set("OutBits", out_bits);
130 getGenProperties()->set("ReorderDegree", reorder_degree);
131 getGenProperties()->set("ShiftIndexMin", shift_index_min);
132 getGenProperties()->set("ShiftIndexMax", shift_index_max);
/gem5/util/streamline/
H A Dm5stats2streamline.py612 print "WARNING: Task name not set correctly!"
702 print "ticks_in_ns not set properly!"
997 xml.set("version", "1")
998 xml.set("call_stack_unwinding", "no")
999 xml.set("parse_debug_info", "no")
1000 xml.set("high_resolution", "yes")
1001 xml.set("buffer_mode", "streaming")
1002 xml.set("sample_rate", "low")
1005 xml.set("duration", "0")
1007 xml.set("target_hos
[all...]
/gem5/ext/dsent/model/electrical/
H A DRepeatedLink.cc105 getGenProperties()->set("WireWidth", wire_width);
106 getGenProperties()->set("WireSpacing", wire_spacing);
107 getGenProperties()->set("WireCapacitancePerLength", wire_cap_per_len);
108 getGenProperties()->set("WireResistancePerLength", wire_res_per_len);
119 // Since the length is not set yet, we only to virtual fan-in and virtual fan-out
196 // First set the repeater to the minimum driving strength
266 getGenProperties()->set("NumberSegments", number_segments);
/gem5/tests/testing/
H A Dresults.py249 x_state.set("message", test.message)
282 x_suite.set("errors", str(errors))
283 x_suite.set("failures", str(failures))
284 x_suite.set("skipped", str(skipped))
285 x_suite.set("tests", str(len(suite.results)))
/gem5/src/systemc/ext/core/
H A Dsc_event.hh34 #include <set>
90 std::set<const sc_event *> events;
122 std::set<const sc_event *> events;
/gem5/ext/googletest/googletest/scripts/
H A Dfuse_gtest_files.py64 from sets import Set as set # For Python 2.3 compatibility
153 processed_files = set() # Holds all gtest headers we've processed.
181 processed_files = set()
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh47 #include <set>
173 std::set<InstSeqNum>::iterator sn_it = cpu->snList.begin();
246 status.set(Squashed);
/gem5/ext/dsent/model/network/
H A DElectricalMesh.cc117 getGenProperties()->set("NumberRouters", number_routers);
118 getGenProperties()->set("NumberRouterToRouterLinks", number_router_to_router_links);
119 getGenProperties()->set("NumberRouterToSiteLinks", number_router_to_site_links);
120 getGenProperties()->set("Router->NumberInputPorts", router_number_input_ports);
121 getGenProperties()->set("Router->NumberOutputPorts", router_number_output_ports);
311 router->getGenProperties()->set("UseModelEvent", "");
/gem5/src/systemc/core/
H A Dsc_time.cc50 set(::sc_core::sc_time *time, double d, ::sc_core::sc_time_unit tu) function in namespace:sc_core::__anon46
71 set(this, d, tu);
94 set(this, d, tu);
100 set(this, d * scaler, SC_SEC);
106 set(this, static_cast<double>(v) * scaler, SC_SEC);
225 set(&t, d, SC_SEC);
/gem5/ext/nomali/lib/
H A Dgpucontrol.cc113 GPUControl::onInterrupt(int set) argument
115 gpu.intGPU(set);

Completed in 47 milliseconds

1234567891011>>