|
Jlm
|
#include <TestOperations.hpp>


Public Member Functions | |
| ~TestUnaryOperation () noexcept override | |
| TestUnaryOperation (std::shared_ptr< const Type > operandType, std::shared_ptr< const Type > resultType) noexcept | |
| bool | operator== (const Operation &other) const noexcept override |
| unop_reduction_path_t | can_reduce_operand (const Output *operand) const noexcept override |
| Output * | reduce_operand (unop_reduction_path_t path, Output *operand) const override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static Node * | create (Region *, std::shared_ptr< const Type > operandType, Output *operand, std::shared_ptr< const Type > resultType) |
| static Output * | create_normalized (std::shared_ptr< const Type > operandType, Output *operand, std::shared_ptr< const Type > resultType) |
Definition at line 43 of file TestOperations.hpp.
|
overridedefaultnoexcept |
|
inlinenoexcept |
Definition at line 48 of file TestOperations.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 21 of file TestOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 39 of file TestOperations.cpp.
|
inlinestatic |
Definition at line 70 of file TestOperations.hpp.
|
inlinestatic |
Definition at line 83 of file TestOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 33 of file TestOperations.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 14 of file TestOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 27 of file TestOperations.cpp.