|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~ConstantStruct () override | |
| ConstantStruct (std::shared_ptr< const StructType > type) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const StructType & | 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 std::vector< const Variable * > &elements, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
| static rvsdg::Output & | Create (rvsdg::Region &, const std::vector< rvsdg::Output * > &operands, std::shared_ptr< const rvsdg::Type > resultType) |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | create_srctypes (const StructType &type) |
| static std::shared_ptr< const StructType > | CheckAndExtractStructType (std::shared_ptr< const rvsdg::Type > type) |
Definition at line 1533 of file operators.hpp.
|
override |
Definition at line 755 of file operators.cpp.
|
inline |
Definition at line 1538 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 1590 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 772 of file operators.cpp.
|
inlinestatic |
Definition at line 1558 of file operators.hpp.
|
inlinestatic |
Definition at line 1569 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 1580 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 766 of file operators.cpp.
|
overridenoexcept |
Definition at line 759 of file operators.cpp.
|
inlinenoexcept |
Definition at line 1552 of file operators.hpp.