|
Jlm
|
#include <TestOperations.hpp>


Public Member Functions | |
| ~TestBinaryOperation () noexcept override | |
| TestBinaryOperation (const std::shared_ptr< const Type > &operandType, std::shared_ptr< const Type > resultType, const enum BinaryOperation::flags &flags) noexcept | |
| bool | operator== (const Operation &other) const noexcept override |
| binop_reduction_path_t | can_reduce_operand_pair (const Output *op1, const Output *op2) const noexcept override |
| Output * | reduce_operand_pair (unop_reduction_path_t path, Output *op1, Output *op2) 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 Public Member Functions | |
| static Node * | create (const std::shared_ptr< const Type > &operandType, std::shared_ptr< const Type > resultType, Output *op1, Output *op2) |
| static Output * | create_normalized (const std::shared_ptr< const Type > operandType, std::shared_ptr< const Type > resultType, Output *op1, Output *op2) |
Private Attributes | |
| enum BinaryOperation::flags | flags_ |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
Definition at line 96 of file TestOperations.hpp.
|
overridedefaultnoexcept |
|
inlinenoexcept |
Definition at line 101 of file TestOperations.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 54 of file TestOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 78 of file TestOperations.cpp.
|
inlinestatic |
Definition at line 128 of file TestOperations.hpp.
|
inlinestatic |
Definition at line 142 of file TestOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 72 of file TestOperations.cpp.
|
overridevirtualnoexcept |
Reimplemented from jlm::rvsdg::BinaryOperation.
Definition at line 60 of file TestOperations.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 47 of file TestOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 60 of file TestOperations.cpp.
|
private |
Definition at line 142 of file TestOperations.hpp.