Searched refs:strictlyOrdered (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/o3/
H A Dcomm.hh218 bool strictlyOrdered; // *I member in struct:TimeBufStruct::commitComm
H A Dlsq_unit_impl.hh409 if (!ld_inst->effAddrValid() || ld_inst->strictlyOrdered())
464 if (!ld_inst->effAddrValid() || ld_inst->strictlyOrdered()) {
579 if (!(inst->hasRequest() && inst->strictlyOrdered()) ||
H A Dcommit_impl.hh1172 || (head_inst->isLoad() && head_inst->strictlyOrdered()));
1194 if (head_inst->isLoad() && head_inst->strictlyOrdered()) {
1198 toIEW->commitInfo[tid].strictlyOrdered = true;
H A Dlsq_impl.hh784 _inst->strictlyOrdered(req->isStrictlyOrdered());
824 _inst->strictlyOrdered(mainReq->isStrictlyOrdered());
H A Dlsq_unit.hh693 if (store_size != 0 && !store_it->instruction()->strictlyOrdered() &&
H A Diew_impl.hh1586 if (fromCommit->commitInfo[tid].strictlyOrdered) {
/gem5/src/cpu/
H A Dbase_dyn_inst.hh929 bool strictlyOrdered() const { return instFlags[IsStrictlyOrdered]; } function in class:BaseDynInst
930 void strictlyOrdered(bool so) { instFlags[IsStrictlyOrdered] = so; } function in class:BaseDynInst

Completed in 29 milliseconds