Lines Matching full:payload
43 // not present in the original payload IR.
174 For each `func.call` payload operation associated with the handle, changes
177 …Generates a silenceable failure if the operand is associated with payload operations that are not …
180 // The arguments include the handle to the payload operations and the
190 // payload.
214 // have left payload IR in an invalid state; it is expected that a diagnostic
218 // for the transformation is not satisfied and the payload IR has not been
224 // The list of payload IR entities that will be associated with the
229 // current associations between transform IR values and payload IR entities.
233 // First, we need to obtain the list of payload operations that are associated
235 auto payload = state.getPayloadOps(getCall());
239 for (Operation *payloadOp : payload) {
244 diag.attachNote(payloadOp->getLoc()) << "offending payload";
256 …cts this operation has on its operands (consumed or readonly) and on the payload IR (mutates or re…
268 // Indicate that the payload is modified by this operation.