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

#include <hls.hpp>

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

Public Member Functions

 ~AddressQueueOperation () noexcept override
 
 AddressQueueOperation (const std::shared_ptr< const llvm::PointerType > &pointerType, size_t capacity, bool combinatorial)
 
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 (std::shared_ptr< const llvm::PointerType > pointerType)
 
static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > CreateOutTypes (std::shared_ptr< const llvm::PointerType > pointerType)
 
static jlm::rvsdg::Outputcreate (jlm::rvsdg::Output &check, jlm::rvsdg::Output &enq, jlm::rvsdg::Output &deq, bool combinatorial, size_t capacity=10)
 

Public Attributes

bool combinatorial
 
size_t capacity
 

Detailed Description

Definition at line 982 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~AddressQueueOperation()

jlm::hls::AddressQueueOperation::~AddressQueueOperation ( )
overridedefaultnoexcept

◆ AddressQueueOperation()

jlm::hls::AddressQueueOperation::AddressQueueOperation ( const std::shared_ptr< const llvm::PointerType > &  pointerType,
size_t  capacity,
bool  combinatorial 
)
inline

Definition at line 987 of file hls.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1030 of file hls.hpp.

◆ create()

static jlm::rvsdg::Output* jlm::hls::AddressQueueOperation::create ( jlm::rvsdg::Output check,
jlm::rvsdg::Output enq,
jlm::rvsdg::Output deq,
bool  combinatorial,
size_t  capacity = 10 
)
inlinestatic

Definition at line 1036 of file hls.hpp.

◆ CreateInTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::AddressQueueOperation::CreateInTypes ( std::shared_ptr< const llvm::PointerType pointerType)
inlinestatic

Definition at line 1005 of file hls.hpp.

◆ CreateOutTypes()

static std::vector<std::shared_ptr<const jlm::rvsdg::Type> > jlm::hls::AddressQueueOperation::CreateOutTypes ( std::shared_ptr< const llvm::PointerType pointerType)
inlinestatic

Definition at line 1014 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1020 of file hls.hpp.

◆ operator==()

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

Implements jlm::rvsdg::Operation.

Definition at line 997 of file hls.hpp.

Member Data Documentation

◆ capacity

size_t jlm::hls::AddressQueueOperation::capacity

Definition at line 1052 of file hls.hpp.

◆ combinatorial

bool jlm::hls::AddressQueueOperation::combinatorial

Definition at line 1051 of file hls.hpp.


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