Searched refs:isStore (Results 1 - 25 of 25) sorted by relevance

/gem5/src/cpu/
H A Dinteltrace.cc55 } else if (staticInst->isStore()) {
H A Dstatic_inst.hh160 bool isStore() const { return flags[IsStore]; } function in class:StaticInst
H A Dbase_dyn_inst.hh510 bool isStore() const { return staticInst->isStore(); } function in class:BaseDynInst
H A Dbase.cc414 if (inst->isStore() || inst->isAtomic())
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc95 if (m->isStore() || m->isAtomic()) {
122 } else if (mp->isStore()) {
181 } else if (gpuDynInst->isStore()) {
190 } else if (gpuDynInst->isStore()) {
H A Dlocal_memory_pipeline.cc88 if (m->isStore() || m->isAtomic()) {
H A Dwavefront.cc354 ii->isALU() || ii->isLoad() || ii->isStore() || ii->isAtomic() ||
423 if (ii->isStore() || ii->isAtomic() || ii->isMemFence()) {
461 if (ii->isStore() || ii->isAtomic() || ii->isMemFence()) {
579 } else if (ii->isStore() && ii->isFlat()) {
601 } else if (ii->isStore() && ii->isGlobalMem()) {
623 } else if (ii->isStore() && ii->isLocalMem()) {
730 } else if (ii->isStore() && ii->isFlat()) {
748 } else if (ii->isStore() && ii->isGlobalMem()) {
763 } else if (ii->isStore() && ii->isLocalMem()) {
H A Dgpu_dyn_inst.cc247 GPUDynInst::isStore() const function in class:GPUDynInst
249 return _staticInst->isStore();
H A Dlds_state.cc145 if (gpuDynInst->isLoad() || gpuDynInst->isStore()) {
212 (dynInst->isStore()) ? parent->storeBusLength() :
H A Dgpu_static_inst.hh114 bool isStore() const { return _flags[Store]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh296 bool isStore() const;
H A Dcompute_unit.cc1677 } else if (gpuDynInst->isStore()) {
1695 } else if (gpuDynInst->isStore()) {
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc405 (head_inst->isStore() ? Record::STORE :
481 if (head_inst->isStore()) {
525 assert(new_record->isStore());
578 } else if (new_record->isStore()) {
628 return (past_record->isStore() && past_record->commitTick <= execute_tick);
694 if (new_record->isStore()) {
699 } else if (past_record->isStore()) {
741 if (past_record->isStore()) {
768 } else if (isStore()) {
806 if (temp_ptr->isLoad() || temp_ptr->isStore()) {
[all...]
H A Delastic_trace.hh307 bool isStore() const { return (type == Record::STORE); } function in struct:ElasticTrace::TraceInfo
/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh198 } else if ((inst->isStore() || inst->isAtomic()) && storeBarrier) {
255 if (inst->isStore() || inst->isAtomic()) {
291 if (inst->isStore() || inst->isAtomic()) {
455 if (!inst->isStore() && !inst->isAtomic() && !inst->isMemBarrier() &&
557 depPred.issued(inst->instAddr(), inst->seqNum, inst->isStore());
H A Diew_impl.hh484 if (skidBuffer[tid].front()->isStore() ||
869 if (insts[tid].front()->isStore() ||
1012 if (inst->isStore() || inst->isAtomic()) {
1040 (inst->isStore() && ldstQueue.sqFull(tid))) {
1088 } else if (inst->isStore()) {
1301 } else if (inst->isStore()) {
H A Dlsq_unit_impl.hh132 if (inst->isStore() || inst->isAtomic()) {
137 } else if (inst->isStore()) {
280 assert(inst->isLoad() || inst->isStore() || inst->isAtomic());
955 assert(!inst->isStore());
H A Drename_impl.hh659 if (inst->isStore() || inst->isAtomic()) {
759 if (inst->isAtomic() || inst->isStore()) {
H A Dcommit_impl.hh1216 if (!head_inst->isStore() && inst_fault == NoFault) {
1331 if (head_inst->isStore() || head_inst->isAtomic())
H A Dinst_queue_impl.hh1265 (squashed_inst->isStore() &&
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc482 } else if (node_ptr->isLoad() || node_ptr->isStore()) {
512 if (!(*child_itr)->isStore() &&
902 } else if (new_node->isStore()) {
945 if (done_node->isStore() && done_node->isStrictlyOrdered()) {
995 if (new_node->isStore() && numInFlightStores >= sizeStoreBuffer) {
1439 if (isLoad() || isStore()) {
H A Dtrace_cpu.hh650 bool isStore() const { return (type == Record::STORE); } function in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/cpu/minor/
H A Dfetch2.cc421 else if (decoded_inst->isStore())
H A Dexecute.cc332 bool is_store = inst->staticInst->isStore();
/gem5/src/cpu/simple/
H A Dbase.cc649 if (curStaticInst->isStore() || curStaticInst->isAtomic()){

Completed in 77 milliseconds