Searched refs:isMemBarrier (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh311 if (barr_inst->isMemBarrier()) {
439 if (inst->isMemBarrier()) {
455 if (!inst->isStore() && !inst->isAtomic() && !inst->isMemBarrier() &&
H A Dinst_queue_impl.hh1016 } else if (completed_inst->isMemBarrier() ||
1263 bool is_acq_rel = squashed_inst->isMemBarrier() &&
1273 !squashed_inst->isMemBarrier() &&
H A Dcommit_impl.hh1170 || head_inst->isMemBarrier() || head_inst->isWriteBarrier()
1430 if (inst->isMemBarrier()) {
H A Diew_impl.hh1111 } else if (inst->isMemBarrier() || inst->isWriteBarrier()) {
/gem5/src/cpu/
H A Dstatic_inst.hh189 bool isMemBarrier() const { return flags[IsMemBarrier]; } function in class:StaticInst
H A Dbase_dyn_inst.hh534 bool isMemBarrier() const { return staticInst->isMemBarrier(); } function in class:BaseDynInst
/gem5/src/cpu/minor/
H A Dexecute.cc785 inst->staticInst->isMemBarrier())
956 } else if (inst->isInst() && inst->staticInst->isMemBarrier() &&
1364 if (inst->isInst() && inst->staticInst->isMemBarrier()) {
H A Dlsq.cc152 return inst->isInst() && inst->staticInst->isMemBarrier();
1702 assert(inst->isInst() && inst->staticInst->isMemBarrier());

Completed in 40 milliseconds