LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Attrs.h.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* AttrDef Declarations *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* *|
7\*===----------------------------------------------------------------------===*/
8
9#ifdef GET_ATTRDEF_CLASSES
10#undef GET_ATTRDEF_CLASSES
11
12
13namespace mlir {
14class AsmParser;
15class AsmPrinter;
16} // namespace mlir
17namespace llzk {
18namespace function {
19class AllowConstraintAttr;
20class AllowWitnessAttr;
21class AllowNonNativeFieldOpsAttr;
22class AllowConstraintAttr : public ::mlir::Attribute::AttrBase<AllowConstraintAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
23public:
24 using Base::Base;
25 static constexpr ::llvm::StringLiteral name = "function.allow_constraint";
26 static constexpr ::llvm::StringLiteral dialectName = "function";
27 static constexpr ::llvm::StringLiteral getMnemonic() {
28 return {"allow_constraint"};
29 }
30
31};
32class AllowWitnessAttr : public ::mlir::Attribute::AttrBase<AllowWitnessAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
33public:
34 using Base::Base;
35 static constexpr ::llvm::StringLiteral name = "function.allow_witness";
36 static constexpr ::llvm::StringLiteral dialectName = "function";
37 static constexpr ::llvm::StringLiteral getMnemonic() {
38 return {"allow_witness"};
39 }
40
41};
42class AllowNonNativeFieldOpsAttr : public ::mlir::Attribute::AttrBase<AllowNonNativeFieldOpsAttr, ::mlir::Attribute, ::mlir::AttributeStorage> {
43public:
44 using Base::Base;
45 static constexpr ::llvm::StringLiteral name = "function.allow_non_native_field_ops";
46 static constexpr ::llvm::StringLiteral dialectName = "function";
47 static constexpr ::llvm::StringLiteral getMnemonic() {
48 return {"allow_non_native_field_ops"};
49 }
50
51};
52} // namespace function
53} // namespace llzk
54MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowConstraintAttr)
55MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowWitnessAttr)
56MLIR_DECLARE_EXPLICIT_TYPE_ID(::llzk::function::AllowNonNativeFieldOpsAttr)
57
58#endif // GET_ATTRDEF_CLASSES
59