|
Jlm
|
#include <StdLibIntrinsicOperations.hpp>


Public Member Functions | |
| ~SMaxOperation () noexcept override | |
| SMaxOperation (const std::shared_ptr< const rvsdg::Type > &type) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| std::shared_ptr< const 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< ThreeAddressCode > | createTac (const Variable &operand1, const Variable &operand2) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &operand1, rvsdg::Output &operand2) |
Static Private Member Functions | |
| static void | checkType (const std::shared_ptr< const rvsdg::Type > &type) |
Represents LLVM's llvm.smax.* intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 1051 of file StdLibIntrinsicOperations.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 1056 of file StdLibIntrinsicOperations.hpp.
|
staticprivate |
Definition at line 295 of file StdLibIntrinsicOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 289 of file StdLibIntrinsicOperations.cpp.
|
inlinestatic |
Definition at line 1085 of file StdLibIntrinsicOperations.hpp.
|
inlinestatic |
Definition at line 1078 of file StdLibIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 283 of file StdLibIntrinsicOperations.cpp.
|
inlinenoexcept |
Definition at line 1072 of file StdLibIntrinsicOperations.hpp.
|
overridenoexcept |
Definition at line 276 of file StdLibIntrinsicOperations.cpp.