|
Jlm
|
#include <comparison.hpp>


Public Member Functions | |
| ~MakeBitComparisonOperation () noexcept override | |
| MakeBitComparisonOperation (std::size_t nbits) noexcept | |
| bool | operator== (const Operation &other) const noexcept override |
| enum BinaryOperation::flags | flags () const noexcept override |
| compare_result | 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< BitCompareOperation > | create (size_t nbits) const override |
Public Member Functions inherited from jlm::rvsdg::BitCompareOperation | |
| ~BitCompareOperation () noexcept override | |
| BitCompareOperation (std::shared_ptr< const BitType > type) 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 17 of file comparison.hpp.
|
overridenoexcept |
Definition at line 15 of file comparison-impl.hpp.
|
inlineexplicitnoexcept |
Definition at line 22 of file comparison.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 60 of file comparison-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitCompareOperation.
Definition at line 67 of file comparison-impl.hpp.
|
inlinestatic |
Definition at line 46 of file comparison.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 53 of file comparison-impl.hpp.
|
overridevirtualnoexcept |
Reimplemented from jlm::rvsdg::BinaryOperation.
Definition at line 29 of file comparison-impl.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 20 of file comparison-impl.hpp.
|
overridevirtual |
Implements jlm::rvsdg::BitCompareOperation.
Definition at line 29 of file comparison-impl.hpp.