|
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 & | valueInput (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 | |
| MemSetOperation (const std::vector< std::shared_ptr< const rvsdg::Type >> &operandTypes, const std::vector< std::shared_ptr< const rvsdg::Type >> &resultTypes) | |
Abstract base class for memset operations.
Definition at line 341 of file StdLibIntrinsicOperations.hpp.
|
inlineprotected |
Definition at line 344 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemSetOperation |
node that points to the destination to fill. Definition at line 395 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemSetOperation |
node that points to the number of bytes that need to be filled. Definition at line 421 of file StdLibIntrinsicOperations.hpp.
|
inlinenoexcept |
Definition at line 376 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state input to its corresponding memory state output.
Definition at line 455 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Maps a memory state output to its corresponding memory state input.
Definition at line 435 of file StdLibIntrinsicOperations.hpp.
|
pure virtualnoexcept |
Implemented in jlm::llvm::MemSetNonVolatileOperation.
|
inlinestaticnoexcept |
| node | a SimpleNode containing a MemSetOperation |
node that points to the byte value with which to fill the memory Definition at line 408 of file StdLibIntrinsicOperations.hpp.