|
Jlm
|
#include <operators.hpp>


Public Member Functions | |
| ~ConstantFP () noexcept override | |
| ConstantFP (const fpsize &size, const ::llvm::APFloat &constant) | |
| ConstantFP (std::shared_ptr< const FloatingPointType > fpt, const ::llvm::APFloat &constant) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
| const ::llvm::APFloat & | constant () const noexcept |
| const fpsize & | 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< ConstantFP > | create (const ::llvm::APFloat &constant, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
| static std::unique_ptr< llvm::ThreeAddressCode > | createTac (const ::llvm::APFloat &constant, const std::shared_ptr< const jlm::rvsdg::Type > &type) |
| static rvsdg::Node & | createNode (rvsdg::Region ®ion, fpsize size, const ::llvm::APFloat &constant) |
| static ::llvm::APFloat | getZeroRepresentation (fpsize size) |
Private Attributes | |
| ::llvm::APFloat | constant_ |
Definition at line 487 of file operators.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 492 of file operators.hpp.
|
inline |
Definition at line 497 of file operators.hpp.
|
inlinenoexcept |
Definition at line 512 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 377 of file operators.cpp.
|
inlinestatic |
Definition at line 524 of file operators.hpp.
|
inlinestatic |
Definition at line 540 of file operators.hpp.
|
inlinestatic |
Definition at line 534 of file operators.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 363 of file operators.cpp.
|
inlinestatic |
Helper function for creating a floating point constant value 0 of the correct type.
Definition at line 549 of file operators.hpp.
|
overridenoexcept |
Definition at line 356 of file operators.cpp.
|
inlinenoexcept |
Definition at line 518 of file operators.hpp.
|
private |
Definition at line 571 of file operators.hpp.