|
Jlm
|
#include <StdLibIntrinsicOperations.hpp>


Public Member Functions | |
| ~MemSetNonVolatileOperation () noexcept override | |
| MemSetNonVolatileOperation (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::MemSetOperation | |
| 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 &destination, const Variable &value, const Variable &length, const std::vector< const Variable * > &memoryStates) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &destination, rvsdg::Output &value, rvsdg::Output &length, const std::vector< rvsdg::Output * > &memoryStates) |
Static Public Member Functions inherited from jlm::llvm::MemSetOperation | |
| 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) |
Static Private Member Functions | |
| static std::vector< std::shared_ptr< const rvsdg::Type > > | createOperandTypes (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::MemSetOperation | |
| MemSetOperation (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 memset intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 478 of file StdLibIntrinsicOperations.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 483 of file StdLibIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 84 of file StdLibIntrinsicOperations.cpp.
|
inlinestatic |
Definition at line 517 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticprivate |
Definition at line 534 of file StdLibIntrinsicOperations.hpp.
|
inlinestaticprivate |
Definition at line 546 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Definition at line 502 of file StdLibIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 78 of file StdLibIntrinsicOperations.cpp.
|
overridevirtualnoexcept |
Implements jlm::llvm::MemSetOperation.
Definition at line 90 of file StdLibIntrinsicOperations.cpp.
|
overridenoexcept |
Definition at line 70 of file StdLibIntrinsicOperations.cpp.