|
Jlm
|
PoisonValueOperation class. More...
#include <operators.hpp>


Public Member Functions | |
| ~PoisonValueOperation () noexcept override | |
| PoisonValueOperation (std::shared_ptr< const jlm::rvsdg::Type > type) | |
| PoisonValueOperation (const PoisonValueOperation &)=default | |
| PoisonValueOperation (PoisonValueOperation &&)=delete | |
| PoisonValueOperation & | operator= (const PoisonValueOperation &)=delete |
| PoisonValueOperation & | operator= (PoisonValueOperation &&)=delete |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const jlm::rvsdg::Type & | GetType () 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< llvm::ThreeAddressCode > | Create (const std::shared_ptr< const jlm::rvsdg::Type > &type) |
| static jlm::rvsdg::Output * | Create (rvsdg::Region *region, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
Static Private Member Functions | |
| static std::shared_ptr< const jlm::rvsdg::Type > | CheckAndConvertType (const std::shared_ptr< const jlm::rvsdg::Type > &type) |
PoisonValueOperation class.
This operator is the Jlm equivalent of LLVM's PoisonValue constant.
Definition at line 1060 of file operators.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 1065 of file operators.hpp.
|
default |
|
delete |
|
inlinestaticprivate |
Definition at line 1113 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 537 of file operators.cpp.
|
inlinestatic |
Definition at line 1095 of file operators.hpp.
|
inlinestatic |
Definition at line 1104 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 531 of file operators.cpp.
|
inlinenoexcept |
Definition at line 1089 of file operators.hpp.
|
delete |
|
delete |
|
overridenoexcept |
Definition at line 524 of file operators.cpp.