Lines Matching defs:results
65 transform::TransformResults &results,
89 << "op expects as many results (" << getNumResults()
103 results.set(cast<OpResult>(getTransformed()[i]), {res});
114 transform::TransformResults &results,
148 results.set(cast<OpResult>(getTransformed()[0]), {opResult});
183 transform::TransformResults &results,
215 results.set(cast<OpResult>(getFunction()), functions);
216 results.set(cast<OpResult>(getCall()), calls);
227 transform::ApplyToEachResultList &results,
248 results.push_back(target);
249 results.push_back(result);
308 transform::ApplyToEachResultList &results,
322 results.push_back(*patternResult);
334 transform::ApplyToEachResultList &results,
353 transform::ApplyToEachResultList &results,
376 transform::ApplyToEachResultList &results,
400 transform::ApplyToEachResultList &results,
408 results.push_back(op);
421 /// using the operands of the block terminator to replace operation results.
427 ValueRange results = terminator->getOperands();
429 rewriter.replaceOp(op, results);
435 transform::ApplyToEachResultList &results,
480 // Since `target` is before `source`, all users of results of `target`
485 << "user of results of target should be properly dominated by "
568 transform::TransformResults &results,
603 results.set(cast<OpResult>(getFusedLoop()), {fusedLoop});