Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::llvm::SelectOperation Class Referencefinal

#include <operators.hpp>

Inheritance diagram for jlm::llvm::SelectOperation:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::SelectOperation:
Collaboration graph
[legend]

Public Member Functions

 ~SelectOperation () noexcept override
 
 SelectOperation (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
 
const jlm::rvsdg::Typetype () const noexcept
 
const std::shared_ptr< const jlm::rvsdg::Type > & Type () 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::ThreeAddressCodecreate (const llvm::Variable *p, const llvm::Variable *t, const llvm::Variable *f)
 

Detailed Description

Definition at line 127 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~SelectOperation()

jlm::llvm::SelectOperation::~SelectOperation ( )
overridedefaultnoexcept

◆ SelectOperation()

jlm::llvm::SelectOperation::SelectOperation ( const std::shared_ptr< const rvsdg::Type > &  type)
inlineexplicit

Definition at line 132 of file operators.hpp.

Member Function Documentation

◆ copy()

std::unique_ptr< rvsdg::Operation > jlm::llvm::SelectOperation::copy ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 82 of file operators.cpp.

◆ create()

static std::unique_ptr<llvm::ThreeAddressCode> jlm::llvm::SelectOperation::create ( const llvm::Variable p,
const llvm::Variable t,
const llvm::Variable f 
)
inlinestatic

Definition at line 158 of file operators.hpp.

◆ debug_string()

std::string jlm::llvm::SelectOperation::debug_string ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 76 of file operators.cpp.

◆ operator==()

bool jlm::llvm::SelectOperation::operator== ( const Operation &  other) const
overridenoexcept

Definition at line 69 of file operators.cpp.

◆ type()

const jlm::rvsdg::Type& jlm::llvm::SelectOperation::type ( ) const
inlinenoexcept

Definition at line 146 of file operators.hpp.

◆ Type()

const std::shared_ptr<const jlm::rvsdg::Type>& jlm::llvm::SelectOperation::Type ( ) const
inlinenoexcept

Definition at line 152 of file operators.hpp.


The documentation for this class was generated from the following files: