|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = MemberWriteOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = MemberWriteOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getMemberNameAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::component::StructType > | getComponent () |
| ::mlir::TypedValue<::mlir::Type > | getVal () |
| ::mlir::OpOperand & | getComponentMutable () |
| ::mlir::OpOperand & | getValMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::FlatSymbolRefAttr | getMemberNameAttr () |
| ::llvm::StringRef | getMemberName () |
| void | setMemberNameAttr (::mlir::FlatSymbolRefAttr attr) |
| void | setMemberName (::llvm::StringRef attrValue) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| bool | isRead () |
| Return true if the op is a read, false if it's a write. | |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| inline ::mlir::FailureOr< SymbolLookupResult< MemberDefOp > > | getMemberDefOp (::mlir::SymbolTableCollection &tables) |
| Gets the definition for the member referenced in this op. | |
Static Public Member Functions | |
| ::mlir::StringAttr | getMemberNameAttrName (::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::Value component, ::mlir::FlatSymbolRefAttr member_name, ::mlir::Value val) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value component, ::mlir::FlatSymbolRefAttr member_name, ::mlir::Value val) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value component, ::llvm::StringRef member_name, ::mlir::Value val) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value component, ::llvm::StringRef member_name, ::mlir::Value val) |
| 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) |
| using llzk::component::MemberWriteOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::component::MemberWriteOp::GenericAdaptor = MemberWriteOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1364 of file Ops.cpp.inc.
|
static |
Definition at line 1356 of file Ops.cpp.inc.
|
static |
Definition at line 1342 of file Ops.cpp.inc.
|
static |
Definition at line 1350 of file Ops.cpp.inc.
|
static |
Definition at line 1336 of file Ops.cpp.inc.
|
static |
Definition at line 1284 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 1289 of file Ops.cpp.inc.
|
inline |
| llvm::StringRef llzk::component::MemberWriteOp::getMemberName | ( | ) |
Definition at line 1327 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 1268 of file Ops.cpp.inc.
|
inline |
|
inline |
| bool llzk::component::MemberWriteOp::isRead | ( | ) |
Return true if the op is a read, false if it's a write.
Definition at line 1508 of file Ops.cpp.inc.
|
static |
Definition at line 1410 of file Ops.cpp.inc.
|
static |
Definition at line 1302 of file Ops.cpp.inc.
| void llzk::component::MemberWriteOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1475 of file Ops.cpp.inc.
|
static |
Definition at line 1315 of file Ops.cpp.inc.
|
static |
Definition at line 1295 of file Ops.cpp.inc.
| void llzk::component::MemberWriteOp::setMemberName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 1332 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 1245 of file Ops.cpp.inc.
|
static |
Definition at line 1306 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::MemberWriteOp::verifyInvariants | ( | ) |
Definition at line 1406 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::MemberWriteOp::verifyInvariantsImpl | ( | ) |
Definition at line 1382 of file Ops.cpp.inc.
| LogicalResult llzk::component::MemberWriteOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |
| void llzk::component::MemberWriteOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 1322 of file Ops.cpp.inc.