|
Jlm
|
#include <StdLibIntrinsicOperations.hpp>


Public Member Functions | |
| const rvsdg::BitType & | lengthType () const noexcept |
| virtual size_t | numMemoryStates () const noexcept=0 |
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 |
| virtual std::string | debug_string () const =0 |
| virtual std::unique_ptr< Operation > | copy () const =0 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| 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) |
Protected Member Functions | |
| MemMoveOperation (const std::vector< std::shared_ptr< const rvsdg::Type > > &operandTypes, const std::vector< std::shared_ptr< const rvsdg::Type > > &resultTypes) | |
Represents a LLVM's llvm.memmove intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 555 of file StdLibIntrinsicOperations.hpp.
|
inlineprotected |
Definition at line 558 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemMoveOperation |
node that points to the destination to move to. Definition at line 600 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemMoveOperation |
node that points to the length of the memory to move. Definition at line 626 of file StdLibIntrinsicOperations.hpp.
|
inlinenoexcept |
Definition at line 581 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state input to its corresponding memory state output.
Definition at line 661 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state output to its corresponding memory state input.
Definition at line 640 of file StdLibIntrinsicOperations.hpp.
|
pure virtualnoexcept |
Implemented in jlm::llvm::MemMoveNonVolatileOperation.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemMoveOperation |
node that points to the source to move from. Definition at line 613 of file StdLibIntrinsicOperations.hpp.