|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~ConstantDataArrayOperation () noexcept override | |
| ConstantDataArrayOperation (const std::shared_ptr< const 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 |
| std::shared_ptr< const ArrayType > | type () 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< ThreeAddressCode > | create (const std::vector< const Variable * > &elements) |
| static rvsdg::Output * | Create (const std::vector< rvsdg::Output * > &elements) |
This operator is the Jlm equivalent of LLVM's ConstantDataArray constant.
Definition at line 303 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 308 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 172 of file operators.cpp.
|
inlinestatic |
Definition at line 338 of file operators.hpp.
|
inlinestatic |
Definition at line 352 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 166 of file operators.cpp.
|
overridenoexcept |
Definition at line 159 of file operators.cpp.
|
inlinenoexcept |
Definition at line 325 of file operators.hpp.
|
inlinenoexcept |
Definition at line 331 of file operators.hpp.