|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = MemberReadOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = MemberReadOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getMapOpGroupSizesAttrName () |
| ::mlir::StringAttr | getMemberNameAttrName () |
| ::mlir::StringAttr | getNumDimsPerMapAttrName () |
| ::mlir::StringAttr | getTableOffsetAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::component::StructType > | getComponent () |
| ::mlir::OperandRangeRange | getMapOperands () |
| ::mlir::OpOperand & | getComponentMutable () |
| ::mlir::MutableOperandRangeRange | getMapOperandsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::Type > | getVal () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::FlatSymbolRefAttr | getMemberNameAttr () |
| ::llvm::StringRef | getMemberName () |
| ::mlir::Attribute | getTableOffsetAttr () |
| ::std::optional<::mlir::Attribute > | getTableOffset () |
| ::mlir::DenseI32ArrayAttr | getNumDimsPerMapAttr () |
| ::llvm::ArrayRef< int32_t > | getNumDimsPerMap () |
| ::mlir::DenseI32ArrayAttr | getMapOpGroupSizesAttr () |
| ::llvm::ArrayRef< int32_t > | getMapOpGroupSizes () |
| void | setMemberNameAttr (::mlir::FlatSymbolRefAttr attr) |
| void | setMemberName (::llvm::StringRef attrValue) |
| void | setTableOffsetAttr (::mlir::Attribute attr) |
| void | setNumDimsPerMapAttr (::mlir::DenseI32ArrayAttr attr) |
| void | setNumDimsPerMap (::llvm::ArrayRef< int32_t > attrValue) |
| void | setMapOpGroupSizesAttr (::mlir::DenseI32ArrayAttr attr) |
| void | setMapOpGroupSizes (::llvm::ArrayRef< int32_t > attrValue) |
| ::mlir::Attribute | removeTableOffsetAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| 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 | getMapOpGroupSizesAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getMemberNameAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getNumDimsPerMapAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getTableOffsetAttrName (::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::Type resultType, ::mlir::Value component, ::mlir::StringAttr member) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr member, ::mlir::Attribute dist, ::mlir::ValueRange mapOperands, std::optional< int32_t > numDims) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr member, ::mlir::SymbolRefAttr dist) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr member, ::mlir::IntegerAttr dist) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::mlir::ArrayRef<::mlir::NamedAttribute > attrs) |
| static void | populateDefaultProperties (::mlir::OperationName opName, Properties &properties) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::component::MemberReadOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::component::MemberReadOp::GenericAdaptor = MemberReadOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
Definition at line 1023 of file Ops.cpp.inc.
|
static |
Definition at line 1018 of file Ops.cpp.inc.
|
static |
|
static |
Definition at line 878 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 886 of file Ops.cpp.inc.
|
inline |
| mlir::MutableOperandRangeRange llzk::component::MemberReadOp::getMapOperandsMutable | ( | ) |
Definition at line 770 of file Ops.cpp.inc.
| llvm::ArrayRef< int32_t > llzk::component::MemberReadOp::getMapOpGroupSizes | ( | ) |
Definition at line 1001 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| llvm::StringRef llzk::component::MemberReadOp::getMemberName | ( | ) |
Definition at line 986 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| llvm::ArrayRef< int32_t > llzk::component::MemberReadOp::getNumDimsPerMap | ( | ) |
Definition at line 996 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| std::pair< unsigned, unsigned > llzk::component::MemberReadOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 752 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 841 of file Ops.cpp.inc.
| std::optional<::mlir::Attribute > llzk::component::MemberReadOp::getTableOffset | ( | ) |
Definition at line 991 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| bool llzk::component::MemberReadOp::isRead | ( | ) |
Return true if the op is a read, false if it's a write.
Definition at line 1211 of file Ops.cpp.inc.
|
static |
Definition at line 1088 of file Ops.cpp.inc.
|
static |
Definition at line 1028 of file Ops.cpp.inc.
|
static |
Definition at line 923 of file Ops.cpp.inc.
| void llzk::component::MemberReadOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1168 of file Ops.cpp.inc.
|
static |
Definition at line 960 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 901 of file Ops.cpp.inc.
| void llzk::component::MemberReadOp::setMapOpGroupSizes | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 1014 of file Ops.cpp.inc.
|
inline |
| void llzk::component::MemberReadOp::setMemberName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 1006 of file Ops.cpp.inc.
|
inline |
| void llzk::component::MemberReadOp::setNumDimsPerMap | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 1010 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 776 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 933 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::MemberReadOp::verifyInvariants | ( | ) |
Definition at line 1082 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::MemberReadOp::verifyInvariantsImpl | ( | ) |
Definition at line 1034 of file Ops.cpp.inc.
| LogicalResult llzk::component::MemberReadOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |
| void llzk::component::MemberReadOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 976 of file Ops.cpp.inc.