Lines Matching full:example
25 dialect-specific way, for example, by implementing an ODS backend.
45 for creation functions). For example, `mlirOperationGetNumOperands` inspects an
54 example, `mlirOperationCreate`;
56 `mlirYTake<...>`, for example `mlirOperationStateTakeRegion`.
60 be taken by the callee, for example `mlirRegionAppendOwnedBlock`.
63 ownership, they have the form `mlirX<...>Get`. For example,
82 MLIR objects can form type hierarchies in C++. For example, all IR classes
95 an instance of `Y`. For example, `int MlirTypeIsAInteger(MlirType)`.
142 zero-based contiguous integer index, typically arrays. For example, an
144 several such components. For example, an `MlirOperation` has attributes,
156 type of the subobject. For example, `mlirOperationGetOperand` returns an
162 in some order other than integer indexing, typically linked lists. For example,
190 Dialect attributes and types can follow the example of builtin attributes and
202 Interfaces can follow the example of IR interfaces and should be placed in the