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::TypedValue<::mlir::Type > getInput ()
::mlir::OpOperand & getInputMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::mlir::Type > getResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::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 555 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

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

◆ GenericAdaptor

Definition at line 561 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 701 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 690 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 695 of file Ops.cpp.inc.

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getInput()

::mlir::TypedValue<::mlir::Type > llzk::polymorphic::UnifiableCastOp::getInput ( )
inline

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

◆ getInputMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

::mlir::TypedValue<::mlir::Type > llzk::polymorphic::UnifiableCastOp::getResult ( )
inline

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

◆ parse()

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

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

◆ print()

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

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

◆ verify()

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

Definition at line 72 of file Ops.cpp.

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


The documentation for this class was generated from the following files:
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.h.inc
  • lib/Dialect/Polymorphic/IR/Ops.cpp
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.cpp.inc