|
Jlm
|
#include <ConversionOperations.hpp>


Public Member Functions | |
| ~IntToPtrOperation () noexcept override | |
| IntToPtrOperation (std::shared_ptr< const rvsdg::BitType > operandType, std::shared_ptr< const PointerType >) | |
| IntToPtrOperation (const std::shared_ptr< const rvsdg::Type > &operandType, const std::shared_ptr< const rvsdg::Type > &) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| size_t | nbits () const noexcept |
Public Member Functions inherited from jlm::rvsdg::UnaryOperation | |
| ~UnaryOperation () noexcept override | |
| UnaryOperation (std::shared_ptr< const Type > operand, std::shared_ptr< const 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< ThreeAddressCode > | create (const Variable *argument) |
| static rvsdg::Output * | create (rvsdg::Output *operand) |
Static Private Member Functions | |
| static std::shared_ptr< const rvsdg::BitType > | checkAndExtractOperandType (const std::shared_ptr< const rvsdg::Type > &operandType) |
Definition at line 634 of file ConversionOperations.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 641 of file ConversionOperations.hpp.
|
inlineexplicit |
Definition at line 649 of file ConversionOperations.hpp.
|
inlinestaticprivate |
Definition at line 690 of file ConversionOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 290 of file ConversionOperations.cpp.
|
inlinestatic |
Definition at line 673 of file ConversionOperations.hpp.
|
inlinestatic |
Definition at line 681 of file ConversionOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 284 of file ConversionOperations.cpp.
|
inlinenoexcept |
Definition at line 667 of file ConversionOperations.hpp.
|
overridenoexcept |
Definition at line 277 of file ConversionOperations.cpp.