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


Public Member Functions | |
| ~BitUnaryOperation () noexcept override | |
| BitUnaryOperation (const std::shared_ptr< const BitType > &type) noexcept | |
| const BitType & | type () const noexcept |
| unop_reduction_path_t | can_reduce_operand (const jlm::rvsdg::Output *arg) const noexcept override |
| jlm::rvsdg::Output * | reduce_operand (unop_reduction_path_t path, jlm::rvsdg::Output *arg) const override |
| virtual BitValueRepresentation | reduce_constant (const BitValueRepresentation &arg) const =0 |
| virtual std::unique_ptr< BitUnaryOperation > | create (size_t nbits) const =0 |
Public Member Functions inherited from jlm::rvsdg::UnaryOperation | |
| ~UnaryOperation () noexcept override | |
| UnaryOperation (std::shared_ptr< const jlm::rvsdg::Type > operand, std::shared_ptr< const jlm::rvsdg::Type > result) | |
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 |
Definition at line 20 of file bitoperation-classes.hpp.
|
overridedefaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 25 of file bitoperation-classes.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 17 of file bitoperation-classes.cpp.
|
pure virtual |
Implemented in jlm::rvsdg::MakeBitUnaryOperation< reduction, name >.
|
pure virtual |
Implemented in jlm::rvsdg::MakeBitUnaryOperation< reduction, name >.
|
overridevirtual |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 27 of file bitoperation-classes.cpp.
|
inlinenoexcept |
Definition at line 30 of file bitoperation-classes.hpp.