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

#include <operators.hpp>

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

Public Member Functions

 ~ConstantDataVectorOperation () noexcept override
 
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< ThreeAddressCodeCreate (const std::vector< const Variable * > &elements)
 

Private Member Functions

 ConstantDataVectorOperation (const std::shared_ptr< const VectorType > &vt)
 

Detailed Description

Definition at line 2265 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~ConstantDataVectorOperation()

jlm::llvm::ConstantDataVectorOperation::~ConstantDataVectorOperation ( )
overridedefaultnoexcept

◆ ConstantDataVectorOperation()

jlm::llvm::ConstantDataVectorOperation::ConstantDataVectorOperation ( const std::shared_ptr< const VectorType > &  vt)
inlineexplicitprivate

Definition at line 2271 of file operators.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 1061 of file operators.cpp.

◆ Create()

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

Definition at line 2298 of file operators.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 1055 of file operators.cpp.

◆ operator==()

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

Definition at line 1048 of file operators.cpp.

◆ size()

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

Definition at line 2286 of file operators.hpp.

◆ type()

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

Definition at line 2292 of file operators.hpp.


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