|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Functions | |
| MLIR_CAPI_EXPORTED MlirOperation | llzkArray_ArrayLengthOpBuild (MlirOpBuilder builder, MlirLocation location, MlirValue arr_ref, MlirValue dim) |
| Build a llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_ArrayLengthOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::ArrayLengthOp. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ArrayLengthOpGetArrRef (MlirOperation op) |
| Get ArrRef operand from llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ArrayLengthOpSetArrRef (MlirOperation op, MlirValue value) |
| Set ArrRef operand of llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ArrayLengthOpGetDim (MlirOperation op) |
| Get Dim operand from llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ArrayLengthOpSetDim (MlirOperation op, MlirValue value) |
| Set Dim operand of llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ArrayLengthOpGetLength (MlirOperation op) |
| Get Length result from llzk::array::ArrayLengthOp Operation. | |
| MLIR_CAPI_EXPORTED MlirType | llzkArray_ArrayLengthOpGetArrRefType (MlirOperation inp) |
| Gets the type of the referenced base array. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_CreateArrayOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::CreateArrayOp. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_CreateArrayOpGetElementsCount (MlirOperation op) |
| Get number of Elements operands in llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_CreateArrayOpGetElementsAt (MlirOperation op, intptr_t index) |
| Get Elements operand at index from llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_CreateArrayOpSetElements (MlirOperation op, intptr_t count, MlirValue const *values) |
| Set Elements operands of llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_CreateArrayOpGetMapOperandsCount (MlirOperation op) |
| Get number of MapOperands operands in llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_CreateArrayOpGetMapOperandsAt (MlirOperation op, intptr_t index) |
| Get MapOperands operand at index from llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_CreateArrayOpSetMapOperands (MlirOperation op, intptr_t groupCount, MlirValueRange const *groups) |
| Set MapOperands operand groups of llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirAttribute | llzkArray_CreateArrayOpGetNumDimsPerMap (MlirOperation op) |
| Get NumDimsPerMap attribute from llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_CreateArrayOpSetNumDimsPerMap (MlirOperation op, MlirAttribute attr) |
| Set NumDimsPerMap attribute of llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirAttribute | llzkArray_CreateArrayOpGetMapOpGroupSizes (MlirOperation op) |
| Get MapOpGroupSizes attribute from llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_CreateArrayOpSetMapOpGroupSizes (MlirOperation op, MlirAttribute attr) |
| Set MapOpGroupSizes attribute of llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_CreateArrayOpGetResult (MlirOperation op) |
| Get Result result from llzk::array::CreateArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirOperation | llzkArray_ExtractArrayOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue arr_ref, intptr_t indicesSize, MlirValue const *indices) |
| Build a llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_ExtractArrayOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::ExtractArrayOp. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ExtractArrayOpGetArrRef (MlirOperation op) |
| Get ArrRef operand from llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ExtractArrayOpSetArrRef (MlirOperation op, MlirValue value) |
| Set ArrRef operand of llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_ExtractArrayOpGetIndicesCount (MlirOperation op) |
| Get number of Indices operands in llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ExtractArrayOpGetIndicesAt (MlirOperation op, intptr_t index) |
| Get Indices operand at index from llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ExtractArrayOpSetIndices (MlirOperation op, intptr_t count, MlirValue const *values) |
| Set Indices operands of llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ExtractArrayOpGetResult (MlirOperation op) |
| Get Result result from llzk::array::ExtractArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirType | llzkArray_ExtractArrayOpGetArrRefType (MlirOperation inp) |
| Gets the type of the referenced base array. | |
| MLIR_CAPI_EXPORTED MlirOperation | llzkArray_InsertArrayOpBuild (MlirOpBuilder builder, MlirLocation location, MlirValue arr_ref, intptr_t indicesSize, MlirValue const *indices, MlirValue rvalue) |
| Build a llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_InsertArrayOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::InsertArrayOp. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_InsertArrayOpGetArrRef (MlirOperation op) |
| Get ArrRef operand from llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_InsertArrayOpSetArrRef (MlirOperation op, MlirValue value) |
| Set ArrRef operand of llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_InsertArrayOpGetIndicesCount (MlirOperation op) |
| Get number of Indices operands in llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_InsertArrayOpGetIndicesAt (MlirOperation op, intptr_t index) |
| Get Indices operand at index from llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_InsertArrayOpSetIndices (MlirOperation op, intptr_t count, MlirValue const *values) |
| Set Indices operands of llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_InsertArrayOpGetRvalue (MlirOperation op) |
| Get Rvalue operand from llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_InsertArrayOpSetRvalue (MlirOperation op, MlirValue value) |
| Set Rvalue operand of llzk::array::InsertArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirType | llzkArray_InsertArrayOpGetArrRefType (MlirOperation inp) |
| Gets the type of the referenced base array. | |
| MLIR_CAPI_EXPORTED MlirOperation | llzkArray_ReadArrayOpBuild (MlirOpBuilder builder, MlirLocation location, MlirType resultType, MlirValue arr_ref, intptr_t indicesSize, MlirValue const *indices) |
| Build a llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_ReadArrayOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::ReadArrayOp. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ReadArrayOpGetArrRef (MlirOperation op) |
| Get ArrRef operand from llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ReadArrayOpSetArrRef (MlirOperation op, MlirValue value) |
| Set ArrRef operand of llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_ReadArrayOpGetIndicesCount (MlirOperation op) |
| Get number of Indices operands in llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ReadArrayOpGetIndicesAt (MlirOperation op, intptr_t index) |
| Get Indices operand at index from llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_ReadArrayOpSetIndices (MlirOperation op, intptr_t count, MlirValue const *values) |
| Set Indices operands of llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_ReadArrayOpGetResult (MlirOperation op) |
| Get Result result from llzk::array::ReadArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirType | llzkArray_ReadArrayOpGetArrRefType (MlirOperation inp) |
| Gets the type of the referenced base array. | |
| MLIR_CAPI_EXPORTED MlirOperation | llzkArray_WriteArrayOpBuild (MlirOpBuilder builder, MlirLocation location, MlirValue arr_ref, intptr_t indicesSize, MlirValue const *indices, MlirValue rvalue) |
| Build a llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED bool | llzkOperationIsA_Array_WriteArrayOp (MlirOperation) |
| Returns true if the Operation is a llzk::array::WriteArrayOp. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_WriteArrayOpGetArrRef (MlirOperation op) |
| Get ArrRef operand from llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_WriteArrayOpSetArrRef (MlirOperation op, MlirValue value) |
| Set ArrRef operand of llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED intptr_t | llzkArray_WriteArrayOpGetIndicesCount (MlirOperation op) |
| Get number of Indices operands in llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_WriteArrayOpGetIndicesAt (MlirOperation op, intptr_t index) |
| Get Indices operand at index from llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_WriteArrayOpSetIndices (MlirOperation op, intptr_t count, MlirValue const *values) |
| Set Indices operands of llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirValue | llzkArray_WriteArrayOpGetRvalue (MlirOperation op) |
| Get Rvalue operand from llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED void | llzkArray_WriteArrayOpSetRvalue (MlirOperation op, MlirValue value) |
| Set Rvalue operand of llzk::array::WriteArrayOp Operation. | |
| MLIR_CAPI_EXPORTED MlirType | llzkArray_WriteArrayOpGetArrRefType (MlirOperation inp) |
| Gets the type of the referenced base array. | |
| MLIR_CAPI_EXPORTED MlirOperation llzkArray_ArrayLengthOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirValue | arr_ref, | ||
| MlirValue | dim ) |
Build a llzk::array::ArrayLengthOp Operation.
Definition at line 16 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ArrayLengthOpGetArrRef | ( | MlirOperation | op | ) |
Get ArrRef operand from llzk::array::ArrayLengthOp Operation.
Definition at line 29 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirType llzkArray_ArrayLengthOpGetArrRefType | ( | MlirOperation | inp | ) |
Gets the type of the referenced base array.
Definition at line 73 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ArrayLengthOpGetDim | ( | MlirOperation | op | ) |
Get Dim operand from llzk::array::ArrayLengthOp Operation.
Definition at line 49 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ArrayLengthOpGetLength | ( | MlirOperation | op | ) |
Get Length result from llzk::array::ArrayLengthOp Operation.
Definition at line 69 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ArrayLengthOpSetArrRef | ( | MlirOperation | op, |
| MlirValue | value ) |
Set ArrRef operand of llzk::array::ArrayLengthOp Operation.
Definition at line 39 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ArrayLengthOpSetDim | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Dim operand of llzk::array::ArrayLengthOp Operation.
Definition at line 59 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_CreateArrayOpGetElementsAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get Elements operand at index from llzk::array::CreateArrayOp Operation.
Definition at line 86 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_CreateArrayOpGetElementsCount | ( | MlirOperation | op | ) |
Get number of Elements operands in llzk::array::CreateArrayOp Operation.
Definition at line 81 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_CreateArrayOpGetMapOperandsAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get MapOperands operand at index from llzk::array::CreateArrayOp Operation.
Definition at line 111 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_CreateArrayOpGetMapOperandsCount | ( | MlirOperation | op | ) |
Get number of MapOperands operands in llzk::array::CreateArrayOp Operation.
Definition at line 106 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirAttribute llzkArray_CreateArrayOpGetMapOpGroupSizes | ( | MlirOperation | op | ) |
Get MapOpGroupSizes attribute from llzk::array::CreateArrayOp Operation.
Definition at line 162 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirAttribute llzkArray_CreateArrayOpGetNumDimsPerMap | ( | MlirOperation | op | ) |
Get NumDimsPerMap attribute from llzk::array::CreateArrayOp Operation.
Definition at line 154 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_CreateArrayOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::array::CreateArrayOp Operation.
Definition at line 170 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_CreateArrayOpSetElements | ( | MlirOperation | op, |
| intptr_t | count, | ||
| MlirValue const * | values ) |
Set Elements operands of llzk::array::CreateArrayOp Operation.
Definition at line 96 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_CreateArrayOpSetMapOperands | ( | MlirOperation | op, |
| intptr_t | groupCount, | ||
| MlirValueRange const * | groups ) |
Set MapOperands operand groups of llzk::array::CreateArrayOp Operation.
Each element of groups represents one group; its size field drives the per-group segment-size attribute and values supplies the operands for that group.
Definition at line 121 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_CreateArrayOpSetMapOpGroupSizes | ( | MlirOperation | op, |
| MlirAttribute | attr ) |
Set MapOpGroupSizes attribute of llzk::array::CreateArrayOp Operation.
Definition at line 166 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_CreateArrayOpSetNumDimsPerMap | ( | MlirOperation | op, |
| MlirAttribute | attr ) |
Set NumDimsPerMap attribute of llzk::array::CreateArrayOp Operation.
Definition at line 158 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirOperation llzkArray_ExtractArrayOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | arr_ref, | ||
| intptr_t | indicesSize, | ||
| MlirValue const * | indices ) |
Build a llzk::array::ExtractArrayOp Operation.
Definition at line 174 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ExtractArrayOpGetArrRef | ( | MlirOperation | op | ) |
Get ArrRef operand from llzk::array::ExtractArrayOp Operation.
Definition at line 187 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirType llzkArray_ExtractArrayOpGetArrRefType | ( | MlirOperation | inp | ) |
Gets the type of the referenced base array.
Definition at line 236 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ExtractArrayOpGetIndicesAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get Indices operand at index from llzk::array::ExtractArrayOp Operation.
Definition at line 212 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_ExtractArrayOpGetIndicesCount | ( | MlirOperation | op | ) |
Get number of Indices operands in llzk::array::ExtractArrayOp Operation.
Definition at line 207 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ExtractArrayOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::array::ExtractArrayOp Operation.
Definition at line 232 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ExtractArrayOpSetArrRef | ( | MlirOperation | op, |
| MlirValue | value ) |
Set ArrRef operand of llzk::array::ExtractArrayOp Operation.
Definition at line 197 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ExtractArrayOpSetIndices | ( | MlirOperation | op, |
| intptr_t | count, | ||
| MlirValue const * | values ) |
Set Indices operands of llzk::array::ExtractArrayOp Operation.
Definition at line 222 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirOperation llzkArray_InsertArrayOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirValue | arr_ref, | ||
| intptr_t | indicesSize, | ||
| MlirValue const * | indices, | ||
| MlirValue | rvalue ) |
Build a llzk::array::InsertArrayOp Operation.
Definition at line 240 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_InsertArrayOpGetArrRef | ( | MlirOperation | op | ) |
Get ArrRef operand from llzk::array::InsertArrayOp Operation.
Definition at line 253 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirType llzkArray_InsertArrayOpGetArrRefType | ( | MlirOperation | inp | ) |
Gets the type of the referenced base array.
Definition at line 318 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_InsertArrayOpGetIndicesAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get Indices operand at index from llzk::array::InsertArrayOp Operation.
Definition at line 278 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_InsertArrayOpGetIndicesCount | ( | MlirOperation | op | ) |
Get number of Indices operands in llzk::array::InsertArrayOp Operation.
Definition at line 273 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_InsertArrayOpGetRvalue | ( | MlirOperation | op | ) |
Get Rvalue operand from llzk::array::InsertArrayOp Operation.
Definition at line 298 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_InsertArrayOpSetArrRef | ( | MlirOperation | op, |
| MlirValue | value ) |
Set ArrRef operand of llzk::array::InsertArrayOp Operation.
Definition at line 263 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_InsertArrayOpSetIndices | ( | MlirOperation | op, |
| intptr_t | count, | ||
| MlirValue const * | values ) |
Set Indices operands of llzk::array::InsertArrayOp Operation.
Definition at line 288 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_InsertArrayOpSetRvalue | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rvalue operand of llzk::array::InsertArrayOp Operation.
Definition at line 308 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirOperation llzkArray_ReadArrayOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirType | resultType, | ||
| MlirValue | arr_ref, | ||
| intptr_t | indicesSize, | ||
| MlirValue const * | indices ) |
Build a llzk::array::ReadArrayOp Operation.
Definition at line 322 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ReadArrayOpGetArrRef | ( | MlirOperation | op | ) |
Get ArrRef operand from llzk::array::ReadArrayOp Operation.
Definition at line 335 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirType llzkArray_ReadArrayOpGetArrRefType | ( | MlirOperation | inp | ) |
Gets the type of the referenced base array.
Definition at line 384 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ReadArrayOpGetIndicesAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get Indices operand at index from llzk::array::ReadArrayOp Operation.
Definition at line 360 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_ReadArrayOpGetIndicesCount | ( | MlirOperation | op | ) |
Get number of Indices operands in llzk::array::ReadArrayOp Operation.
Definition at line 355 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_ReadArrayOpGetResult | ( | MlirOperation | op | ) |
Get Result result from llzk::array::ReadArrayOp Operation.
Definition at line 380 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ReadArrayOpSetArrRef | ( | MlirOperation | op, |
| MlirValue | value ) |
Set ArrRef operand of llzk::array::ReadArrayOp Operation.
Definition at line 345 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_ReadArrayOpSetIndices | ( | MlirOperation | op, |
| intptr_t | count, | ||
| MlirValue const * | values ) |
Set Indices operands of llzk::array::ReadArrayOp Operation.
Definition at line 370 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirOperation llzkArray_WriteArrayOpBuild | ( | MlirOpBuilder | builder, |
| MlirLocation | location, | ||
| MlirValue | arr_ref, | ||
| intptr_t | indicesSize, | ||
| MlirValue const * | indices, | ||
| MlirValue | rvalue ) |
Build a llzk::array::WriteArrayOp Operation.
Definition at line 388 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_WriteArrayOpGetArrRef | ( | MlirOperation | op | ) |
Get ArrRef operand from llzk::array::WriteArrayOp Operation.
Definition at line 401 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirType llzkArray_WriteArrayOpGetArrRefType | ( | MlirOperation | inp | ) |
Gets the type of the referenced base array.
Definition at line 466 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_WriteArrayOpGetIndicesAt | ( | MlirOperation | op, |
| intptr_t | index ) |
Get Indices operand at index from llzk::array::WriteArrayOp Operation.
Definition at line 426 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED intptr_t llzkArray_WriteArrayOpGetIndicesCount | ( | MlirOperation | op | ) |
Get number of Indices operands in llzk::array::WriteArrayOp Operation.
Definition at line 421 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED MlirValue llzkArray_WriteArrayOpGetRvalue | ( | MlirOperation | op | ) |
Get Rvalue operand from llzk::array::WriteArrayOp Operation.
Definition at line 446 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_WriteArrayOpSetArrRef | ( | MlirOperation | op, |
| MlirValue | value ) |
Set ArrRef operand of llzk::array::WriteArrayOp Operation.
Definition at line 411 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_WriteArrayOpSetIndices | ( | MlirOperation | op, |
| intptr_t | count, | ||
| MlirValue const * | values ) |
Set Indices operands of llzk::array::WriteArrayOp Operation.
Definition at line 436 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED void llzkArray_WriteArrayOpSetRvalue | ( | MlirOperation | op, |
| MlirValue | value ) |
Set Rvalue operand of llzk::array::WriteArrayOp Operation.
Definition at line 456 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_ArrayLengthOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::ArrayLengthOp.
Definition at line 25 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_CreateArrayOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::CreateArrayOp.
Definition at line 77 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_ExtractArrayOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::ExtractArrayOp.
Definition at line 183 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_InsertArrayOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::InsertArrayOp.
Definition at line 249 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_ReadArrayOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::ReadArrayOp.
Definition at line 331 of file Ops.capi.cpp.inc.
| MLIR_CAPI_EXPORTED bool llzkOperationIsA_Array_WriteArrayOp | ( | MlirOperation | inp | ) |
Returns true if the Operation is a llzk::array::WriteArrayOp.
Definition at line 397 of file Ops.capi.cpp.inc.