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

#include <ConversionOperations.hpp>

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

Public Member Functions

 ~FPToUIOperation () noexcept override
 
 FPToUIOperation (const fpsize size, std::shared_ptr< const rvsdg::BitType > resultType)
 
 FPToUIOperation (std::shared_ptr< const FloatingPointType > operandType, std::shared_ptr< const rvsdg::BitType > resultType)
 
 FPToUIOperation (const std::shared_ptr< const rvsdg::Type > &operandType, const std::shared_ptr< const rvsdg::Type > &resultType)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
- 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< ThreeAddressCodecreate (const Variable *operand, const std::shared_ptr< const rvsdg::Type > &type)
 

Static Private Member Functions

static std::shared_ptr< const FloatingPointTypecheckAndExtractOperandType (const std::shared_ptr< const rvsdg::Type > &operandType)
 
static std::shared_ptr< const rvsdg::BitTypecheckAndExtractResultType (const std::shared_ptr< const rvsdg::Type > &resultType)
 

Detailed Description

Definition at line 701 of file ConversionOperations.hpp.

Constructor & Destructor Documentation

◆ ~FPToUIOperation()

jlm::llvm::FPToUIOperation::~FPToUIOperation ( )
overridedefaultnoexcept

◆ FPToUIOperation() [1/3]

jlm::llvm::FPToUIOperation::FPToUIOperation ( const fpsize  size,
std::shared_ptr< const rvsdg::BitType resultType 
)
inline

Definition at line 706 of file ConversionOperations.hpp.

◆ FPToUIOperation() [2/3]

jlm::llvm::FPToUIOperation::FPToUIOperation ( std::shared_ptr< const FloatingPointType operandType,
std::shared_ptr< const rvsdg::BitType resultType 
)
inline

Definition at line 710 of file ConversionOperations.hpp.

◆ FPToUIOperation() [3/3]

jlm::llvm::FPToUIOperation::FPToUIOperation ( const std::shared_ptr< const rvsdg::Type > &  operandType,
const std::shared_ptr< const rvsdg::Type > &  resultType 
)
inline

Definition at line 716 of file ConversionOperations.hpp.

Member Function Documentation

◆ checkAndExtractOperandType()

static std::shared_ptr< const FloatingPointType > jlm::llvm::FPToUIOperation::checkAndExtractOperandType ( const std::shared_ptr< const rvsdg::Type > &  operandType)
inlinestaticprivate

Definition at line 745 of file ConversionOperations.hpp.

◆ checkAndExtractResultType()

static std::shared_ptr< const rvsdg::BitType > jlm::llvm::FPToUIOperation::checkAndExtractResultType ( const std::shared_ptr< const rvsdg::Type > &  resultType)
inlinestaticprivate

Definition at line 756 of file ConversionOperations.hpp.

◆ copy()

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

Implements jlm::rvsdg::Operation.

Definition at line 311 of file ConversionOperations.cpp.

◆ create()

static std::unique_ptr< ThreeAddressCode > jlm::llvm::FPToUIOperation::create ( const Variable operand,
const std::shared_ptr< const rvsdg::Type > &  type 
)
inlinestatic

Definition at line 735 of file ConversionOperations.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 305 of file ConversionOperations.cpp.

◆ operator==()

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

Definition at line 298 of file ConversionOperations.cpp.


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