|
Jlm
|
#include <BitManipulationIntrinsicOperations.hpp>


Public Member Functions | |
| ~CtpopOperation () noexcept override | |
| CtpopOperation (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::Type > | getType () 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< ThreeAddressCode > | createTac (const Variable &operand) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &operand) |
Static Private Member Functions | |
| static void | checkType (const std::shared_ptr< const rvsdg::Type > &type) |
Represents LLVM's llvm.ctpop.* intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 223 of file BitManipulationIntrinsicOperations.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 228 of file BitManipulationIntrinsicOperations.hpp.
|
staticprivate |
Definition at line 166 of file BitManipulationIntrinsicOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 160 of file BitManipulationIntrinsicOperations.cpp.
|
inlinestatic |
Definition at line 257 of file BitManipulationIntrinsicOperations.hpp.
|
inlinestatic |
Definition at line 250 of file BitManipulationIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 154 of file BitManipulationIntrinsicOperations.cpp.
|
inlinenoexcept |
Definition at line 244 of file BitManipulationIntrinsicOperations.hpp.
|
overridenoexcept |
Definition at line 147 of file BitManipulationIntrinsicOperations.cpp.