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

#include <hsail_code.hh>

Public Member Functions

 StorageSpace (Brig::BrigSegment _class)
 
StorageElementaddSymbol (const Brig::BrigDirectiveVariable *sym, const BrigObject *obj)
 
StorageElementfindSymbol (std::string name)
 
StorageElementfindSymbol (uint64_t addr)
 
StorageElementfindSymbol (const Brig::BrigDirectiveVariable *brigptr)
 
int getSize ()
 
void resetOffset ()
 

Private Types

typedef std::map< const Brig::BrigDirectiveVariable *, StorageElement * > DirVarToSE_map
 

Private Attributes

std::list< StorageElement * > elements
 
AddrRangeMap< StorageElement * > elements_by_addr
 
DirVarToSE_map elements_by_brigptr
 
uint64_t nextOffset
 

Detailed Description

Definition at line 238 of file hsail_code.hh.

Member Typedef Documentation

◆ DirVarToSE_map

Definition at line 241 of file hsail_code.hh.

Constructor & Destructor Documentation

◆ StorageSpace()

StorageSpace::StorageSpace ( Brig::BrigSegment  _class)
inline

Definition at line 250 of file hsail_code.hh.

References addr, and Label::name.

Member Function Documentation

◆ addSymbol()

StorageElement * StorageSpace::addSymbol ( const Brig::BrigDirectiveVariable sym,
const BrigObject obj 
)

◆ findSymbol() [1/3]

StorageElement * StorageSpace::findSymbol ( std::string  name)

Definition at line 320 of file hsail_code.cc.

Referenced by StorageMap::findSymbol().

◆ findSymbol() [2/3]

StorageElement * StorageSpace::findSymbol ( uint64_t  addr)

Definition at line 332 of file hsail_code.cc.

◆ findSymbol() [3/3]

StorageElement * StorageSpace::findSymbol ( const Brig::BrigDirectiveVariable brigptr)

Definition at line 346 of file hsail_code.cc.

◆ getSize()

int StorageSpace::getSize ( )
inline

Definition at line 261 of file hsail_code.hh.

Referenced by StorageMap::getSize().

◆ resetOffset()

void StorageSpace::resetOffset ( )
inline

Definition at line 262 of file hsail_code.hh.

Referenced by StorageMap::resetOffset().

Member Data Documentation

◆ elements

std::list<StorageElement*> StorageSpace::elements
private

Definition at line 243 of file hsail_code.hh.

◆ elements_by_addr

AddrRangeMap<StorageElement*> StorageSpace::elements_by_addr
private

Definition at line 244 of file hsail_code.hh.

◆ elements_by_brigptr

DirVarToSE_map StorageSpace::elements_by_brigptr
private

Definition at line 245 of file hsail_code.hh.

◆ nextOffset

uint64_t StorageSpace::nextOffset
private

Definition at line 247 of file hsail_code.hh.


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

Generated on Fri Feb 28 2020 16:27:16 for gem5 by doxygen 1.8.13