|
Jlm
|
#include <concat.hpp>


Public Member Functions | |
| ~BitConcatOperation () noexcept override | |
| BitConcatOperation (const std::vector< std::shared_ptr< const BitType >> types) | |
| bool | operator== (const Operation &other) const noexcept override |
| binop_reduction_path_t | can_reduce_operand_pair (const jlm::rvsdg::Output *arg1, const jlm::rvsdg::Output *arg2) const noexcept override |
| jlm::rvsdg::Output * | reduce_operand_pair (binop_reduction_path_t path, jlm::rvsdg::Output *arg1, jlm::rvsdg::Output *arg2) const override |
| enum BinaryOperation::flags | flags () const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
Public Member Functions inherited from jlm::rvsdg::BinaryOperation | |
| ~BinaryOperation () noexcept override | |
| BinaryOperation (const std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::shared_ptr< const jlm::rvsdg::Type > result) | |
| bool | is_associative () const noexcept |
| bool | is_commutative () 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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Private Member Functions | |
| static std::shared_ptr< const BitType > | aggregate_arguments (const std::vector< std::shared_ptr< const BitType >> &types) noexcept |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
Definition at line 19 of file concat.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 24 of file concat.hpp.
|
staticprivatenoexcept |
Definition at line 26 of file concat.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 56 of file concat.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 137 of file concat.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 131 of file concat.cpp.
|
overridevirtualnoexcept |
Reimplemented from jlm::rvsdg::BinaryOperation.
Definition at line 94 of file concat.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 40 of file concat.cpp.
|
overridevirtual |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 94 of file concat.cpp.