Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::llvm::ConstantDataArray Class Referencefinal

#include <operators.hpp>

Inheritance diagram for jlm::llvm::ConstantDataArray:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::ConstantDataArray:
Collaboration graph
[legend]

Public Member Functions

 ~ConstantDataArray () noexcept override
 
 ConstantDataArray (const std::shared_ptr< const jlm::rvsdg::Type > &type, size_t size)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
size_t size () const noexcept
 
const jlm::rvsdg::Typetype () 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
 
virtual bool operator== (const Operation &other) const noexcept=0
 
bool operator!= (const Operation &other) const noexcept
 

Static Public Member Functions

static std::unique_ptr< llvm::ThreeAddressCodecreate (const std::vector< const Variable * > &elements)
 
static jlm::rvsdg::OutputCreate (const std::vector< jlm::rvsdg::Output * > &elements)
 

Detailed Description

Definition at line 620 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~ConstantDataArray()

jlm::llvm::ConstantDataArray::~ConstantDataArray ( )
overridedefaultnoexcept

◆ ConstantDataArray()

jlm::llvm::ConstantDataArray::ConstantDataArray ( const std::shared_ptr< const jlm::rvsdg::Type > &  type,
size_t  size 
)
inline

Definition at line 625 of file operators.hpp.

Member Function Documentation

◆ copy()

std::unique_ptr< rvsdg::Operation > jlm::llvm::ConstantDataArray::copy ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 323 of file operators.cpp.

◆ create()

static std::unique_ptr<llvm::ThreeAddressCode> jlm::llvm::ConstantDataArray::create ( const std::vector< const Variable * > &  elements)
inlinestatic

Definition at line 654 of file operators.hpp.

◆ Create()

static jlm::rvsdg::Output* jlm::llvm::ConstantDataArray::Create ( const std::vector< jlm::rvsdg::Output * > &  elements)
inlinestatic

Definition at line 668 of file operators.hpp.

◆ debug_string()

std::string jlm::llvm::ConstantDataArray::debug_string ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 317 of file operators.cpp.

◆ operator==()

bool jlm::llvm::ConstantDataArray::operator== ( const Operation &  other) const
overridenoexcept

Definition at line 310 of file operators.cpp.

◆ size()

size_t jlm::llvm::ConstantDataArray::size ( ) const
inlinenoexcept

Definition at line 642 of file operators.hpp.

◆ type()

const jlm::rvsdg::Type& jlm::llvm::ConstantDataArray::type ( ) const
inlinenoexcept

Definition at line 648 of file operators.hpp.


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