|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = NewPodOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = NewPodOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getInitializedRecordsAttrName () |
| ::mlir::StringAttr | getMapOpGroupSizesAttrName () |
| ::mlir::StringAttr | getNumDimsPerMapAttrName () |
| ::mlir::StringAttr | getOperandSegmentSizesAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::Operation::operand_range | getInitialValues () |
| ::mlir::OperandRangeRange | getMapOperands () |
| ::mlir::MutableOperandRange | getInitialValuesMutable () |
| ::mlir::MutableOperandRangeRange | getMapOperandsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::pod::PodType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::ArrayAttr | getInitializedRecordsAttr () |
| ::mlir::ArrayAttr | getInitializedRecords () |
| ::mlir::DenseI32ArrayAttr | getNumDimsPerMapAttr () |
| ::llvm::ArrayRef< int32_t > | getNumDimsPerMap () |
| ::mlir::DenseI32ArrayAttr | getMapOpGroupSizesAttr () |
| ::llvm::ArrayRef< int32_t > | getMapOpGroupSizes () |
| void | setInitializedRecordsAttr (::mlir::ArrayAttr 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) |
| void | print (::mlir::OpAsmPrinter &p) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| void | getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| ::mlir::SmallVector<::llzk::pod::RecordValue > | getInitializedRecordValues () |
Static Public Member Functions | |
| ::mlir::StringAttr | getInitializedRecordsAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getMapOpGroupSizesAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getNumDimsPerMapAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getOperandSegmentSizesAttrName (::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, ::llzk::pod::InitializedRecords initialValues={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::pod::PodType resultType, ::llzk::pod::InitializedRecords initialValues={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::pod::PodType resultType, ::llvm::ArrayRef<::mlir::ValueRange > mapOperands, ::mlir::DenseI32ArrayAttr numDimsPerMap, ::llzk::pod::InitializedRecords initialValues={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::pod::PodType resultType, ::llvm::ArrayRef<::mlir::ValueRange > mapOperands, ::llvm::ArrayRef< int32_t > numDimsPerMap, ::llzk::pod::InitializedRecords initialValues={}) |
| static void | populateDefaultProperties (::mlir::OperationName opName, Properties &properties) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::pod::NewPodOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::pod::NewPodOp::GenericAdaptor = NewPodOpGenericAdaptor<RangeT> |
|
static |
Definition at line 458 of file Ops.cpp.inc.
|
static |
Definition at line 464 of file Ops.cpp.inc.
|
static |
|
static |
|
static |
Definition at line 297 of file Ops.cpp.inc.
| void llzk::pod::NewPodOp::getAsmResultNames | ( | ::mlir::OpAsmSetValueNameFn | setNameFn | ) |
|
inline |
| void llzk::pod::NewPodOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 527 of file Ops.cpp.inc.
|
static |
Definition at line 308 of file Ops.cpp.inc.
| mlir::ArrayAttr llzk::pod::NewPodOp::getInitializedRecords | ( | ) |
Definition at line 435 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| SmallVector< RecordValue > llzk::pod::NewPodOp::getInitializedRecordValues | ( | ) |
|
inline |
| mlir::MutableOperandRange llzk::pod::NewPodOp::getInitialValuesMutable | ( | ) |
Definition at line 185 of file Ops.cpp.inc.
|
inline |
| mlir::MutableOperandRangeRange llzk::pod::NewPodOp::getMapOperandsMutable | ( | ) |
Definition at line 191 of file Ops.cpp.inc.
| llvm::ArrayRef< int32_t > llzk::pod::NewPodOp::getMapOpGroupSizes | ( | ) |
Definition at line 445 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| llvm::ArrayRef< int32_t > llzk::pod::NewPodOp::getNumDimsPerMap | ( | ) |
Definition at line 440 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| std::pair< unsigned, unsigned > llzk::pod::NewPodOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 176 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
static |
Definition at line 259 of file Ops.cpp.inc.
|
inline |
|
static |
|
static |
Definition at line 470 of file Ops.cpp.inc.
|
static |
Definition at line 346 of file Ops.cpp.inc.
|
static |
Definition at line 376 of file Ops.cpp.inc.
|
static |
Definition at line 321 of file Ops.cpp.inc.
|
inline |
| void llzk::pod::NewPodOp::setMapOpGroupSizes | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 454 of file Ops.cpp.inc.
|
inline |
| void llzk::pod::NewPodOp::setNumDimsPerMap | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 450 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 197 of file Ops.cpp.inc.
|
static |
Definition at line 355 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::pod::NewPodOp::verifyInvariants | ( | ) |
Definition at line 521 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::pod::NewPodOp::verifyInvariantsImpl | ( | ) |
Definition at line 478 of file Ops.cpp.inc.
| void llzk::pod::NewPodOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 413 of file Ops.cpp.inc.