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

#include <hls.hpp>

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

Public Member Functions

 ~StoreOperation () noexcept override
 
 StoreOperation (const std::shared_ptr< const rvsdg::Type > &pointeeType, size_t numStates)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operationcopy () const override
 
const llvm::PointerTypeGetPointerType () const noexcept
 
const rvsdg::TypeGetStoredType () 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 rvsdg::Type > &pointeeType, size_t numStates)
 
static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > CreateOutTypes (const std::shared_ptr< const rvsdg::Type > &pointeeType, size_t numStates)
 
static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &addr, jlm::rvsdg::Output &value, const std::vector< jlm::rvsdg::Output * > &states, jlm::rvsdg::Output &resp)
 

Detailed Description

Definition at line 1373 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~StoreOperation()

jlm::hls::StoreOperation::~StoreOperation ( )
overridedefaultnoexcept

◆ StoreOperation()

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

Definition at line 1378 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1422 of file hls.hpp.

◆ create()

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

Definition at line 1428 of file hls.hpp.

◆ CreateInTypes()

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

Definition at line 1393 of file hls.hpp.

◆ CreateOutTypes()

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

Definition at line 1405 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1416 of file hls.hpp.

◆ GetPointerType()

const llvm::PointerType& jlm::hls::StoreOperation::GetPointerType ( ) const
inlinenoexcept

Definition at line 1443 of file hls.hpp.

◆ GetStoredType()

const rvsdg::Type& jlm::hls::StoreOperation::GetStoredType ( ) const
inlinenoexcept

Definition at line 1449 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 1385 of file hls.hpp.


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