Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::hls::BufferOperation Class Referencefinal

#include <hls.hpp>

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

Public Member Functions

 ~BufferOperation () noexcept override
 
 BufferOperation (const std::shared_ptr< const jlm::rvsdg::Type > &type, size_t capacity, bool pass_through)
 
std::size_t Capacity () const noexcept
 
bool IsPassThrough () const noexcept
 
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< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &value, size_t capacity, bool pass_through=false)
 

Private Attributes

std::size_t Capacity_
 
bool IsPassThrough_
 

Detailed Description

Definition at line 391 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~BufferOperation()

jlm::hls::BufferOperation::~BufferOperation ( )
overridedefaultnoexcept

◆ BufferOperation()

jlm::hls::BufferOperation::BufferOperation ( const std::shared_ptr< const jlm::rvsdg::Type > &  type,
size_t  capacity,
bool  pass_through 
)
inline

Definition at line 396 of file hls.hpp.

Member Function Documentation

◆ Capacity()

std::size_t jlm::hls::BufferOperation::Capacity ( ) const
inlinenoexcept

Definition at line 406 of file hls.hpp.

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 432 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::BufferOperation::create ( jlm::rvsdg::Output value,
size_t  capacity,
bool  pass_through = false 
)
inlinestatic

Definition at line 438 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 426 of file hls.hpp.

◆ IsPassThrough()

bool jlm::hls::BufferOperation::IsPassThrough ( ) const
inlinenoexcept

Definition at line 412 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 418 of file hls.hpp.

Member Data Documentation

◆ Capacity_

std::size_t jlm::hls::BufferOperation::Capacity_
private

Definition at line 445 of file hls.hpp.

◆ IsPassThrough_

bool jlm::hls::BufferOperation::IsPassThrough_
private

Definition at line 446 of file hls.hpp.


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