|
Jlm
|
#include <sext.hpp>


Public Member Functions | |
| ~SExtOperation () noexcept override | |
| SExtOperation (std::shared_ptr< const rvsdg::BitType > otype, std::shared_ptr< const rvsdg::BitType > rtype) | |
| SExtOperation (std::shared_ptr< const rvsdg::Type > srctype, std::shared_ptr< const rvsdg::Type > dsttype) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| rvsdg::unop_reduction_path_t | can_reduce_operand (const rvsdg::Output *operand) const noexcept override |
| rvsdg::Output * | reduce_operand (rvsdg::unop_reduction_path_t path, rvsdg::Output *operand) const override |
| size_t | nsrcbits () const noexcept |
| size_t | ndstbits () const noexcept |
Public Member Functions inherited from jlm::rvsdg::UnaryOperation | |
| ~UnaryOperation () noexcept override | |
| UnaryOperation (std::shared_ptr< const jlm::rvsdg::Type > operand, std::shared_ptr< const jlm::rvsdg::Type > result) | |
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 Variable *operand, const std::shared_ptr< const rvsdg::Type > &type) |
| static rvsdg::Output * | create (size_t ndstbits, rvsdg::Output *operand) |
|
overridedefaultnoexcept |
|
inline |
|
inline |
|
overridevirtualnoexcept |
Implements jlm::rvsdg::UnaryOperation.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
|
inlinestatic |
|
inlinestatic |
|
overridevirtual |
Implements jlm::rvsdg::Operation.
|
inlinenoexcept |
|
inlinenoexcept |
|
overridenoexcept |
|
overridevirtual |
Implements jlm::rvsdg::UnaryOperation.