|
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 2406 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 2411 of file operators.hpp.
|
inlinestatic |
Definition at line 2458 of file operators.hpp.
|
inlinestaticprivate |
Definition at line 2501 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1174 of file operators.cpp.
|
inlinestatic |
Definition at line 2493 of file operators.hpp.
|
inlinestatic |
Definition at line 2485 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 1168 of file operators.cpp.
|
inline |
Definition at line 2433 of file operators.hpp.
|
inlinenoexcept |
Definition at line 2427 of file operators.hpp.
|
inlinestatic |
Definition at line 2449 of file operators.hpp.
|
inlinestatic |
Definition at line 2467 of file operators.hpp.
|
inlinestatic |
Definition at line 2476 of file operators.hpp.
|
overridenoexcept |
Definition at line 1161 of file operators.cpp.
|
inlinestatic |
Definition at line 2440 of file operators.hpp.