|
Jlm
|
#include <RvsdgModule.hpp>


Public Member Functions | |
| const Linkage & | linkage () const noexcept |
| bool | isConstant () const noexcept |
| const std::shared_ptr< const jlm::rvsdg::Type > & | ValueType () const noexcept |
| const std::shared_ptr< const jlm::rvsdg::Type > & | ImportedType () const noexcept |
| LlvmGraphImport & | Copy (rvsdg::Region ®ion, rvsdg::StructuralInput *input) const override |
Public Member Functions inherited from jlm::rvsdg::GraphImport | |
| GraphImport (Graph &graph, std::shared_ptr< const rvsdg::Type > type, std::string name) | |
| const std::string & | Name () const noexcept |
| std::string | debug_string () const override |
| GraphImport & | Copy (Region ®ion, StructuralInput *input) const override |
Public Member Functions inherited from jlm::rvsdg::RegionArgument | |
| ~RegionArgument () noexcept override | |
| RegionArgument (rvsdg::Region *region, StructuralInput *input, std::shared_ptr< const rvsdg::Type > type) | |
| RegionArgument (const RegionArgument &)=delete | |
| RegionArgument (RegionArgument &&)=delete | |
| RegionArgument & | operator= (const RegionArgument &)=delete |
| RegionArgument & | operator= (RegionArgument &&)=delete |
| std::string | debug_string () const override |
| StructuralInput * | input () const noexcept |
Public Member Functions inherited from jlm::rvsdg::Output | |
| virtual | ~Output () noexcept |
| Output (const Output &)=delete | |
| Output (Output &&)=delete | |
| Output & | operator= (const Output &)=delete |
| Output & | operator= (Output &&)=delete |
| size_t | index () const noexcept |
| size_t | nusers () const noexcept |
| bool | IsDead () const noexcept |
| void | divert_users (jlm::rvsdg::Output *new_origin) |
| template<typename F > | |
| size_t | divertUsersWhere (Output &newOrigin, const F &match) |
| rvsdg::Input & | SingleUser () noexcept |
| UsersRange | Users () |
| UsersConstRange | Users () const |
| const std::shared_ptr< const rvsdg::Type > & | Type () const noexcept |
| rvsdg::Region * | region () const noexcept |
| std::variant< Node *, Region * > | GetOwner () const noexcept |
Static Public Member Functions | |
| static LlvmGraphImport & | Create (rvsdg::Graph &graph, std::shared_ptr< const rvsdg::Type > valueType, std::shared_ptr< const rvsdg::Type > importedType, std::string name, Linkage linkage, bool isConstant=false) |
Static Public Member Functions inherited from jlm::rvsdg::GraphImport | |
| static GraphImport & | Create (Graph &graph, std::shared_ptr< const rvsdg::Type > type, std::string name) |
Static Public Member Functions inherited from jlm::rvsdg::RegionArgument | |
| static RegionArgument & | Create (rvsdg::Region ®ion, StructuralInput *input, std::shared_ptr< const rvsdg::Type > type) |
| Creates region entry argument. More... | |
Private Member Functions | |
| LlvmGraphImport (rvsdg::Graph &graph, std::shared_ptr< const rvsdg::Type > valueType, std::shared_ptr< const rvsdg::Type > importedType, std::string name, Linkage linkage, bool isConstant) | |
Private Attributes | |
| std::shared_ptr< const rvsdg::Type > | ValueType_ |
| std::shared_ptr< const rvsdg::Type > | ImportedType_ |
| llvm::Linkage | Linkage_ |
| bool | isConstant_ |
Additional Inherited Members | |
Public Types inherited from jlm::rvsdg::RegionArgument | |
| typedef util::IntrusiveListAccessor< RegionArgument, &RegionArgument::structural_input_anchor_ > | structural_input_accessor |
Public Types inherited from jlm::rvsdg::Output | |
| using | UsersList = Input::UsersList |
| using | UsersRange = jlm::util::IteratorRange< UsersList::Iterator > |
| using | UsersConstRange = jlm::util::IteratorRange< UsersList::ConstIterator > |
Protected Member Functions inherited from jlm::rvsdg::Output | |
| Output (Node &owner, std::shared_ptr< const rvsdg::Type > type) | |
| Output (Region *owner, std::shared_ptr< const rvsdg::Type > type) | |
Represents an import into the RVSDG of an external entity. It is used to model LLVM module declarations.
Definition at line 21 of file RvsdgModule.hpp.
|
inlineprivate |
Definition at line 23 of file RvsdgModule.hpp.
|
overridevirtual |
Creates a copy of the argument in region with the structural_input input.
| region | The region where the copy of the argument is created in. |
| input | The structural_input to the argument, if any. |
Reimplemented from jlm::rvsdg::RegionArgument.
Definition at line 12 of file RvsdgModule.cpp.
|
inlinestatic |
Definition at line 81 of file RvsdgModule.hpp.
|
inlinenoexcept |
Symbols are imported as references to an underlying function or global variable. The imported type is the type of this reference, e.g., a pointer or function type. The imported type is the actual type of the RVSDG region argument.
Definition at line 72 of file RvsdgModule.hpp.
|
inlinenoexcept |
Definition at line 45 of file RvsdgModule.hpp.
|
inlinenoexcept |
Definition at line 39 of file RvsdgModule.hpp.
|
inlinenoexcept |
Symbols are imported as references to an underlying function or global variable. The value type is the type of this underlying target.
Definition at line 58 of file RvsdgModule.hpp.
|
private |
Definition at line 102 of file RvsdgModule.hpp.
|
private |
Definition at line 104 of file RvsdgModule.hpp.
|
private |
Definition at line 103 of file RvsdgModule.hpp.
|
private |
Definition at line 101 of file RvsdgModule.hpp.