|
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 & | countInput (const rvsdg::Node &node) noexcept |
| static rvsdg::Input & | mapMemoryStateOutputToInput (const rvsdg::Output &output) |
| static rvsdg::Output & | mapMemoryStateInputToOutput (const rvsdg::Input &input) |
Protected Member Functions | |
| MemCpyOperation (const std::vector< std::shared_ptr< const rvsdg::Type >> &operandTypes, const std::vector< std::shared_ptr< const rvsdg::Type >> &resultTypes) | |
Abstract base class for memcpy operations.
Definition at line 23 of file StdLibIntrinsicOperations.hpp.
|
inlineprotected |
Definition at line 26 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemCpyOperation |
node that takes the number of bytes to copy. Definition at line 95 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemCpyOperation |
node that takes the pointer to store bytes to. Definition at line 69 of file StdLibIntrinsicOperations.hpp.
|
inlinenoexcept |
Definition at line 54 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state input to its corresponding memory state output.
Definition at line 127 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state output to its corresponding memory state input.
Definition at line 107 of file StdLibIntrinsicOperations.hpp.
|
pure virtualnoexcept |
Implemented in jlm::llvm::MemCpyVolatileOperation, and jlm::llvm::MemCpyNonVolatileOperation.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemCpyOperation |
node that takes the pointer to load bytes from. Definition at line 82 of file StdLibIntrinsicOperations.hpp.