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

#include <hls.hpp>

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

Public Member Functions

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

Public Attributes

size_t capacity
 

Detailed Description

Definition at line 1105 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~DecoupledLoadOperation()

jlm::hls::DecoupledLoadOperation::~DecoupledLoadOperation ( )
overridedefaultnoexcept

◆ DecoupledLoadOperation()

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

Definition at line 1110 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1151 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::DecoupledLoadOperation::create ( jlm::rvsdg::Output addr,
jlm::rvsdg::Output load_result,
size_t  capacity 
)
inlinestatic

Definition at line 1157 of file hls.hpp.

◆ CreateInTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::DecoupledLoadOperation::CreateInTypes ( std::shared_ptr< const rvsdg::Type pointeeType)
inlinestatic

Definition at line 1124 of file hls.hpp.

◆ CreateOutTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::DecoupledLoadOperation::CreateOutTypes ( std::shared_ptr< const rvsdg::Type pointeeType)
inlinestatic

Definition at line 1134 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1144 of file hls.hpp.

◆ GetLoadedType()

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

Definition at line 1174 of file hls.hpp.

◆ GetPointerType()

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

Definition at line 1168 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 1116 of file hls.hpp.

Member Data Documentation

◆ capacity

size_t jlm::hls::DecoupledLoadOperation::capacity

Definition at line 1179 of file hls.hpp.


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