Lines Matching full:payload
5 … containing these operations transform IR. And we call the IR that is being transformed payload IR.
7 Transform IR operations operate on values that may be associated with payload IR operations, values…
52 …** argv)` signature. This argument will be associated with the top-level payload operation, most o…
54 The remaining entry block arguments are optional and can be associated with payload attributes, ope…
56 …payload IR entities associated with them. In this example, `transform.any_op` indicates that the h…
86 …rm dialect interpreter pass to apply this transformation sequence to the payload IR. As we will se…
95 …payload IR function _and_ the transform IR sequence nested in the same module. The transform inter…
112 Note that `%arg2` is associated with both elementwise payload operations. Any handle is associated …
176 …payload operations are erased or recreated (which means erased and created anew with similar struc…
209 …transform op that consumes its operand #0 and invalidates all handles to payload IR entities assoc…
235 // that is associated with the same payload operations, or payload
244 …payload operation. Extending the reference analogy, these references alias. Naturally, when the pa…
253 …transform op that consumes its operand #0 and invalidates all handles to payload IR entities assoc…
383 …transform op that consumes its operand #0 and invalidates all handles to payload IR entities assoc…
386 test/Examples/transform/Ch1/invalidation-2.mlir:24:13: note: ancestor payload op
389 test/Examples/transform/Ch1/invalidation-2.mlir:24:13: note: nested payload op
393 Note that the “add” elementwise operation is indicated as payload ancestor because it was used to p…
401 If a payload op is erased, it is automatically removed from all handles that it
402 is currently associated with. If a payload op is replaced, the transform dialect