|
Jlm
|
#include <hls.hpp>


Public Member Functions | |
| ~MuxOperation () noexcept override | |
| MuxOperation (size_t nalternatives, const std::shared_ptr< const jlm::rvsdg::Type > &type, bool discarding, bool loop) | |
| 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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static std::vector< jlm::rvsdg::Output * > | create (jlm::rvsdg::Output &predicate, const std::vector< jlm::rvsdg::Output * > &alternatives, bool discarding, bool loop=false) |
Public Attributes | |
| bool | discarding |
| bool | loop |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const jlm::rvsdg::Type > > | create_typevector (size_t nalternatives, std::shared_ptr< const jlm::rvsdg::Type > type) |
|
overridedefaultnoexcept |
|
inlineoverridevirtual |
Implements jlm::rvsdg::Operation.
|
inlinestatic |
|
inlinestaticprivate |
|
inlineoverridevirtual |
Implements jlm::rvsdg::Operation.
|
inlineoverridevirtualnoexcept |
Implements jlm::rvsdg::Operation.