Searched defs:isStore (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh307 bool isStore() const { return (type == Record::STORE); } function in struct:ElasticTrace::TraceInfo
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc247 GPUDynInst::isStore() const function in class:GPUDynInst
H A Dgpu_static_inst.hh114 bool isStore() const { return _flags[Store]; } function in class:GPUStaticInst
/gem5/src/cpu/
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
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh650 bool isStore() const { return (type == Record::STORE); } function in class:TraceCPU::ElasticDataGen::GraphNode

Completed in 29 milliseconds