|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ForallOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ForallOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getBoundVarNamesAttrName () |
| ::mlir::StringAttr | getNoPatternAttrName () |
| ::mlir::StringAttr | getWeightAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BoolType > | getResult () |
| ::mlir::Region & | getBody () |
| ::mlir::MutableArrayRef<::mlir::Region > | getPatterns () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::IntegerAttr | getWeightAttr () |
| uint32_t | getWeight () |
| ::mlir::UnitAttr | getNoPatternAttr () |
| bool | getNoPattern () |
| ::mlir::ArrayAttr | getBoundVarNamesAttr () |
| ::std::optional< ::mlir::ArrayAttr > | getBoundVarNames () |
| void | setWeightAttr (::mlir::IntegerAttr attr) |
| void | setWeight (uint32_t attrValue) |
| void | setNoPatternAttr (::mlir::UnitAttr attr) |
| void | setNoPattern (bool attrValue) |
| void | setBoundVarNamesAttr (::mlir::ArrayAttr attr) |
| ::mlir::Attribute | removeNoPatternAttr () |
| ::mlir::Attribute | removeBoundVarNamesAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| ::llvm::LogicalResult | verifyRegions () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| ::mlir::StringAttr | getBoundVarNamesAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getNoPatternAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getWeightAttrName (::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::TypeRange boundVarTypes, llvm::function_ref< mlir::Value(mlir::OpBuilder &, mlir::Location, mlir::ValueRange)> bodyBuilder, std::optional< llvm::ArrayRef< mlir::StringRef > > boundVarNames=std::nullopt, llvm::function_ref< mlir::ValueRange(mlir::OpBuilder &, mlir::Location, mlir::ValueRange)> patternBuilder={}, uint32_t weight=0, bool noPattern=false) |
| static void | populateDefaultProperties (::mlir::OperationName opName, Properties &properties) |
| ::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::smt::ForallOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::ForallOp::GenericAdaptor = ForallOpGenericAdaptor<RangeT> |
|
static |
Definition at line 445 of file SMTOps.cpp.
|
static |
Definition at line 6749 of file SMT.cpp.inc.
|
inline |
| std::optional<::mlir::ArrayAttr > llzk::smt::ForallOp::getBoundVarNames | ( | ) |
Definition at line 6849 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 6756 of file SMT.cpp.inc.
| bool llzk::smt::ForallOp::getNoPattern | ( | ) |
Definition at line 6842 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 6719 of file SMT.cpp.inc.
|
inline |
| uint32_t llzk::smt::ForallOp::getWeight | ( | ) |
Definition at line 6837 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 6914 of file SMT.cpp.inc.
|
static |
Definition at line 6922 of file SMT.cpp.inc.
|
static |
Definition at line 6866 of file SMT.cpp.inc.
|
static |
Definition at line 6785 of file SMT.cpp.inc.
| void llzk::smt::ForallOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 6989 of file SMT.cpp.inc.
|
static |
Definition at line 6814 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 6768 of file SMT.cpp.inc.
| void llzk::smt::ForallOp::setNoPattern | ( | bool | attrValue | ) |
Definition at line 6858 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 6668 of file SMT.cpp.inc.
| void llzk::smt::ForallOp::setWeight | ( | uint32_t | attrValue | ) |
Definition at line 6854 of file SMT.cpp.inc.
|
inline |
| LogicalResult ForallOp::verify | ( | ) |
Definition at line 434 of file SMTOps.cpp.
|
static |
Definition at line 6793 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::ForallOp::verifyInvariants | ( | ) |
Definition at line 6908 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::ForallOp::verifyInvariantsImpl | ( | ) |
Definition at line 6872 of file SMT.cpp.inc.
| LogicalResult ForallOp::verifyRegions | ( | ) |
Definition at line 443 of file SMTOps.cpp.
| void llzk::smt::ForallOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 6827 of file SMT.cpp.inc.