Jlm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Private Member Functions | List of all members
jlm::llvm::ConstantStructOperation Class Referencefinal

#include <operators.hpp>

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

Public Member Functions

 ~ConstantStructOperation () noexcept override
 
 ConstantStructOperation (std::shared_ptr< const StructType > type)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
const StructTypetype () 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< ThreeAddressCodecreate (const std::vector< const Variable * > &elements, const std::shared_ptr< const rvsdg::Type > &type)
 
static rvsdg::OutputCreate (rvsdg::Region &, const std::vector< rvsdg::Output * > &operands, std::shared_ptr< const rvsdg::Type > resultType)
 

Static Private Member Functions

static std::vector< std::shared_ptr< const rvsdg::Type > > create_srctypes (const StructType &type)
 
static std::shared_ptr< const StructTypeCheckAndExtractStructType (std::shared_ptr< const rvsdg::Type > type)
 

Detailed Description

Definition at line 1008 of file operators.hpp.

Constructor & Destructor Documentation

◆ ~ConstantStructOperation()

jlm::llvm::ConstantStructOperation::~ConstantStructOperation ( )
overridedefaultnoexcept

◆ ConstantStructOperation()

jlm::llvm::ConstantStructOperation::ConstantStructOperation ( std::shared_ptr< const StructType type)
inlineexplicit

Definition at line 1013 of file operators.hpp.

Member Function Documentation

◆ CheckAndExtractStructType()

static std::shared_ptr< const StructType > jlm::llvm::ConstantStructOperation::CheckAndExtractStructType ( std::shared_ptr< const rvsdg::Type type)
inlinestaticprivate

Definition at line 1065 of file operators.hpp.

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 607 of file operators.cpp.

◆ create()

static std::unique_ptr< ThreeAddressCode > jlm::llvm::ConstantStructOperation::create ( const std::vector< const Variable * > &  elements,
const std::shared_ptr< const rvsdg::Type > &  type 
)
inlinestatic

Definition at line 1033 of file operators.hpp.

◆ Create()

static rvsdg::Output & jlm::llvm::ConstantStructOperation::Create ( rvsdg::Region ,
const std::vector< rvsdg::Output * > &  operands,
std::shared_ptr< const rvsdg::Type resultType 
)
inlinestatic

Definition at line 1044 of file operators.hpp.

◆ create_srctypes()

static std::vector< std::shared_ptr< const rvsdg::Type > > jlm::llvm::ConstantStructOperation::create_srctypes ( const StructType type)
inlinestaticprivate

Definition at line 1055 of file operators.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 600 of file operators.cpp.

◆ operator==()

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

Definition at line 593 of file operators.cpp.

◆ type()

const StructType & jlm::llvm::ConstantStructOperation::type ( ) const
inlinenoexcept

Definition at line 1027 of file operators.hpp.


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