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

#include <operators.hpp>

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

Public Member Functions

 ~VectorSelectOperation () noexcept override
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
const rvsdg::Typetype () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & Type () const noexcept
 
size_t size () 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 Variable *p, const Variable *t, const Variable *f)
 

Private Member Functions

 VectorSelectOperation (const std::shared_ptr< const VectorType > &pt, const std::shared_ptr< const VectorType > &vt)
 

Static Private Member Functions

template<typename T >
static std::unique_ptr< ThreeAddressCodecreateVectorSelectTac (const Variable *p, const Variable *t, const Variable *f)
 

Detailed Description

Definition at line 165 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~VectorSelectOperation()

jlm::llvm::VectorSelectOperation::~VectorSelectOperation ( )
overridedefaultnoexcept

◆ VectorSelectOperation()

jlm::llvm::VectorSelectOperation::VectorSelectOperation ( const std::shared_ptr< const VectorType > &  pt,
const std::shared_ptr< const VectorType > &  vt 
)
inlineprivate

Definition at line 171 of file operators.hpp.

Member Function Documentation

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 103 of file operators.cpp.

◆ create()

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

Definition at line 206 of file operators.hpp.

◆ createVectorSelectTac()

template<typename T >
static std::unique_ptr<ThreeAddressCode> jlm::llvm::VectorSelectOperation::createVectorSelectTac ( const Variable p,
const Variable t,
const Variable f 
)
inlinestaticprivate

Definition at line 220 of file operators.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 97 of file operators.cpp.

◆ operator==()

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

Definition at line 90 of file operators.cpp.

◆ size()

size_t jlm::llvm::VectorSelectOperation::size ( ) const
inlinenoexcept

Definition at line 200 of file operators.hpp.

◆ type()

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

Definition at line 188 of file operators.hpp.

◆ Type()

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

Definition at line 194 of file operators.hpp.


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