|
Jlm
|
#include <GeneralIntrinsicOperations.hpp>


Public Member Functions | |
| ~PtrMaskOperation () noexcept override | |
| PtrMaskOperation (const std::shared_ptr< const rvsdg::Type > &ptrOperandType, const std::shared_ptr< const rvsdg::Type > &maskOperandType) | |
| 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 > | getPtrOperandType () const noexcept |
| std::shared_ptr< const rvsdg::Type > | getMaskOperandType () 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< ThreeAddressCode > | createTac (const Variable &ptrOperand, const Variable &maskOperand) |
| static rvsdg::SimpleNode & | createNode (rvsdg::Output &ptrOperand, rvsdg::Output &maskOperand) |
Static Private Member Functions | |
| static void | checkOperandTypes (const std::shared_ptr< const rvsdg::Type > &ptrType, const std::shared_ptr< const rvsdg::Type > &maskType) |
Represents LLVM's llvm.ptrmask intrinsic
See LLVM Language Reference Manual for more details.
Definition at line 67 of file GeneralIntrinsicOperations.hpp.
|
overridedefaultnoexcept |
|
inlineexplicit |
Definition at line 72 of file GeneralIntrinsicOperations.hpp.
|
staticprivate |
Definition at line 55 of file GeneralIntrinsicOperations.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 49 of file GeneralIntrinsicOperations.cpp.
|
inlinestatic |
Definition at line 107 of file GeneralIntrinsicOperations.hpp.
|
inlinestatic |
Definition at line 100 of file GeneralIntrinsicOperations.hpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 43 of file GeneralIntrinsicOperations.cpp.
|
inlinenoexcept |
Definition at line 94 of file GeneralIntrinsicOperations.hpp.
|
inlinenoexcept |
Definition at line 88 of file GeneralIntrinsicOperations.hpp.
|
overridenoexcept |
Definition at line 35 of file GeneralIntrinsicOperations.cpp.