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

#include <hls.hpp>

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

Public Member Functions

 ~LocalMemoryOperation () noexcept override
 
 LocalMemoryOperation (std::shared_ptr< const llvm::ArrayType > at)
 
bool operator== (const Operation &) 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 > > CreateOutTypes (std::shared_ptr< const llvm::ArrayType > at)
 
static std::vector< jlm::rvsdg::Output * > create (std::shared_ptr< const llvm::ArrayType > at, rvsdg::Region *region)
 

Detailed Description

Definition at line 1455 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~LocalMemoryOperation()

jlm::hls::LocalMemoryOperation::~LocalMemoryOperation ( )
overridedefaultnoexcept

◆ LocalMemoryOperation()

jlm::hls::LocalMemoryOperation::LocalMemoryOperation ( std::shared_ptr< const llvm::ArrayType at)
inlineexplicit

Definition at line 1460 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1484 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::LocalMemoryOperation::create ( std::shared_ptr< const llvm::ArrayType at,
rvsdg::Region region 
)
inlinestatic

Definition at line 1490 of file hls.hpp.

◆ CreateOutTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::LocalMemoryOperation::CreateOutTypes ( std::shared_ptr< const llvm::ArrayType at)
inlinestatic

Definition at line 1471 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1478 of file hls.hpp.

◆ operator==()

bool jlm::hls::LocalMemoryOperation::operator== ( const Operation ) const
inlineoverridevirtualnoexcept

Implements jlm::rvsdg::Operation.

Definition at line 1465 of file hls.hpp.


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