|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ApplyMapOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ApplyMapOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getMapAttrName () |
| ::mlir::StringAttr | getNumDimsAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::Operation::operand_range | getMapOperands () |
| ::mlir::MutableOperandRange | getMapOperandsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::AffineMapAttr | getMapAttr () |
| ::mlir::AffineMap | getMap () |
| ::mlir::IntegerAttr | getNumDimsAttr () |
| ::llvm::APInt | getNumDims () |
| void | setMapAttr (::mlir::AffineMapAttr attr) |
| void | setMap (::mlir::AffineMap attrValue) |
| void | setNumDimsAttr (::mlir::IntegerAttr attr) |
| void | setNumDims (::llvm::APInt attrValue) |
| ::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) |
| ::mlir::AffineMap | getAffineMap () |
| Returns the affine map to be applied by this operation. | |
| ::mlir::affine::AffineValueMap | getAffineValueMap () |
| Returns the affine value map computed from this operation. | |
| ::mlir::ValueRange | getDimOperands () |
| Returns all dimension operands. | |
| ::mlir::ValueRange | getSymbolOperands () |
| Returns all symbol operands. | |
Static Public Member Functions | |
| ::mlir::StringAttr | getMapAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getNumDimsAttrName (::mlir::OperationName name) |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| ::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
| ::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
| static llvm::hash_code | computePropertiesHash (const Properties &prop) |
| static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
| static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
| static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
| ::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
| ::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineMapAttr map, ::mlir::ValueRange mapOperands={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineMap map, ::mlir::ValueRange mapOperands={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineExpr expr, ::mlir::ValueRange mapOperands={}) |
| ::llvm::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) |
| using llzk::polymorphic::ApplyMapOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::polymorphic::ApplyMapOp::GenericAdaptor = ApplyMapOpGenericAdaptor<RangeT> |
|
static |
Definition at line 391 of file Ops.cpp.inc.
|
static |
Definition at line 386 of file Ops.cpp.inc.
|
static |
Definition at line 376 of file Ops.cpp.inc.
|
static |
Definition at line 294 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
| void llzk::polymorphic::ApplyMapOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 487 of file Ops.cpp.inc.
|
static |
Definition at line 300 of file Ops.cpp.inc.
| mlir::AffineMap llzk::polymorphic::ApplyMapOp::getMap | ( | ) |
Definition at line 358 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| mlir::MutableOperandRange llzk::polymorphic::ApplyMapOp::getMapOperandsMutable | ( | ) |
Definition at line 228 of file Ops.cpp.inc.
| llvm::APInt llzk::polymorphic::ApplyMapOp::getNumDims | ( | ) |
Definition at line 363 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| std::pair< unsigned, unsigned > llzk::polymorphic::ApplyMapOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 210 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 271 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 435 of file Ops.cpp.inc.
|
static |
Definition at line 443 of file Ops.cpp.inc.
|
static |
Definition at line 321 of file Ops.cpp.inc.
| void llzk::polymorphic::ApplyMapOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 476 of file Ops.cpp.inc.
|
static |
Definition at line 342 of file Ops.cpp.inc.
|
static |
Definition at line 309 of file Ops.cpp.inc.
| void llzk::polymorphic::ApplyMapOp::setMap | ( | ::mlir::AffineMap | attrValue | ) |
Definition at line 368 of file Ops.cpp.inc.
|
inline |
| void llzk::polymorphic::ApplyMapOp::setNumDims | ( | ::llvm::APInt | attrValue | ) |
Definition at line 372 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 234 of file Ops.cpp.inc.
|
static |
Definition at line 327 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::polymorphic::ApplyMapOp::verifyInvariants | ( | ) |
Definition at line 429 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::polymorphic::ApplyMapOp::verifyInvariantsImpl | ( | ) |
Definition at line 397 of file Ops.cpp.inc.
| void llzk::polymorphic::ApplyMapOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 352 of file Ops.cpp.inc.