|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = IntConstantOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = IntConstantOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getValueAttrName () |
| 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::IntType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::IntegerAttr | getValueAttr () |
| ::mlir::APInt | getValue () |
| void | setValueAttr (::mlir::IntegerAttr attr) |
| void | print (::mlir::OpAsmPrinter &p) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::mlir::OpFoldResult | fold (FoldAdaptor adaptor) |
| void | getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
Static Public Member Functions | |
| ::mlir::StringAttr | getValueAttrName (::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 value) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::IntegerAttr value) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::IntegerAttr value) |
| 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={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| ::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) |
| using llzk::smt::IntConstantOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::IntConstantOp::GenericAdaptor = IntConstantOpGenericAdaptor<RangeT> |
|
static |
Definition at line 8108 of file SMT.cpp.inc.
|
static |
Definition at line 8087 of file SMT.cpp.inc.
|
static |
Definition at line 8082 of file SMT.cpp.inc.
|
static |
Definition at line 8102 of file SMT.cpp.inc.
|
static |
Definition at line 8126 of file SMT.cpp.inc.
|
static |
Definition at line 8034 of file SMT.cpp.inc.
| OpFoldResult IntConstantOp::fold | ( | FoldAdaptor | adaptor | ) |
Definition at line 298 of file SMTOps.cpp.
| void IntConstantOp::getAsmResultNames | ( | ::mlir::OpAsmSetValueNameFn | setNameFn | ) |
Definition at line 291 of file SMTOps.cpp.
|
inline |
| void llzk::smt::IntConstantOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 8183 of file SMT.cpp.inc.
|
static |
Definition at line 8039 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 8018 of file SMT.cpp.inc.
|
inline |
| mlir::APInt llzk::smt::IntConstantOp::getValue | ( | ) |
Definition at line 8077 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 8175 of file SMT.cpp.inc.
|
static |
Definition at line 308 of file SMTOps.cpp.
|
static |
Definition at line 8052 of file SMT.cpp.inc.
| void IntConstantOp::print | ( | ::mlir::OpAsmPrinter & | p | ) |
Definition at line 303 of file SMTOps.cpp.
|
static |
Definition at line 8065 of file SMT.cpp.inc.
|
static |
Definition at line 8045 of file SMT.cpp.inc.
|
static |
Definition at line 7995 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 8056 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntConstantOp::verifyInvariants | ( | ) |
Definition at line 8171 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntConstantOp::verifyInvariantsImpl | ( | ) |
Definition at line 8153 of file SMT.cpp.inc.
| void llzk::smt::IntConstantOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 8072 of file SMT.cpp.inc.