|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~ExtractValueOperation () noexcept override | |
| ExtractValueOperation (const std::shared_ptr< const jlm::rvsdg::Type > &aggtype, const std::vector< unsigned > &indices) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const_iterator | begin () const |
| const_iterator | end () const |
| 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 *aggregate, const std::vector< unsigned > &indices) |
Private Types | |
| typedef std::vector< unsigned >::const_iterator | const_iterator |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | dsttype (const std::shared_ptr< const jlm::rvsdg::Type > &aggtype, const std::vector< unsigned > &indices) |
Private Attributes | |
| std::vector< unsigned > | indices_ |
Definition at line 2313 of file operators.hpp.
|
private |
Definition at line 2315 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 2320 of file operators.hpp.
|
inline |
Definition at line 2340 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1082 of file operators.cpp.
|
inlinestatic |
Definition at line 2358 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1076 of file operators.cpp.
|
inlinestaticprivate |
Definition at line 2366 of file operators.hpp.
|
inline |
Definition at line 2346 of file operators.hpp.
|
overridenoexcept |
Definition at line 1069 of file operators.cpp.
|
inlinenoexcept |
Definition at line 2352 of file operators.hpp.
|
private |
Definition at line 2394 of file operators.hpp.