Lines Matching defs:outputOperands
1593 SmallVectorImpl<Value> &outputOperands,
1604 outputOperands.reserve(op.getNumDpsInits());
1608 outputOperands.push_back(newOutput);
1628 SmallVector<Value> inputOperands, outputOperands;
1631 outputOperands, resultTypes);
1635 llvm::to_vector(llvm::concat<Value>(inputOperands, outputOperands)));
1643 SmallVector<Value> inputOperands, outputOperands;
1646 outputOperands, resultTypes);
1656 origOp.getLoc(), resultTypes, inputOperands, outputOperands, indexingMaps,
2015 SmallVector<Value> outputOperands = genericOp.getOutputs();
2019 /*outputs=*/outputOperands,