|
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getConstParamsAttrName () |
| ::mlir::StringAttr | getSymNameAttrName () |
| 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::Region & | getBodyRegion () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::StringAttr | getSymNameAttr () |
| ::llvm::StringRef | getSymName () |
| ::mlir::ArrayAttr | getConstParamsAttr () |
| ::std::optional< ::mlir::ArrayAttr > | getConstParams () |
| void | setSymNameAttr (::mlir::StringAttr attr) |
| void | setSymName (::llvm::StringRef attrValue) |
| void | setConstParamsAttr (::mlir::ArrayAttr attr) |
| ::mlir::Attribute | removeConstParamsAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifyRegions () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| StructType | getType (::std::optional<::mlir::ArrayAttr > constParams={}) |
| | Gets the StructType representing this struct.
|
| StructType | getType (::std::optional<::mlir::ArrayAttr > constParams={}) const |
| FieldDefOp | getFieldDef (::mlir::StringAttr fieldName) |
| | Gets the FieldDefOp that defines the field in this structure with the given name, if present.
|
| ::std::vector< FieldDefOp > | getFieldDefs () |
| | Get all FieldDefOp in this structure.
|
| ::mlir::LogicalResult | hasColumns () |
| | Returns wether the struct defines fields marked as columns.
|
| ::llzk::function::FuncDefOp | getComputeFuncOp () |
| | Gets the FuncDefOp that defines the compute function in this structure, if present, or nullptr otherwise.
|
| ::llzk::function::FuncDefOp | getConstrainFuncOp () |
| | Gets the FuncDefOp that defines the constrain function in this structure, if present, or nullptr otherwise.
|
| ::llzk::function::FuncDefOp | getComputeOrProductFuncOp () |
| | Gets the FuncDefOp that defines the compute function in this structure, if present, or the product function otherwise.
|
| ::llzk::function::FuncDefOp | getConstrainOrProductFuncOp () |
| | Gets the FuncDefOp that defines the constrain function in this structure, if present, or the product function otherwise.
|
| bool | hasComputeConstrain () |
| | Returns true iff this structure defines compute and constrain functions.
|
| ::std::string | getHeaderString () |
| | Generate header string, in the same format as the assemblyFormat.
|
| bool | hasConstParamsAttr () |
| | Return false iff getConstParamsAttr() returns nullptr
|
| bool | hasParamNamed (::mlir::StringAttr find) |
| | Return true iff this StructDefOp has a parameter with the given name.
|
| bool | hasParamNamed (::mlir::FlatSymbolRefAttr find) |
| ::mlir::SymbolRefAttr | getFullyQualifiedName () |
| | Return the full name for this struct from the root module, including any surrounding module scopes.
|
| bool | isMainComponent () |
| | Return true iff this StructDefOp is named "Main".
|
|
| ::mlir::StringAttr | getConstParamsAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getSymNameAttrName (::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::ArrayAttr const_params) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::StringAttr sym_name, ::mlir::ArrayAttr const_params) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llvm::StringRef sym_name, ::mlir::ArrayAttr const_params) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llvm::StringRef sym_name, ::mlir::ArrayAttr const_params) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
Definition at line 1122 of file Ops.h.inc.