|
Jlm
|
Lambda operation. More...
#include <lambda.hpp>


Static Public Member Functions | |
| static rvsdg::Output & | getIOStateArgument (const rvsdg::LambdaNode &lambdaNode) noexcept |
| static std::unique_ptr< LlvmLambdaOperation > | Create (std::shared_ptr< const jlm::rvsdg::FunctionType > type, std::string name, const jlm::llvm::Linkage &linkage, jlm::llvm::CallingConvention callingConvention, jlm::llvm::AttributeSet attributes) |
| static std::unique_ptr< LlvmLambdaOperation > | Create (std::shared_ptr< const jlm::rvsdg::FunctionType > type, std::string name, const jlm::llvm::Linkage &linkage) |
Private Attributes | |
| std::string | name_ |
| jlm::llvm::Linkage | linkage_ |
| jlm::llvm::CallingConvention | callingConvention_ |
| jlm::llvm::AttributeSet | attributes_ |
| std::vector< jlm::llvm::AttributeSet > | ArgumentAttributes_ |
Lambda operation.
A lambda operation determines a lambda's name and function type.
Definition at line 29 of file lambda.hpp.
|
overridedefault |
| jlm::llvm::LlvmLambdaOperation::LlvmLambdaOperation | ( | std::shared_ptr< const jlm::rvsdg::FunctionType > | type, |
| std::string | name, | ||
| const jlm::llvm::Linkage & | linkage, | ||
| jlm::llvm::CallingConvention | callingConvention_, | ||
| jlm::llvm::AttributeSet | attributes | ||
| ) |
Definition at line 15 of file lambda.cpp.
|
inlinenoexcept |
Definition at line 60 of file lambda.hpp.
|
inlinenoexcept |
Definition at line 54 of file lambda.hpp.
|
overridevirtual |
Reimplemented from jlm::rvsdg::LambdaOperation.
Definition at line 45 of file lambda.cpp.
|
inlinestatic |
Helper for creating an LlvmLambdaOperation with default calling convention and empty attribute set.
Definition at line 104 of file lambda.hpp.
|
inlinestatic |
Definition at line 84 of file lambda.hpp.
|
overridevirtual |
Reimplemented from jlm::rvsdg::LambdaOperation.
Definition at line 31 of file lambda.cpp.
|
noexcept |
Definition at line 51 of file lambda.cpp.
|
staticnoexcept |
Definition at line 67 of file lambda.cpp.
|
inlinenoexcept |
Definition at line 48 of file lambda.hpp.
|
inlinenoexcept |
Definition at line 42 of file lambda.hpp.
|
overridenoexcept |
Definition at line 37 of file lambda.cpp.
| void jlm::llvm::LlvmLambdaOperation::SetArgumentAttributes | ( | std::size_t | index, |
| const jlm::llvm::AttributeSet & | attributes | ||
| ) |
Definition at line 58 of file lambda.cpp.
|
private |
Definition at line 122 of file lambda.hpp.
|
private |
Definition at line 121 of file lambda.hpp.
|
private |
Definition at line 120 of file lambda.hpp.
|
private |
Definition at line 119 of file lambda.hpp.
|
private |
Definition at line 118 of file lambda.hpp.