LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Verif.h File Reference
#include "llzk-c/Support.h"
#include <mlir-c/IR.h>
#include <mlir-c/Support.h>
#include "llzk/Dialect/Verif/IR/Ops.capi.h.inc"
Include dependency graph for Verif.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (Verif, llzk__verif)
 Get reference to the LLZK verif dialect.
 LLZK_DECLARE_OP_BUILD_METHOD (Verif, ContractOp, MlirIdentifier sym_name, MlirAttribute target, MlirAttribute function_type, MlirAttribute arg_attrs)
 Build a verif.contract from explicit attributes and signature metadata.
 LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD (Verif, ContractOp, FromTargetIdentifier, MlirIdentifier sym_name, MlirIdentifier target)
 Build a verif.contract with arguments and attributes derived from the target.
 LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD (Verif, ContractOp, FromTargetAttr, MlirIdentifier sym_name, MlirAttribute target)
 Build a verif.contract with arguments and attributes derived from the target.
 LLZK_DECLARE_OP_BUILD_METHOD (Verif, IncludeOp, MlirAttribute callee, MlirValueRange argOperands, MlirAttribute templateParams)
 Build a verif.include with a flat list of call operands and no affine-map instantiations.

Function Documentation

◆ LLZK_DECLARE_OP_BUILD_METHOD() [1/2]

LLZK_DECLARE_OP_BUILD_METHOD ( Verif ,
ContractOp ,
MlirIdentifier sym_name,
MlirAttribute target,
MlirAttribute function_type,
MlirAttribute arg_attrs )

Build a verif.contract from explicit attributes and signature metadata.

◆ LLZK_DECLARE_OP_BUILD_METHOD() [2/2]

LLZK_DECLARE_OP_BUILD_METHOD ( Verif ,
IncludeOp ,
MlirAttribute callee,
MlirValueRange argOperands,
MlirAttribute templateParams )

Build a verif.include with a flat list of call operands and no affine-map instantiations.

◆ LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD() [1/2]

LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD ( Verif ,
ContractOp ,
FromTargetAttr ,
MlirIdentifier sym_name,
MlirAttribute target )

Build a verif.contract with arguments and attributes derived from the target.

◆ LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD() [2/2]

LLZK_DECLARE_SUFFIX_OP_BUILD_METHOD ( Verif ,
ContractOp ,
FromTargetIdentifier ,
MlirIdentifier sym_name,
MlirIdentifier target )

Build a verif.contract with arguments and attributes derived from the target.

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( Verif ,
llzk__verif  )

Get reference to the LLZK verif dialect.