Lines Matching full:generating
51 * Matching and generating ops with regions.
52 * Matching and generating ops with block arguments.
54 * Matching and generating variadic operand/result ops in nested patterns.
75 * One or more *result patterns*, which are used for generating DAGs of
97 pattern) or generating (if used in result pattern) the `N`-th argument for
200 The result pattern is for generating a DAG of operations. Arguments in the `dag`
225 generating the `COp` by passing them in as arguments to `COp`'s `build()`
253 generating an op to replace the result of the matched root op, we can use the
255 (e.g., generating an [auxiliary op](#supporting-auxiliary-ops) or generating an
286 #### Generating DAG of operations
478 purposes is to allow generating *auxiliary ops*. Auxiliary ops are operations
484 root op's result; all other result patterns will be considered as generating
553 time, which is typically useful when generating multi-result ops: