Searched refs:FetchUnit (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dfetch_unit.hh54 class FetchUnit class
57 FetchUnit(const ComputeUnitParams* params);
58 ~FetchUnit();
H A Dfetch_unit.cc50 uint32_t FetchUnit::globalFetchUnitID;
52 FetchUnit::FetchUnit(const ComputeUnitParams* params) : function in class:FetchUnit
60 FetchUnit::~FetchUnit()
67 FetchUnit::init(ComputeUnit *cu)
82 FetchUnit::exec()
116 FetchUnit::initiateFetch(Wavefront *wavefront)
208 FetchUnit::fetch(PacketPtr pkt, Wavefront *wavefront)
256 FetchUnit
[all...]
H A Dfetch_stage.hh75 std::vector<FetchUnit> fetchUnit;
H A Dfetch_stage.cc46 FetchUnit newFetchUnit(p);

Completed in 7 milliseconds