|
Jlm
|
#include <ConversionOperations.hpp>


Public Member Functions | |
| ~FPToUIOperation () noexcept override | |
| FPToUIOperation (const fpsize size, std::shared_ptr< const rvsdg::BitType > resultType) | |
| FPToUIOperation (std::shared_ptr< const FloatingPointType > operandType, std::shared_ptr< const rvsdg::BitType > resultType) | |
| FPToUIOperation (const std::shared_ptr< const rvsdg::Type > &operandType, const std::shared_ptr< const rvsdg::Type > &resultType) | |
| 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::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 *operand, const std::shared_ptr< const rvsdg::Type > &type) |
Static Private Member Functions | |
| static std::shared_ptr< const FloatingPointType > | checkAndExtractOperandType (const std::shared_ptr< const rvsdg::Type > &operandType) |
| static std::shared_ptr< const rvsdg::BitType > | checkAndExtractResultType (const std::shared_ptr< const rvsdg::Type > &resultType) |
Definition at line 701 of file ConversionOperations.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 706 of file ConversionOperations.hpp.
|
inline |
Definition at line 710 of file ConversionOperations.hpp.
|
inline |
Definition at line 716 of file ConversionOperations.hpp.
|
inlinestaticprivate |
Definition at line 745 of file ConversionOperations.hpp.
|
inlinestaticprivate |
Definition at line 756 of file ConversionOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 311 of file ConversionOperations.cpp.
|
inlinestatic |
Definition at line 735 of file ConversionOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 305 of file ConversionOperations.cpp.
|
overridenoexcept |
Definition at line 298 of file ConversionOperations.cpp.