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

Input/Output state type. More...

#include <types.hpp>

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

Public Member Functions

 ~IOStateType () noexcept override
 
constexpr IOStateType () noexcept=default
 
bool operator== (const jlm::rvsdg::Type &other) const noexcept override
 
std::size_t ComputeHash () const noexcept override
 
std::string debug_string () const override
 
rvsdg::TypeKind Kind () const noexcept override
 Return the kind of this type. More...
 
- Public Member Functions inherited from jlm::rvsdg::Type
virtual ~Type () noexcept
 
bool operator!= (const jlm::rvsdg::Type &other) const noexcept
 

Static Public Member Functions

static std::shared_ptr< const IOStateTypeCreate ()
 

Additional Inherited Members

- Protected Member Functions inherited from jlm::rvsdg::Type
constexpr Type () noexcept
 

Detailed Description

Input/Output state type.

This type is used for state edges that sequentialize input/output operations.

Definition at line 437 of file types.hpp.

Constructor & Destructor Documentation

◆ ~IOStateType()

jlm::llvm::IOStateType::~IOStateType ( )
overridedefaultnoexcept

◆ IOStateType()

constexpr jlm::llvm::IOStateType::IOStateType ( )
constexprdefaultnoexcept

Member Function Documentation

◆ ComputeHash()

std::size_t jlm::llvm::IOStateType::ComputeHash ( ) const
overridevirtualnoexcept

Computes a hash value for the instance of the type.

Returns
A hash value.

Implements jlm::rvsdg::Type.

Definition at line 325 of file types.cpp.

◆ Create()

std::shared_ptr< const IOStateType > jlm::llvm::IOStateType::Create ( )
static

Definition at line 343 of file types.cpp.

◆ debug_string()

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

Implements jlm::rvsdg::Type.

Definition at line 337 of file types.cpp.

◆ Kind()

rvsdg::TypeKind jlm::llvm::IOStateType::Kind ( ) const
overridevirtualnoexcept

Return the kind of this type.

Implements jlm::rvsdg::Type.

Definition at line 331 of file types.cpp.

◆ operator==()

bool jlm::llvm::IOStateType::operator== ( const jlm::rvsdg::Type other) const
overridevirtualnoexcept

Implements jlm::rvsdg::Type.

Definition at line 319 of file types.cpp.


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