|
Jlm
|
#include <alloca.hpp>


Public Member Functions | |
| ~AllocaOperation () noexcept override | |
| AllocaOperation (std::shared_ptr< const rvsdg::Type > allocatedType, std::shared_ptr< const rvsdg::BitType > btype, size_t alignment) | |
| AllocaOperation (const AllocaOperation &other)=default | |
| AllocaOperation (AllocaOperation &&other) noexcept=default | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const rvsdg::BitType & | size_type () const noexcept |
| const rvsdg::Type & | value_type () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | ValueType () const noexcept |
| size_t | alignment () const noexcept |
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 & | getCountInput (rvsdg::Node &node) |
| static rvsdg::Output & | getPointerOutput (rvsdg::Node &node) |
| static rvsdg::Output & | getMemoryStateOutput (rvsdg::Node &node) |
| static std::unique_ptr< llvm::ThreeAddressCode > | create (std::shared_ptr< const rvsdg::Type > allocatedType, const Variable *size, size_t alignment) |
| static std::vector< rvsdg::Output * > | create (std::shared_ptr< const rvsdg::Type > allocatedType, rvsdg::Output *size, size_t alignment) |
Private Attributes | |
| size_t | alignment_ |
| std::shared_ptr< const rvsdg::Type > | AllocatedType_ |
Definition at line 17 of file alloca.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 22 of file alloca.hpp.
|
default |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 63 of file alloca.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 27 of file alloca.cpp.
|
inlinestatic |
Definition at line 90 of file alloca.hpp.
|
inlinestatic |
Creates a SimpleNode containing an AllocaOperation.
| allocatedType | the type being allocated |
| size | the number of elements of the given type to allocate. Should almost always be 1. |
| alignment | the minimum alignment of the allocation |
Definition at line 108 of file alloca.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 21 of file alloca.cpp.
|
inlinestatic |
Definition at line 69 of file alloca.hpp.
|
inlinestatic |
Definition at line 83 of file alloca.hpp.
|
inlinestatic |
Definition at line 76 of file alloca.hpp.
|
overridenoexcept |
Definition at line 14 of file alloca.cpp.
|
inlinenoexcept |
Definition at line 45 of file alloca.hpp.
|
inlinenoexcept |
Definition at line 51 of file alloca.hpp.
|
inlinenoexcept |
Definition at line 57 of file alloca.hpp.
|
private |
Definition at line 122 of file alloca.hpp.
|
private |
Definition at line 123 of file alloca.hpp.