|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~VectorBinaryOperation () noexcept override | |
| VectorBinaryOperation (const rvsdg::BinaryOperation &binop, const std::shared_ptr< const VectorType > &op1, const std::shared_ptr< const VectorType > &op2, const std::shared_ptr< const VectorType > &result) | |
| VectorBinaryOperation (const VectorBinaryOperation &other) | |
| VectorBinaryOperation (VectorBinaryOperation &&other) noexcept | |
| VectorBinaryOperation & | operator= (const VectorBinaryOperation &other) |
| VectorBinaryOperation & | operator= (VectorBinaryOperation &&other) noexcept |
| const rvsdg::BinaryOperation & | 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::BinaryOperation &binop, const llvm::Variable *op1, const llvm::Variable *op2, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
Private Attributes | |
| std::unique_ptr< Operation > | op_ |
Definition at line 2170 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 2175 of file operators.hpp.
|
inline |
Definition at line 2201 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2206 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1040 of file operators.cpp.
|
inlinestatic |
Definition at line 2245 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1034 of file operators.cpp.
|
inlinenoexcept |
Definition at line 2230 of file operators.hpp.
|
inline |
Definition at line 2212 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2221 of file operators.hpp.
|
overridenoexcept |
Definition at line 1027 of file operators.cpp.
|
private |
Definition at line 2262 of file operators.hpp.