|
LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
| using | Adaptor = CmpOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = CmpOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getPredicateAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::felt::FeltType > | getLhs () |
| ::mlir::TypedValue<::llzk::felt::FeltType > | getRhs () |
| ::mlir::OpOperand & | getLhsMutable () |
| ::mlir::OpOperand & | getRhsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::IntegerType > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::llzk::boolean::FeltCmpPredicateAttr | getPredicateAttr () |
| ::llzk::boolean::FeltCmpPredicate | getPredicate () |
| void | setPredicateAttr (::llzk::boolean::FeltCmpPredicateAttr attr) |
| void | setPredicate (::llzk::boolean::FeltCmpPredicate 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 | getPredicateAttrName (::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::boolean::FeltCmpPredicateAttr predicate, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::boolean::FeltCmpPredicateAttr predicate, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llzk::boolean::FeltCmpPredicateAttr predicate, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::llzk::boolean::FeltCmpPredicate predicate, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llzk::boolean::FeltCmpPredicate predicate, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llzk::boolean::FeltCmpPredicate predicate, ::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::boolean::CmpOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::boolean::CmpOp::GenericAdaptor = CmpOpGenericAdaptor<RangeT> |
|
static |
Definition at line 674 of file Ops.cpp.inc.
|
static |
Definition at line 649 of file Ops.cpp.inc.
|
static |
Definition at line 617 of file Ops.cpp.inc.
|
static |
Definition at line 642 of file Ops.cpp.inc.
|
static |
Definition at line 610 of file Ops.cpp.inc.
|
static |
Definition at line 666 of file Ops.cpp.inc.
|
static |
Definition at line 634 of file Ops.cpp.inc.
|
static |
Definition at line 692 of file Ops.cpp.inc.
|
static |
Definition at line 558 of file Ops.cpp.inc.
|
inline |
| void llzk::boolean::CmpOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 823 of file Ops.cpp.inc.
|
static |
Definition at line 563 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| llzk::boolean::FeltCmpPredicate llzk::boolean::CmpOp::getPredicate | ( | ) |
Definition at line 601 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 542 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 756 of file Ops.cpp.inc.
|
static |
Definition at line 764 of file Ops.cpp.inc.
|
static |
Definition at line 576 of file Ops.cpp.inc.
| void llzk::boolean::CmpOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 810 of file Ops.cpp.inc.
|
static |
Definition at line 589 of file Ops.cpp.inc.
|
static |
Definition at line 569 of file Ops.cpp.inc.
| void llzk::boolean::CmpOp::setPredicate | ( | ::llzk::boolean::FeltCmpPredicate | attrValue | ) |
Definition at line 606 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 519 of file Ops.cpp.inc.
|
static |
Definition at line 580 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::boolean::CmpOp::verifyInvariants | ( | ) |
Definition at line 752 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::boolean::CmpOp::verifyInvariantsImpl | ( | ) |
Definition at line 719 of file Ops.cpp.inc.
| void llzk::boolean::CmpOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 596 of file Ops.cpp.inc.