|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~SelectOperation () noexcept override | |
| SelectOperation (const std::shared_ptr< const rvsdg::Type > &type) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const jlm::rvsdg::Type & | type () const noexcept |
| const std::shared_ptr< const jlm::rvsdg::Type > & | Type () 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 |
| 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 llvm::Variable *p, const llvm::Variable *t, const llvm::Variable *f) |
Definition at line 127 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 132 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 82 of file operators.cpp.
|
inlinestatic |
Definition at line 158 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 76 of file operators.cpp.
|
overridenoexcept |
Definition at line 69 of file operators.cpp.
|
inlinenoexcept |
Definition at line 146 of file operators.hpp.
|
inlinenoexcept |
Definition at line 152 of file operators.hpp.