Lines Matching full:payload
60 // not present in the original payload IR.
89 // have left payload IR in an invalid state; it is expected that a diagnostic
93 // for the transformation is not satisfied and the payload IR has not been
99 // The list of payload IR entities that will be associated with the
104 // current associations between transform IR values and payload IR entities.
108 // First, we need to obtain the list of payload operations that are associated
110 auto payload = state.getPayloadOps(getCall());
114 for (Operation *payloadOp : payload) {
119 diag.attachNote(payloadOp->getLoc()) << "offending payload";
137 // Indicate that the payload is modified by this operation.