|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~VariadicArgumentListOperation () noexcept override | |
| VariadicArgumentListOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> types) | |
| VariadicArgumentListOperation (const VariadicArgumentListOperation &)=default | |
| VariadicArgumentListOperation & | operator= (const VariadicArgumentListOperation &)=delete |
| VariadicArgumentListOperation & | operator= (VariadicArgumentListOperation &&)=delete |
| 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 std::vector< const Variable * > &arguments) |
| static rvsdg::Output * | Create (rvsdg::Region ®ion, const std::vector< rvsdg::Output * > &operands) |
Definition at line 1409 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 1414 of file operators.hpp.
|
default |
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 710 of file operators.cpp.
|
inlinestatic |
Definition at line 1436 of file operators.hpp.
|
inlinestatic |
Definition at line 1447 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 704 of file operators.cpp.
|
delete |
|
delete |
|
overridenoexcept |
Definition at line 688 of file operators.cpp.