|
LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
| using | Adaptor = FieldDefOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = FieldDefOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getColumnAttrName () |
| ::mlir::StringAttr | getSymNameAttrName () |
| ::mlir::StringAttr | getTypeAttrName () |
| 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) |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::StringAttr | getSymNameAttr () |
| ::llvm::StringRef | getSymName () |
| ::mlir::TypeAttr | getTypeAttr () |
| ::mlir::Type | getType () |
| ::mlir::UnitAttr | getColumnAttr () |
| bool | getColumn () |
| void | setSymNameAttr (::mlir::StringAttr attr) |
| void | setSymName (::llvm::StringRef attrValue) |
| void | setTypeAttr (::mlir::TypeAttr attr) |
| void | setType (::mlir::Type attrValue) |
| void | setColumnAttr (::mlir::UnitAttr attr) |
| void | setColumn (bool attrValue) |
| ::mlir::Attribute | removeColumnAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| bool | hasPublicAttr () |
| void | setPublicAttr (bool newValue=true) |
Static Public Member Functions | |
| ::mlir::StringAttr | getColumnAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getSymNameAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getTypeAttrName (::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::StringAttr sym_name, ::mlir::TypeAttr type, bool isColumn=false) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llvm::StringRef sym_name, ::mlir::Type type, bool isColumn=false) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes, bool isColumn=false) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes, bool isColumn=false) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::component::FieldDefOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::component::FieldDefOp::GenericAdaptor = FieldDefOpGenericAdaptor<RangeT> |
|
static |
Definition at line 514 of file Ops.cpp.inc.
|
static |
|
static |
|
static |
|
static |
Definition at line 395 of file Ops.cpp.inc.
|
inline |
| bool llzk::component::FieldDefOp::getColumn | ( | ) |
Definition at line 491 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 402 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 365 of file Ops.cpp.inc.
| llvm::StringRef llzk::component::FieldDefOp::getSymName | ( | ) |
Definition at line 481 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| mlir::Type llzk::component::FieldDefOp::getType | ( | ) |
Definition at line 486 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 540 of file Ops.cpp.inc.
|
static |
Definition at line 431 of file Ops.cpp.inc.
| void llzk::component::FieldDefOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 566 of file Ops.cpp.inc.
|
static |
Definition at line 460 of file Ops.cpp.inc.
|
inline |
| void llzk::component::FieldDefOp::setColumn | ( | bool | attrValue | ) |
Definition at line 506 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 414 of file Ops.cpp.inc.
|
static |
Definition at line 314 of file Ops.cpp.inc.
| void llzk::component::FieldDefOp::setPublicAttr | ( | bool | newValue = true | ) |
| void llzk::component::FieldDefOp::setSymName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 498 of file Ops.cpp.inc.
|
inline |
| void llzk::component::FieldDefOp::setType | ( | ::mlir::Type | attrValue | ) |
Definition at line 502 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 439 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::FieldDefOp::verifyInvariants | ( | ) |
Definition at line 536 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::FieldDefOp::verifyInvariantsImpl | ( | ) |
Definition at line 518 of file Ops.cpp.inc.
| LogicalResult llzk::component::FieldDefOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |
| void llzk::component::FieldDefOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 473 of file Ops.cpp.inc.