|
Jlm
|
#include <arithmetic.hpp>


Public Member Functions | |
| ~MakeBitBinaryOperation () noexcept override | |
| MakeBitBinaryOperation (std::size_t nbits) noexcept | |
| bool | operator== (const Operation &other) const noexcept override |
| enum BinaryOperation::flags | flags () const noexcept override |
| BitValueRepresentation | reduce_constants (const BitValueRepresentation &arg1, const BitValueRepresentation &arg2) const override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| std::unique_ptr< BitBinaryOperation > | create (size_t nbits) const override |
Public Member Functions inherited from jlm::rvsdg::BitBinaryOperation | |
| ~BitBinaryOperation () noexcept override | |
| BitBinaryOperation (const std::shared_ptr< const BitType > type, size_t arity=2) noexcept | |
| 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 |
| const BitType & | type () const noexcept |
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 Public Member Functions | |
| static Output * | create (size_t nbits, Output *op1, Output *op2) |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
Definition at line 48 of file arithmetic.hpp.
|
overridenoexcept |
Definition at line 56 of file arithmetic-impl.hpp.
|
inlineexplicitnoexcept |
Definition at line 53 of file arithmetic.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 92 of file arithmetic-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitBinaryOperation.
Definition at line 99 of file arithmetic-impl.hpp.
|
inlinestatic |
Definition at line 77 of file arithmetic.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 85 of file arithmetic-impl.hpp.
|
overridevirtualnoexcept |
Reimplemented from jlm::rvsdg::BinaryOperation.
Definition at line 69 of file arithmetic-impl.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 61 of file arithmetic-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitBinaryOperation.
Definition at line 69 of file arithmetic-impl.hpp.