gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
FetchStage Class Reference

#include <fetch_stage.hh>

Public Member Functions

 FetchStage (const ComputeUnitParams *params)
 
 ~FetchStage ()
 
void init (ComputeUnit *cu)
 
void exec ()
 
void processFetchReturn (PacketPtr pkt)
 
void fetch (PacketPtr pkt, Wavefront *wave)
 
std::string name ()
 
void regStats ()
 

Public Attributes

Stats::Distribution instFetchInstReturned
 

Private Attributes

uint32_t numSIMDs
 
ComputeUnitcomputeUnit
 
std::vector< FetchUnitfetchUnit
 
std::string _name
 

Detailed Description

Definition at line 51 of file fetch_stage.hh.

Constructor & Destructor Documentation

◆ FetchStage()

FetchStage::FetchStage ( const ComputeUnitParams *  params)

Definition at line 39 of file fetch_stage.cc.

References fetchUnit, ArmISA::j, and numSIMDs.

◆ ~FetchStage()

FetchStage::~FetchStage ( )

Definition at line 48 of file fetch_stage.cc.

References fetchUnit.

Member Function Documentation

◆ exec()

void FetchStage::exec ( )

Definition at line 66 of file fetch_stage.cc.

References fetchUnit, ArmISA::j, and numSIMDs.

Referenced by ComputeUnit::exec().

◆ fetch()

void FetchStage::fetch ( PacketPtr  pkt,
Wavefront wave 
)

Definition at line 90 of file fetch_stage.cc.

References fetchUnit, and Wavefront::simdId.

◆ init()

void FetchStage::init ( ComputeUnit cu)

Definition at line 54 of file fetch_stage.cc.

References _name, computeUnit, fetchUnit, ArmISA::j, SimObject::name(), numSIMDs, and ComputeUnit::wfList.

Referenced by ComputeUnit::init().

◆ name()

std::string FetchStage::name ( )
inline

Definition at line 62 of file fetch_stage.hh.

References _name, and regStats().

Referenced by regStats().

◆ processFetchReturn()

void FetchStage::processFetchReturn ( PacketPtr  pkt)

◆ regStats()

void FetchStage::regStats ( )

Member Data Documentation

◆ _name

std::string FetchStage::_name
private

Definition at line 73 of file fetch_stage.hh.

Referenced by init(), and name().

◆ computeUnit

ComputeUnit* FetchStage::computeUnit
private

Definition at line 68 of file fetch_stage.hh.

Referenced by init().

◆ fetchUnit

std::vector<FetchUnit> FetchStage::fetchUnit
private

◆ instFetchInstReturned

Stats::Distribution FetchStage::instFetchInstReturned

Definition at line 64 of file fetch_stage.hh.

Referenced by processFetchReturn(), and regStats().

◆ numSIMDs

uint32_t FetchStage::numSIMDs
private

Definition at line 67 of file fetch_stage.hh.

Referenced by exec(), FetchStage(), and init().


The documentation for this class was generated from the following files:

Generated on Thu May 28 2020 16:21:44 for gem5 by doxygen 1.8.13