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

#include <hls.hpp>

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

Public Member Functions

 ~LocalMemoryRequestOperation () noexcept override
 
 LocalMemoryRequestOperation (const std::shared_ptr< const llvm::ArrayType > &at, size_t load_cnt, size_t store_cnt)
 
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 > > CreateInTypes (const std::shared_ptr< const llvm::ArrayType > &at, size_t load_cnt, size_t store_cnt)
 
static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &mem, const std::vector< jlm::rvsdg::Output * > &load_operands, const std::vector< jlm::rvsdg::Output * > &store_operands)
 

Detailed Description

Definition at line 1688 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~LocalMemoryRequestOperation()

jlm::hls::LocalMemoryRequestOperation::~LocalMemoryRequestOperation ( )
overridedefaultnoexcept

◆ LocalMemoryRequestOperation()

jlm::hls::LocalMemoryRequestOperation::LocalMemoryRequestOperation ( const std::shared_ptr< const llvm::ArrayType > &  at,
size_t  load_cnt,
size_t  store_cnt 
)
inline

Definition at line 1693 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1736 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::LocalMemoryRequestOperation::create ( jlm::rvsdg::Output mem,
const std::vector< jlm::rvsdg::Output * > &  load_operands,
const std::vector< jlm::rvsdg::Output * > &  store_operands 
)
inlinestatic

Definition at line 1742 of file hls.hpp.

◆ CreateInTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::LocalMemoryRequestOperation::CreateInTypes ( const std::shared_ptr< const llvm::ArrayType > &  at,
size_t  load_cnt,
size_t  store_cnt 
)
inlinestatic

Definition at line 1711 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1730 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 1701 of file hls.hpp.


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