LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::smt::ArrayBroadcastOp:
[legend]
Collaboration diagram for llzk::smt::ArrayBroadcastOp:
[legend]

Public Types

using Adaptor = ArrayBroadcastOpAdaptor
template<typename RangeT>
using GenericAdaptor = ArrayBroadcastOpGenericAdaptor<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::TypedValue<::mlir::Type > getValue ()
::mlir::OpOperand & getValueMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::ArrayTypegetResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::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 result, ::mlir::Value value)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value value)
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 631 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using llzk::smt::ArrayBroadcastOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 638 of file SMT.h.inc.

◆ GenericAdaptor

Definition at line 637 of file SMT.h.inc.

Member Function Documentation

◆ build() [1/3]

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

Definition at line 761 of file SMT.cpp.inc.

◆ build() [2/3]

void llzk::smt::ArrayBroadcastOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value value )
static

Definition at line 750 of file SMT.cpp.inc.

◆ build() [3/3]

void llzk::smt::ArrayBroadcastOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value value )
static

Definition at line 755 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::ArrayBroadcastOp::getAttributeNames ( )
inline

Definition at line 639 of file SMT.h.inc.

◆ getEffects()

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

Definition at line 839 of file SMT.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ArrayBroadcastOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 647 of file SMT.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::ArrayBroadcastOp::getODSOperands ( unsigned index)
inline

Definition at line 651 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ArrayBroadcastOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 666 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::ArrayBroadcastOp::getODSResults ( unsigned index)
inline

Definition at line 670 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::ArrayBroadcastOp::getOperationName ( )
inlinestatic

Definition at line 643 of file SMT.h.inc.

◆ getResult()

::mlir::TypedValue<::llzk::smt::ArrayType > llzk::smt::ArrayBroadcastOp::getResult ( )
inline

Definition at line 676 of file SMT.h.inc.

◆ getValue()

::mlir::TypedValue<::mlir::Type > llzk::smt::ArrayBroadcastOp::getValue ( )
inline

Definition at line 657 of file SMT.h.inc.

◆ getValueMutable()

::mlir::OpOperand & llzk::smt::ArrayBroadcastOp::getValueMutable ( )
inline

Definition at line 661 of file SMT.h.inc.

◆ parse()

mlir::ParseResult llzk::smt::ArrayBroadcastOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 797 of file SMT.cpp.inc.

◆ print()

void llzk::smt::ArrayBroadcastOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 829 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::ArrayBroadcastOp::verifyInvariants ( )

Definition at line 793 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::ArrayBroadcastOp::verifyInvariantsImpl ( )

Definition at line 769 of file SMT.cpp.inc.


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