|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = IntCmpOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = IntCmpOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getPredAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::IntType > | getLhs () |
| ::mlir::TypedValue<::llzk::smt::IntType > | getRhs () |
| ::mlir::OpOperand & | getLhsMutable () |
| ::mlir::OpOperand & | getRhsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BoolType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::llzk::smt::IntPredicateAttr | getPredAttr () |
| ::llzk::smt::IntPredicate | getPred () |
| void | setPredAttr (::llzk::smt::IntPredicateAttr attr) |
| void | setPred (::llzk::smt::IntPredicate attrValue) |
| ::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 | getPredAttrName (::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, ::llzk::smt::IntPredicateAttr pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::smt::IntPredicateAttr pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llzk::smt::IntPredicateAttr pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::llzk::smt::IntPredicate pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::smt::IntPredicate pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llzk::smt::IntPredicate pred, ::mlir::Value lhs, ::mlir::Value rhs) |
| 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::IntCmpOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::IntCmpOp::GenericAdaptor = IntCmpOpGenericAdaptor<RangeT> |
|
static |
Definition at line 7787 of file SMT.cpp.inc.
|
static |
Definition at line 7762 of file SMT.cpp.inc.
|
static |
Definition at line 7730 of file SMT.cpp.inc.
|
static |
Definition at line 7755 of file SMT.cpp.inc.
|
static |
Definition at line 7723 of file SMT.cpp.inc.
|
static |
Definition at line 7779 of file SMT.cpp.inc.
|
static |
Definition at line 7747 of file SMT.cpp.inc.
|
static |
Definition at line 7805 of file SMT.cpp.inc.
|
static |
Definition at line 7671 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::IntCmpOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 7961 of file SMT.cpp.inc.
|
static |
Definition at line 7676 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| llzk::smt::IntPredicate llzk::smt::IntCmpOp::getPred | ( | ) |
Definition at line 7714 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 7655 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 7869 of file SMT.cpp.inc.
|
static |
Definition at line 7877 of file SMT.cpp.inc.
|
static |
Definition at line 7689 of file SMT.cpp.inc.
| void llzk::smt::IntCmpOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 7943 of file SMT.cpp.inc.
|
static |
Definition at line 7702 of file SMT.cpp.inc.
|
static |
Definition at line 7682 of file SMT.cpp.inc.
| void llzk::smt::IntCmpOp::setPred | ( | ::llzk::smt::IntPredicate | attrValue | ) |
Definition at line 7719 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 7632 of file SMT.cpp.inc.
|
static |
Definition at line 7693 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntCmpOp::verifyInvariants | ( | ) |
Definition at line 7865 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntCmpOp::verifyInvariantsImpl | ( | ) |
Definition at line 7832 of file SMT.cpp.inc.
| void llzk::smt::IntCmpOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 7709 of file SMT.cpp.inc.