Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::hls::LocalLoadOperation Class Referencefinal

#include <hls.hpp>

Inheritance diagram for jlm::hls::LocalLoadOperation:
Inheritance graph
[legend]
Collaboration diagram for jlm::hls::LocalLoadOperation:
Collaboration graph
[legend]

Public Member Functions

 ~LocalLoadOperation () noexcept override
 
 LocalLoadOperation (const std::shared_ptr< const jlm::rvsdg::Type > &valuetype, size_t numStates)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operationcopy () const override
 
std::shared_ptr< const rvsdg::TypeGetLoadedType () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::SimpleOperation
 ~SimpleOperation () noexcept override
 
 SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type >> results)
 
size_t narguments () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & argument (size_t index) const noexcept
 
size_t nresults () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & result (size_t index) const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::Operation
virtual ~Operation () noexcept
 
bool operator!= (const Operation &other) const noexcept
 

Static Public Member Functions

static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > CreateInTypes (const std::shared_ptr< const jlm::rvsdg::Type > &valuetype, size_t numStates)
 
static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > CreateOutTypes (const std::shared_ptr< const jlm::rvsdg::Type > &valuetype, size_t numStates)
 
static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &index, const std::vector< jlm::rvsdg::Output * > &states, jlm::rvsdg::Output &load_result)
 

Detailed Description

Definition at line 1542 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~LocalLoadOperation()

jlm::hls::LocalLoadOperation::~LocalLoadOperation ( )
overridedefaultnoexcept

◆ LocalLoadOperation()

jlm::hls::LocalLoadOperation::LocalLoadOperation ( const std::shared_ptr< const jlm::rvsdg::Type > &  valuetype,
size_t  numStates 
)
inline

Definition at line 1547 of file hls.hpp.

Member Function Documentation

◆ copy()

std::unique_ptr<Operation> jlm::hls::LocalLoadOperation::copy ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 1590 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::LocalLoadOperation::create ( jlm::rvsdg::Output index,
const std::vector< jlm::rvsdg::Output * > &  states,
jlm::rvsdg::Output load_result 
)
inlinestatic

Definition at line 1596 of file hls.hpp.

◆ CreateInTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::LocalLoadOperation::CreateInTypes ( const std::shared_ptr< const jlm::rvsdg::Type > &  valuetype,
size_t  numStates 
)
inlinestatic

Definition at line 1560 of file hls.hpp.

◆ CreateOutTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::LocalLoadOperation::CreateOutTypes ( const std::shared_ptr< const jlm::rvsdg::Type > &  valuetype,
size_t  numStates 
)
inlinestatic

Definition at line 1572 of file hls.hpp.

◆ debug_string()

std::string jlm::hls::LocalLoadOperation::debug_string ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 1584 of file hls.hpp.

◆ GetLoadedType()

std::shared_ptr<const rvsdg::Type> jlm::hls::LocalLoadOperation::GetLoadedType ( ) const
inlinenoexcept

Definition at line 1610 of file hls.hpp.

◆ operator==()

bool jlm::hls::LocalLoadOperation::operator== ( const Operation other) const
inlineoverridevirtualnoexcept

Implements jlm::rvsdg::Operation.

Definition at line 1552 of file hls.hpp.


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