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

Public Types

using Adaptor = UnifiableCastOpAdaptor
 
template<typename RangeT>
using GenericAdaptor = UnifiableCastOpGenericAdaptor<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::Value getInput ()
 
::mlir::OpOperand & getInputMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::Value getResult ()
 
::mlir::LogicalResult verifyInvariantsImpl ()
 
::mlir::LogicalResult verifyInvariants ()
 
::mlir::LogicalResult verify ()
 
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 input)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input)
 
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 468 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using llzk::polymorphic::UnifiableCastOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

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

◆ GenericAdaptor

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

void llzk::polymorphic::UnifiableCastOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value input )
static

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

◆ build() [3/3]

void llzk::polymorphic::UnifiableCastOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value input )
static

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

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef > llzk::polymorphic::UnifiableCastOp::getAttributeNames ( )
inline

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

◆ getEffects()

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

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

◆ getInput()

mlir::Value llzk::polymorphic::UnifiableCastOp::getInput ( )

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

◆ getInputMutable()

mlir::OpOperand & llzk::polymorphic::UnifiableCastOp::getInputMutable ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::polymorphic::UnifiableCastOp::getODSOperandIndexAndLength ( unsigned index)

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

◆ getODSOperands()

mlir::Operation::operand_range llzk::polymorphic::UnifiableCastOp::getODSOperands ( unsigned index)

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

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::polymorphic::UnifiableCastOp::getODSResultIndexAndLength ( unsigned index)

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

◆ getODSResults()

mlir::Operation::result_range llzk::polymorphic::UnifiableCastOp::getODSResults ( unsigned index)

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

◆ getOperationName()

static constexpr ::llvm::StringLiteral llzk::polymorphic::UnifiableCastOp::getOperationName ( )
inlinestatic

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

◆ getResult()

mlir::Value llzk::polymorphic::UnifiableCastOp::getResult ( )

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

◆ parse()

mlir::ParseResult llzk::polymorphic::UnifiableCastOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

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

◆ print()

void llzk::polymorphic::UnifiableCastOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

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

◆ verify()

LogicalResult llzk::polymorphic::UnifiableCastOp::verify ( )

Definition at line 72 of file Ops.cpp.

◆ verifyInvariants()

mlir::LogicalResult llzk::polymorphic::UnifiableCastOp::verifyInvariants ( )

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

◆ verifyInvariantsImpl()

mlir::LogicalResult llzk::polymorphic::UnifiableCastOp::verifyInvariantsImpl ( )

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


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