|
Jlm
|
#include <binary.hpp>


Public Types | |
| enum class | reduction { linear , parallel } |
Public Member Functions | |
| ~FlattenedBinaryOperation () noexcept override | |
| FlattenedBinaryOperation (std::unique_ptr< BinaryOperation > op, size_t narguments) noexcept | |
| FlattenedBinaryOperation (const BinaryOperation &op, size_t narguments) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const BinaryOperation & | bin_operation () const noexcept |
| jlm::rvsdg::Output * | reduce (const FlattenedBinaryOperation::reduction &reduction, const std::vector< jlm::rvsdg::Output * > &operands) const |
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 |
| bool | operator!= (const Operation &other) const noexcept |
Static Public Member Functions | |
| static void | reduce (rvsdg::Region *region, const FlattenedBinaryOperation::reduction &reduction) |
| static void | reduce (Graph *graph, const FlattenedBinaryOperation::reduction &reduction) |
Private Attributes | |
| std::unique_ptr< BinaryOperation > | op_ |
Definition at line 100 of file binary.hpp.
|
strong |
| Enumerator | |
|---|---|
| linear | |
| parallel | |
Definition at line 103 of file binary.hpp.
|
overridedefaultnoexcept |
|
inlinenoexcept |
Definition at line 111 of file binary.hpp.
|
inline |
Definition at line 118 of file binary.hpp.
|
inlinenoexcept |
Definition at line 135 of file binary.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 153 of file binary.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 147 of file binary.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 140 of file binary.cpp.
| jlm::rvsdg::Output * jlm::rvsdg::FlattenedBinaryOperation::reduce | ( | const FlattenedBinaryOperation::reduction & | reduction, |
| const std::vector< jlm::rvsdg::Output * > & | operands | ||
| ) | const |
Definition at line 209 of file binary.cpp.
|
inlinestatic |
Definition at line 149 of file binary.hpp.
|
static |
Definition at line 226 of file binary.cpp.
|
private |
Definition at line 155 of file binary.hpp.