LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::undef::UndefOp Class Reference
Inheritance diagram for llzk::undef::UndefOp:
[legend]
Collaboration diagram for llzk::undef::UndefOp:
[legend]

Public Types

using Adaptor = UndefOpAdaptor
 
template<typename RangeT>
using GenericAdaptor = UndefOpGenericAdaptor<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)
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::Value getRes ()
 
::mlir::LogicalResult verifyInvariantsImpl ()
 
::mlir::LogicalResult verifyInvariants ()
 
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, ::mlir::Type res)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes)
 
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 86 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

using llzk::undef::UndefOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::undef::UndefOp::GenericAdaptor = UndefOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

void llzk::undef::UndefOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type res )
static

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

◆ build() [3/3]

void llzk::undef::UndefOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes )
static

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

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef > llzk::undef::UndefOp::getAttributeNames ( )
inline

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

◆ getEffects()

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

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::undef::UndefOp::getODSOperandIndexAndLength ( unsigned index)

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

◆ getODSOperands()

mlir::Operation::operand_range llzk::undef::UndefOp::getODSOperands ( unsigned index)

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

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::undef::UndefOp::getODSResultIndexAndLength ( unsigned index)

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

◆ getODSResults()

mlir::Operation::result_range llzk::undef::UndefOp::getODSResults ( unsigned index)

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

◆ getOperationName()

static constexpr ::llvm::StringLiteral llzk::undef::UndefOp::getOperationName ( )
inlinestatic

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

◆ getRes()

mlir::Value llzk::undef::UndefOp::getRes ( )

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

◆ parse()

mlir::ParseResult llzk::undef::UndefOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

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

◆ print()

void llzk::undef::UndefOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

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

◆ verifyInvariants()

mlir::LogicalResult llzk::undef::UndefOp::verifyInvariants ( )

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

◆ verifyInvariantsImpl()

mlir::LogicalResult llzk::undef::UndefOp::verifyInvariantsImpl ( )

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


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