|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ExtractOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ExtractOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getLowBitAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getInput () |
| ::mlir::OpOperand & | getInputMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::IntegerAttr | getLowBitAttr () |
| uint32_t | getLowBit () |
| void | setLowBitAttr (::mlir::IntegerAttr attr) |
| void | setLowBit (uint32_t 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) |
Static Public Member Functions | |
| ::mlir::StringAttr | getLowBitAttrName (::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 result, ::mlir::IntegerAttr lowBit, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::IntegerAttr lowBit, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, uint32_t lowBit, ::mlir::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, uint32_t lowBit, ::mlir::Value input) |
| 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::smt::ExtractOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::ExtractOp::GenericAdaptor = ExtractOpGenericAdaptor<RangeT> |
|
static |
Definition at line 6497 of file SMT.cpp.inc.
|
static |
Definition at line 6471 of file SMT.cpp.inc.
|
static |
Definition at line 6484 of file SMT.cpp.inc.
|
static |
Definition at line 6477 of file SMT.cpp.inc.
|
static |
Definition at line 6490 of file SMT.cpp.inc.
|
static |
Definition at line 6419 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::ExtractOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 6603 of file SMT.cpp.inc.
|
static |
Definition at line 6424 of file SMT.cpp.inc.
|
inline |
|
inline |
| uint32_t llzk::smt::ExtractOp::getLowBit | ( | ) |
Definition at line 6462 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 6403 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 6548 of file SMT.cpp.inc.
|
static |
Definition at line 6437 of file SMT.cpp.inc.
| void llzk::smt::ExtractOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 6589 of file SMT.cpp.inc.
|
static |
Definition at line 6450 of file SMT.cpp.inc.
|
static |
Definition at line 6430 of file SMT.cpp.inc.
| void llzk::smt::ExtractOp::setLowBit | ( | uint32_t | attrValue | ) |
Definition at line 6467 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 6380 of file SMT.cpp.inc.
| LogicalResult ExtractOp::verify | ( | ) |
Definition at line 157 of file SMTOps.cpp.
|
static |
Definition at line 6441 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::ExtractOp::verifyInvariants | ( | ) |
Definition at line 6542 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::ExtractOp::verifyInvariantsImpl | ( | ) |
Definition at line 6515 of file SMT.cpp.inc.
| void llzk::smt::ExtractOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 6457 of file SMT.cpp.inc.