|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~MallocOperation () noexcept override | |
| MallocOperation (std::shared_ptr< const rvsdg::BitType > type) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const rvsdg::BitType & | getSizeType () const noexcept |
| rvsdg::FunctionType | getFunctionType () const |
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 rvsdg::Input & | sizeInput (const rvsdg::Node &node) |
| static rvsdg::Input & | ioStateInput (const rvsdg::Node &node) |
| static rvsdg::Output & | addressOutput (const rvsdg::Node &node) |
| static rvsdg::Output & | ioStateOutput (const rvsdg::Node &node) |
| static rvsdg::Output & | memoryStateOutput (const rvsdg::Node &node) |
| static std::unique_ptr< ThreeAddressCode > | createTac (const Variable *size, const Variable *ioState) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &size, rvsdg::Output &ioState) |
Static Private Member Functions | |
| static std::shared_ptr< const rvsdg::BitType > | checkAndExtractSizeType (const std::shared_ptr< const rvsdg::Type > &type) |
Represents the standard C library call malloc() used for dynamically allocating memory.
This operation has no equivalent LLVM instruction.
Definition at line 2402 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 2407 of file operators.hpp.
|
inlinestatic |
Definition at line 2454 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 2497 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1103 of file operators.cpp.
|
inlinestatic |
Definition at line 2489 of file operators.hpp.
|
inlinestatic |
Definition at line 2481 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1097 of file operators.cpp.
|
inline |
Definition at line 2429 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2423 of file operators.hpp.
|
inlinestatic |
Definition at line 2445 of file operators.hpp.
|
inlinestatic |
Definition at line 2463 of file operators.hpp.
|
inlinestatic |
Definition at line 2472 of file operators.hpp.
|
overridenoexcept |
Definition at line 1090 of file operators.cpp.
|
inlinestatic |
Definition at line 2436 of file operators.hpp.