|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~PtrToIntOperation () noexcept override | |
| PtrToIntOperation (std::shared_ptr< const PointerType > ptype, std::shared_ptr< const jlm::rvsdg::BitType > btype) | |
| PtrToIntOperation (std::shared_ptr< const jlm::rvsdg::Type > srctype, std::shared_ptr< const jlm::rvsdg::Type > dsttype) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| jlm::rvsdg::unop_reduction_path_t | can_reduce_operand (const jlm::rvsdg::Output *output) const noexcept override |
| jlm::rvsdg::Output * | reduce_operand (jlm::rvsdg::unop_reduction_path_t path, jlm::rvsdg::Output *output) const override |
| size_t | nbits () 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 *argument, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
Definition at line 555 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 560 of file operators.hpp.
|
inline |
Definition at line 566 of file operators.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 296 of file operators.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 290 of file operators.cpp.
|
inlinestatic |
Definition at line 603 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 284 of file operators.cpp.
|
inlinenoexcept |
Definition at line 597 of file operators.hpp.
|
overridenoexcept |
Definition at line 277 of file operators.cpp.
|
overridevirtual |
Implements jlm::rvsdg::UnaryOperation.
Definition at line 302 of file operators.cpp.