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

#include <operators.hpp>

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

Public Member Functions

 ~InsertElementOperation () noexcept override
 
 InsertElementOperation (const std::shared_ptr< const VectorType > &vectype, const std::shared_ptr< const jlm::rvsdg::Type > &vtype, const std::shared_ptr< const jlm::rvsdg::BitType > &btype)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () 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
 
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 llvm::Variable *vector, const llvm::Variable *value, const llvm::Variable *index)
 

Detailed Description

Definition at line 2033 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~InsertElementOperation()

jlm::llvm::InsertElementOperation::~InsertElementOperation ( )
overridedefaultnoexcept

◆ InsertElementOperation()

jlm::llvm::InsertElementOperation::InsertElementOperation ( const std::shared_ptr< const VectorType > &  vectype,
const std::shared_ptr< const jlm::rvsdg::Type > &  vtype,
const std::shared_ptr< const jlm::rvsdg::BitType > &  btype 
)
inline

Definition at line 2038 of file operators.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 998 of file operators.cpp.

◆ create()

static std::unique_ptr<llvm::ThreeAddressCode> jlm::llvm::InsertElementOperation::create ( const llvm::Variable vector,
const llvm::Variable value,
const llvm::Variable index 
)
inlinestatic

Definition at line 2062 of file operators.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 992 of file operators.cpp.

◆ operator==()

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

Definition at line 984 of file operators.cpp.


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