Searched refs:ExecStage (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dexec_stage.cc42 ExecStage::ExecStage(const ComputeUnitParams *p) : numSIMDs(p->num_SIMDs), function in class:ExecStage
54 ExecStage::init(ComputeUnit *cu)
57 _name = computeUnit->name() + ".ExecStage";
66 ExecStage::collectStatistics(enum STAT_STATUS stage, int unitId) {
121 ExecStage::initStatistics()
129 ExecStage::exec()
153 ExecStage::regStats()
H A Dexec_stage.hh70 class ExecStage class
73 ExecStage(const ComputeUnitParams* params);
74 ~ExecStage() { }
H A Dcompute_unit.hh100 ExecStage execStage;

Completed in 9 milliseconds