|
Jlm
|
#include <bitoperation-classes.hpp>


Public Member Functions | |
| ~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 |
| virtual compare_result | reduce_constants (const BitValueRepresentation &arg1, const BitValueRepresentation &arg2) const =0 |
| virtual std::unique_ptr< BitCompareOperation > | create (size_t nbits) const =0 |
| 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) | |
| virtual BinaryOperation::flags | flags () const noexcept |
| 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 |
| virtual bool | operator== (const Operation &other) const noexcept=0 |
| virtual std::string | debug_string () const =0 |
| virtual std::unique_ptr< Operation > | copy () const =0 |
| bool | operator!= (const Operation &other) const noexcept |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
Definition at line 92 of file bitoperation-classes.hpp.
|
overridedefaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 97 of file bitoperation-classes.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 86 of file bitoperation-classes.cpp.
|
pure virtual |
|
pure virtual |
|
overridevirtual |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 118 of file bitoperation-classes.cpp.
|
inlinenoexcept |
Definition at line 119 of file bitoperation-classes.hpp.