|
Jlm
|
#include <StdLibIntrinsicOperations.hpp>


Public Member Functions | |
| ~MemMoveNonVolatileOperation () noexcept override | |
| MemMoveNonVolatileOperation (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::MemMoveOperation | |
| 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< ThreeAddressCode > | createTac (const Variable &dest, const Variable &src, const Variable &length, const std::vector< const Variable * > &memoryStates) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &dest, rvsdg::Output &src, rvsdg::Output &length, const std::vector< rvsdg::Output * > &memoryStates) |
Static Public Member Functions inherited from jlm::llvm::MemMoveOperation | |
| static rvsdg::Input & | destinationInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | sourceInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | lengthInput (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 > > | checkAndCreateOperandTypes (const std::shared_ptr< const rvsdg::Type > &lengthType, const 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::MemMoveOperation | |
| MemMoveOperation (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.memmove intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 685 of file StdLibIntrinsicOperations.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 690 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticprivate |
Definition at line 741 of file StdLibIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 112 of file StdLibIntrinsicOperations.cpp.
|
inlinestatic |
Definition at line 724 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticprivate |
Definition at line 759 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Definition at line 709 of file StdLibIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 106 of file StdLibIntrinsicOperations.cpp.
|
overridevirtualnoexcept |
Implements jlm::llvm::MemMoveOperation.
Definition at line 118 of file StdLibIntrinsicOperations.cpp.
|
overridenoexcept |
Definition at line 98 of file StdLibIntrinsicOperations.cpp.