|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = BV2IntOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = BV2IntOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getIsSignedAttrName () |
| 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::IntType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::UnitAttr | getIsSignedAttr () |
| bool | getIsSigned () |
| void | setIsSignedAttr (::mlir::UnitAttr attr) |
| void | setIsSigned (bool attrValue) |
| ::mlir::Attribute | removeIsSignedAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
Static Public Member Functions | |
| ::mlir::StringAttr | getIsSignedAttrName (::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::Value input, ::mlir::UnitAttr is_signed) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value input, ::mlir::UnitAttr is_signed) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::UnitAttr is_signed) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, bool is_signed=false) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value input, bool is_signed=false) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, bool is_signed=false) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::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::BV2IntOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::BV2IntOp::GenericAdaptor = BV2IntOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1516 of file SMT.cpp.inc.
|
static |
Definition at line 1446 of file SMT.cpp.inc.
|
static |
Definition at line 1481 of file SMT.cpp.inc.
|
static |
Definition at line 1472 of file SMT.cpp.inc.
|
static |
Definition at line 1507 of file SMT.cpp.inc.
|
static |
Definition at line 1454 of file SMT.cpp.inc.
|
static |
Definition at line 1489 of file SMT.cpp.inc.
|
static |
Definition at line 1534 of file SMT.cpp.inc.
|
static |
Definition at line 1387 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::BV2IntOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 1652 of file SMT.cpp.inc.
|
static |
Definition at line 1392 of file SMT.cpp.inc.
|
inline |
|
inline |
| bool llzk::smt::BV2IntOp::getIsSigned | ( | ) |
Definition at line 1431 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 1371 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 1591 of file SMT.cpp.inc.
|
static |
Definition at line 1599 of file SMT.cpp.inc.
|
static |
Definition at line 1405 of file SMT.cpp.inc.
| void llzk::smt::BV2IntOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1632 of file SMT.cpp.inc.
|
static |
Definition at line 1418 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 1398 of file SMT.cpp.inc.
| void llzk::smt::BV2IntOp::setIsSigned | ( | bool | attrValue | ) |
Definition at line 1438 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 1348 of file SMT.cpp.inc.
|
static |
Definition at line 1409 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::BV2IntOp::verifyInvariants | ( | ) |
Definition at line 1587 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::BV2IntOp::verifyInvariantsImpl | ( | ) |
Definition at line 1561 of file SMT.cpp.inc.
| void llzk::smt::BV2IntOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 1425 of file SMT.cpp.inc.