|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~VectorUnaryOperation () noexcept override | |
| VectorUnaryOperation (const rvsdg::UnaryOperation &op, const std::shared_ptr< const VectorType > &operand, const std::shared_ptr< const VectorType > &result) | |
| VectorUnaryOperation (const VectorUnaryOperation &other) | |
| VectorUnaryOperation (VectorUnaryOperation &&other) noexcept | |
| VectorUnaryOperation & | operator= (const VectorUnaryOperation &other) |
| VectorUnaryOperation & | operator= (VectorUnaryOperation &&other) noexcept |
| const rvsdg::UnaryOperation & | operation () const noexcept |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static std::unique_ptr< llvm::ThreeAddressCode > | create (const rvsdg::UnaryOperation &unop, const llvm::Variable *operand, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
Private Attributes | |
| std::unique_ptr< Operation > | op_ |
Definition at line 2081 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 2086 of file operators.hpp.
|
inline |
Definition at line 2108 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2113 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1019 of file operators.cpp.
|
inlinestatic |
Definition at line 2152 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1013 of file operators.cpp.
|
inlinenoexcept |
Definition at line 2137 of file operators.hpp.
|
inline |
Definition at line 2119 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2128 of file operators.hpp.
|
overridenoexcept |
Definition at line 1006 of file operators.cpp.
|
private |
Definition at line 2167 of file operators.hpp.