LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
using | Adaptor = ExtractArrayOpAdaptor |
template<typename RangeT> | |
using | GenericAdaptor = ExtractArrayOpGenericAdaptor<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<::llzk::array::ArrayType > | getArrRef () |
::mlir::Operation::operand_range | getIndices () |
::mlir::OpOperand & | getArrRefMutable () |
::mlir::MutableOperandRange | getIndicesMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::TypedValue<::llzk::array::ArrayType > | getResult () |
::mlir::LogicalResult | verifyInvariantsImpl () |
::mlir::LogicalResult | verifyInvariants () |
::mlir::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
bool | isRead () |
Return true if the op is a read, false if it's a write. | |
void | print (::mlir::OpAsmPrinter &_odsPrinter) |
inline ::llzk::array::ArrayType | getArrRefType () |
Gets the type of the referenced base array. | |
Static Public Member Functions | |
static constexpr ::llvm::StringLiteral | getOperationName () |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
::mlir::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
::mlir::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, std::optional<::mlir::Location > location, Adaptor adaptor, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
static bool | isCompatibleReturnTypes (::mlir::TypeRange l, ::mlir::TypeRange r) |
using llzk::array::ExtractArrayOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
using llzk::array::ExtractArrayOp::GenericAdaptor = ExtractArrayOpGenericAdaptor<RangeT> |
|
static |
Definition at line 960 of file Ops.cpp.inc.
|
static |
Definition at line 932 of file Ops.cpp.inc.
|
static |
Definition at line 953 of file Ops.cpp.inc.
|
static |
Definition at line 938 of file Ops.cpp.inc.
|
static |
Definition at line 968 of file Ops.cpp.inc.
mlir::TypedValue<::llzk::array::ArrayType > llzk::array::ExtractArrayOp::getArrRef | ( | ) |
Definition at line 899 of file Ops.cpp.inc.
mlir::OpOperand & llzk::array::ExtractArrayOp::getArrRefMutable | ( | ) |
Definition at line 907 of file Ops.cpp.inc.
|
inline |
|
inline |
mlir::Operation::operand_range llzk::array::ExtractArrayOp::getIndices | ( | ) |
Definition at line 903 of file Ops.cpp.inc.
mlir::MutableOperandRange llzk::array::ExtractArrayOp::getIndicesMutable | ( | ) |
Definition at line 912 of file Ops.cpp.inc.
std::pair< unsigned, unsigned > llzk::array::ExtractArrayOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 875 of file Ops.cpp.inc.
mlir::Operation::operand_range llzk::array::ExtractArrayOp::getODSOperands | ( | unsigned | index | ) |
Definition at line 893 of file Ops.cpp.inc.
std::pair< unsigned, unsigned > llzk::array::ExtractArrayOp::getODSResultIndexAndLength | ( | unsigned | index | ) |
Definition at line 918 of file Ops.cpp.inc.
mlir::Operation::result_range llzk::array::ExtractArrayOp::getODSResults | ( | unsigned | index | ) |
Definition at line 922 of file Ops.cpp.inc.
|
inlinestatic |
mlir::TypedValue<::llzk::array::ArrayType > llzk::array::ExtractArrayOp::getResult | ( | ) |
Definition at line 928 of file Ops.cpp.inc.
|
static |
|
static |
|
static |
bool llzk::array::ExtractArrayOp::isRead | ( | ) |
Return true
if the op is a read, false
if it's a write.
Definition at line 1102 of file Ops.cpp.inc.
|
static |
Definition at line 1018 of file Ops.cpp.inc.
void llzk::array::ExtractArrayOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1070 of file Ops.cpp.inc.
mlir::LogicalResult llzk::array::ExtractArrayOp::verifyInvariants | ( | ) |
Definition at line 1014 of file Ops.cpp.inc.
mlir::LogicalResult llzk::array::ExtractArrayOp::verifyInvariantsImpl | ( | ) |
Definition at line 986 of file Ops.cpp.inc.
LogicalResult llzk::array::ExtractArrayOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |