Searched refs:result_begin (Results 1 – 11 of 11) sorted by relevance
64 valsToCheck.append(op->result_begin(), op->result_end()); in runOnOperation()108 valsToCheck.append(op->result_begin(), op->result_end()); in runOnOperation()
81 results.assign(op->result_begin(), op->result_end()); in create()
109 const_value_iterator result_begin() const;
144 auto Operator::result_begin() const -> const_value_iterator { in result_begin() function in Operator153 return {result_begin(), result_end()}; in getResults()
474 loopResults.assign(forOp.result_begin(), forOp.result_end()); in matchAndRewrite()
330 result_iterator result_begin() { return getResults().begin(); } in result_begin() function
580 result_iterator result_begin() { in result_begin() function581 return this->getOperation()->result_begin(); in result_begin()
518 results.append(newOp.result_begin(), newOp.result_end()); in matchAndRewrite()
393 tiledOp.tensorResults.assign(tiledOp.op->result_begin(), in tileLinalgOpImpl()
2697 return seenResultTypes.test(arg - op.result_begin()) ? arg : nullptr; in findSeenArg()3079 unsigned resIdx = var->getVar() - op.result_begin(); in parseTypeDirectiveOperand()
1755 SmallVector<Value> results(newOp->result_begin(), newOp->result_end()); in matchAndRewrite()