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

#include <hls.hpp>

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

Public Member Functions

 ~LoadOperation () noexcept override
 
 LoadOperation (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
 
std::shared_ptr< const rvsdg::TypeGetLoadedType () 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 (std::shared_ptr< const rvsdg::Type > pointeeType, size_t numStates)
 
static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > CreateOutTypes (std::shared_ptr< const rvsdg::Type > pointeeType, size_t numStates)
 
static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &addr, const std::vector< jlm::rvsdg::Output * > &states, jlm::rvsdg::Output &load_result)
 

Detailed Description

Definition at line 899 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~LoadOperation()

jlm::hls::LoadOperation::~LoadOperation ( )
overridedefaultnoexcept

◆ LoadOperation()

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

Definition at line 904 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 951 of file hls.hpp.

◆ create()

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

Definition at line 957 of file hls.hpp.

◆ CreateInTypes()

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

Definition at line 919 of file hls.hpp.

◆ CreateOutTypes()

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

Definition at line 933 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 945 of file hls.hpp.

◆ GetLoadedType()

std::shared_ptr<const rvsdg::Type> jlm::hls::LoadOperation::GetLoadedType ( ) const
inlinenoexcept

Definition at line 976 of file hls.hpp.

◆ GetPointerType()

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

Definition at line 970 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 911 of file hls.hpp.


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