LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Inheritance diagram for llzk::function::ReturnOp:
[legend]
Collaboration diagram for llzk::function::ReturnOp:
[legend]

Public Types

using Adaptor = ReturnOpAdaptor
template<typename RangeT>
using GenericAdaptor = ReturnOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::Operation::operand_range getODSOperands (unsigned index)
::mlir::Operation::operand_range getOperands ()
::mlir::MutableOperandRange getOperandsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::LogicalResult verify ()
::mlir::MutableOperandRange getMutableSuccessorOperands (::mlir::RegionBranchPoint point)
void print (::mlir::OpAsmPrinter &_odsPrinter)
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

Definition at line 861 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 865 of file Ops.h.inc.

◆ FoldAdaptor

using llzk::function::ReturnOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 868 of file Ops.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::function::ReturnOp::GenericAdaptor = ReturnOpGenericAdaptor<RangeT>

Definition at line 867 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/3]

void llzk::function::ReturnOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 1152 of file Ops.cpp.inc.

◆ build() [2/3]

void llzk::function::ReturnOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState )
static

Definition at line 1143 of file Ops.cpp.inc.

◆ build() [3/3]

void llzk::function::ReturnOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands )
static

Definition at line 1148 of file Ops.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::function::ReturnOp::getAttributeNames ( )
inline

Definition at line 869 of file Ops.h.inc.

◆ getEffects()

void llzk::function::ReturnOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 1216 of file Ops.cpp.inc.

◆ getMutableSuccessorOperands()

mlir::MutableOperandRange llzk::function::ReturnOp::getMutableSuccessorOperands ( ::mlir::RegionBranchPoint point)

Definition at line 1219 of file Ops.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::function::ReturnOp::getODSOperandIndexAndLength ( unsigned index)

Definition at line 1119 of file Ops.cpp.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::function::ReturnOp::getODSOperands ( unsigned index)
inline

Definition at line 878 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::function::ReturnOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 889 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::function::ReturnOp::getODSResults ( unsigned index)
inline

Definition at line 893 of file Ops.h.inc.

◆ getOperands()

::mlir::Operation::operand_range llzk::function::ReturnOp::getOperands ( )
inline

Definition at line 884 of file Ops.h.inc.

◆ getOperandsMutable()

mlir::MutableOperandRange llzk::function::ReturnOp::getOperandsMutable ( )

Definition at line 1137 of file Ops.cpp.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::function::ReturnOp::getOperationName ( )
inlinestatic

Definition at line 873 of file Ops.h.inc.

◆ parse()

mlir::ParseResult llzk::function::ReturnOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 1178 of file Ops.cpp.inc.

◆ print()

void llzk::function::ReturnOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 1204 of file Ops.cpp.inc.

◆ verify()

LogicalResult llzk::function::ReturnOp::verify ( )

Definition at line 366 of file Ops.cpp.

◆ verifyInvariants()

llvm::LogicalResult llzk::function::ReturnOp::verifyInvariants ( )

Definition at line 1172 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::function::ReturnOp::verifyInvariantsImpl ( )

Definition at line 1159 of file Ops.cpp.inc.


The documentation for this class was generated from the following files: