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

#include <hls.hpp>

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

Public Member Functions

 ~StateGateOperation () noexcept override
 
 StateGateOperation (const std::shared_ptr< const rvsdg::Type > &type, const size_t numStates)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operationcopy () const override
 
- 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 > > CreateInOutTypes (const std::shared_ptr< const jlm::rvsdg::Type > &type, size_t numStates)
 
static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &addr, const std::vector< jlm::rvsdg::Output * > &states)
 

Detailed Description

Definition at line 1055 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~StateGateOperation()

jlm::hls::StateGateOperation::~StateGateOperation ( )
overridedefaultnoexcept

◆ StateGateOperation()

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

Definition at line 1060 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1090 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::StateGateOperation::create ( jlm::rvsdg::Output addr,
const std::vector< jlm::rvsdg::Output * > &  states 
)
inlinestatic

Definition at line 1096 of file hls.hpp.

◆ CreateInOutTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::StateGateOperation::CreateInOutTypes ( const std::shared_ptr< const jlm::rvsdg::Type > &  type,
size_t  numStates 
)
inlinestatic

Definition at line 1073 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1084 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 1065 of file hls.hpp.


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