|
LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
| using | Adaptor = FieldReadOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = FieldReadOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getFieldNameAttrName () |
| ::mlir::StringAttr | getMapOpGroupSizesAttrName () |
| ::mlir::StringAttr | getNumDimsPerMapAttrName () |
| ::mlir::StringAttr | getTableOffsetAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::component::StructType > | getComponent () |
| ::mlir::OperandRangeRange | getMapOperands () |
| ::mlir::OpOperand & | getComponentMutable () |
| ::mlir::MutableOperandRangeRange | getMapOperandsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::Type > | getVal () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::FlatSymbolRefAttr | getFieldNameAttr () |
| ::llvm::StringRef | getFieldName () |
| ::mlir::Attribute | getTableOffsetAttr () |
| ::std::optional<::mlir::Attribute > | getTableOffset () |
| ::mlir::DenseI32ArrayAttr | getNumDimsPerMapAttr () |
| ::llvm::ArrayRef< int32_t > | getNumDimsPerMap () |
| ::mlir::DenseI32ArrayAttr | getMapOpGroupSizesAttr () |
| ::llvm::ArrayRef< int32_t > | getMapOpGroupSizes () |
| void | setFieldNameAttr (::mlir::FlatSymbolRefAttr attr) |
| void | setFieldName (::llvm::StringRef attrValue) |
| void | setTableOffsetAttr (::mlir::Attribute attr) |
| void | setNumDimsPerMapAttr (::mlir::DenseI32ArrayAttr attr) |
| void | setNumDimsPerMap (::llvm::ArrayRef< int32_t > attrValue) |
| void | setMapOpGroupSizesAttr (::mlir::DenseI32ArrayAttr attr) |
| void | setMapOpGroupSizes (::llvm::ArrayRef< int32_t > attrValue) |
| ::mlir::Attribute | removeTableOffsetAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| bool | isRead () |
| Return true if the op is a read, false if it's a write. | |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| inline ::mlir::FailureOr< SymbolLookupResult< FieldDefOp > > | getFieldDefOp (::mlir::SymbolTableCollection &tables) |
| Gets the definition for the field referenced in this op. | |
Static Public Member Functions | |
| ::mlir::StringAttr | getFieldNameAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getMapOpGroupSizesAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getNumDimsPerMapAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getTableOffsetAttrName (::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 resultType, ::mlir::Value component, ::mlir::StringAttr field) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr field, ::mlir::Attribute dist, ::mlir::ValueRange mapOperands, std::optional< int32_t > numDims) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr field, ::mlir::SymbolRefAttr dist) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type resultType, ::mlir::Value component, ::mlir::StringAttr field, ::mlir::IntegerAttr dist) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::mlir::ArrayRef<::mlir::NamedAttribute > attrs) |
| static void | populateDefaultProperties (::mlir::OperationName opName, Properties &properties) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::component::FieldReadOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::component::FieldReadOp::GenericAdaptor = FieldReadOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
Definition at line 937 of file Ops.cpp.inc.
|
static |
Definition at line 932 of file Ops.cpp.inc.
|
static |
|
static |
Definition at line 792 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::StringRef llzk::component::FieldReadOp::getFieldName | ( | ) |
Definition at line 900 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 800 of file Ops.cpp.inc.
|
inline |
| mlir::MutableOperandRangeRange llzk::component::FieldReadOp::getMapOperandsMutable | ( | ) |
Definition at line 684 of file Ops.cpp.inc.
| llvm::ArrayRef< int32_t > llzk::component::FieldReadOp::getMapOpGroupSizes | ( | ) |
Definition at line 915 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| llvm::ArrayRef< int32_t > llzk::component::FieldReadOp::getNumDimsPerMap | ( | ) |
Definition at line 910 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| std::pair< unsigned, unsigned > llzk::component::FieldReadOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 666 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 755 of file Ops.cpp.inc.
| std::optional<::mlir::Attribute > llzk::component::FieldReadOp::getTableOffset | ( | ) |
Definition at line 905 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| bool llzk::component::FieldReadOp::isRead | ( | ) |
Return true if the op is a read, false if it's a write.
Definition at line 1125 of file Ops.cpp.inc.
|
static |
Definition at line 1002 of file Ops.cpp.inc.
|
static |
Definition at line 942 of file Ops.cpp.inc.
|
static |
Definition at line 837 of file Ops.cpp.inc.
| void llzk::component::FieldReadOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1082 of file Ops.cpp.inc.
|
static |
Definition at line 874 of file Ops.cpp.inc.
|
inline |
| void llzk::component::FieldReadOp::setFieldName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 920 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 815 of file Ops.cpp.inc.
| void llzk::component::FieldReadOp::setMapOpGroupSizes | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 928 of file Ops.cpp.inc.
|
inline |
| void llzk::component::FieldReadOp::setNumDimsPerMap | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
Definition at line 924 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 690 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 847 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::FieldReadOp::verifyInvariants | ( | ) |
Definition at line 996 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::FieldReadOp::verifyInvariantsImpl | ( | ) |
Definition at line 948 of file Ops.cpp.inc.
| LogicalResult llzk::component::FieldReadOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |
| void llzk::component::FieldReadOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 890 of file Ops.cpp.inc.