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

#include <FloatingPointMinMaxIntrinsicOperations.hpp>

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

Public Member Functions

 ~RoundOperation () noexcept override
 
 RoundOperation (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
 
std::shared_ptr< const rvsdg::TypegetType () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::UnaryOperation
 ~UnaryOperation () noexcept override
 
 UnaryOperation (std::shared_ptr< const Type > operand, std::shared_ptr< const Type > result)
 
- 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< ThreeAddressCodecreateTac (const Variable &operand)
 
static rvsdg::SimpleNodecreateNode (rvsdg::Output &operand)
 

Static Private Member Functions

static void checkType (const std::shared_ptr< const rvsdg::Type > &type)
 

Detailed Description

Represents LLVM's llvm.round.* intrinsic

See LLVM Language Reference Manual for more details.

Definition at line 123 of file FloatingPointMinMaxIntrinsicOperations.hpp.

Constructor & Destructor Documentation

◆ ~RoundOperation()

jlm::llvm::RoundOperation::~RoundOperation ( )
overridedefaultnoexcept

◆ RoundOperation()

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

Definition at line 128 of file FloatingPointMinMaxIntrinsicOperations.hpp.

Member Function Documentation

◆ checkType()

void jlm::llvm::RoundOperation::checkType ( const std::shared_ptr< const rvsdg::Type > &  type)
staticprivate

Definition at line 93 of file FloatingPointMinMaxIntrinsicOperations.cpp.

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 87 of file FloatingPointMinMaxIntrinsicOperations.cpp.

◆ createNode()

static rvsdg::SimpleNode & jlm::llvm::RoundOperation::createNode ( rvsdg::Output operand)
inlinestatic

Definition at line 157 of file FloatingPointMinMaxIntrinsicOperations.hpp.

◆ createTac()

static std::unique_ptr< ThreeAddressCode > jlm::llvm::RoundOperation::createTac ( const Variable operand)
inlinestatic

Definition at line 150 of file FloatingPointMinMaxIntrinsicOperations.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 81 of file FloatingPointMinMaxIntrinsicOperations.cpp.

◆ getType()

std::shared_ptr< const rvsdg::Type > jlm::llvm::RoundOperation::getType ( ) const
inlinenoexcept

Definition at line 144 of file FloatingPointMinMaxIntrinsicOperations.hpp.

◆ operator==()

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

Definition at line 74 of file FloatingPointMinMaxIntrinsicOperations.cpp.


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