|
Jlm
|
#include <MemCpy.hpp>


Public Member Functions | |
| ~MemCpyNonVolatileOperation () override | |
| MemCpyNonVolatileOperation (std::shared_ptr< const rvsdg::Type > lengthType, size_t numMemoryStates) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| size_t | NumMemoryStates () const noexcept override |
Public Member Functions inherited from jlm::llvm::MemCpyOperation | |
| const rvsdg::BitType & | LengthType () 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 std::unique_ptr< llvm::ThreeAddressCode > | create (const Variable *destination, const Variable *source, const Variable *length, const std::vector< const Variable * > &memoryStates) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &destination, rvsdg::Output &source, rvsdg::Output &length, const std::vector< rvsdg::Output * > &memoryStates) |
| static std::vector< rvsdg::Output * > | create (rvsdg::Output *destination, rvsdg::Output *source, rvsdg::Output *length, const std::vector< rvsdg::Output * > &memoryStates) |
Static Public Member Functions inherited from jlm::llvm::MemCpyOperation | |
| static rvsdg::Input & | destinationInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | sourceInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | countInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | mapMemoryStateOutputToInput (const rvsdg::Output &output) |
| static rvsdg::Output & | mapMemoryStateInputToOutput (const rvsdg::Input &input) |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | CreateOperandTypes (std::shared_ptr< const rvsdg::Type > length, size_t numMemoryStates) |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | CreateResultTypes (size_t numMemoryStates) |
Additional Inherited Members | |
Protected Member Functions inherited from jlm::llvm::MemCpyOperation | |
| MemCpyOperation (const std::vector< std::shared_ptr< const rvsdg::Type >> &operandTypes, const std::vector< std::shared_ptr< const rvsdg::Type >> &resultTypes) | |
Represents a non-volatile LLVM memcpy intrinsic.
Definition at line 149 of file MemCpy.hpp.
|
overridedefault |
|
inline |
Definition at line 154 of file MemCpy.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 28 of file MemCpy.cpp.
|
inlinestatic |
Definition at line 173 of file MemCpy.hpp.
|
inlinestatic |
Definition at line 204 of file MemCpy.hpp.
|
inlinestatic |
Definition at line 188 of file MemCpy.hpp.
|
inlinestaticprivate |
Definition at line 221 of file MemCpy.hpp.
|
inlinestaticprivate |
Definition at line 230 of file MemCpy.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 22 of file MemCpy.cpp.
|
overridevirtualnoexcept |
Implements jlm::llvm::MemCpyOperation.
Definition at line 34 of file MemCpy.cpp.
|
overridenoexcept |
Definition at line 14 of file MemCpy.cpp.