|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~PtrCmpOperation () noexcept override | |
| PtrCmpOperation (const std::shared_ptr< const PointerType > &ptype, const llvm::cmp &cmp) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| jlm::rvsdg::binop_reduction_path_t | can_reduce_operand_pair (const jlm::rvsdg::Output *op1, const jlm::rvsdg::Output *op2) const noexcept override |
| jlm::rvsdg::Output * | reduce_operand_pair (jlm::rvsdg::binop_reduction_path_t path, jlm::rvsdg::Output *op1, jlm::rvsdg::Output *op2) const override |
| llvm::cmp | cmp () const noexcept |
Public Member Functions inherited from jlm::rvsdg::BinaryOperation | |
| ~BinaryOperation () noexcept override | |
| BinaryOperation (const std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::shared_ptr< const jlm::rvsdg::Type > result) | |
| virtual BinaryOperation::flags | flags () const noexcept |
| bool | is_associative () const noexcept |
| bool | is_commutative () 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 llvm::cmp &cmp, const Variable *op1, const Variable *op2) |
Private Attributes | |
| llvm::cmp | cmp_ |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::BinaryOperation | |
| enum class | flags { none = 0 , associative = 1 , commutative = 2 } |
Definition at line 694 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 699 of file operators.hpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 358 of file operators.cpp.
|
inlinenoexcept |
Definition at line 724 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 352 of file operators.cpp.
|
inlinestatic |
Definition at line 730 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 338 of file operators.cpp.
|
overridenoexcept |
Definition at line 331 of file operators.cpp.
|
overridevirtual |
Implements jlm::rvsdg::BinaryOperation.
Definition at line 365 of file operators.cpp.
|
private |
Definition at line 741 of file operators.hpp.