Lines Matching defs:opOperand
177 for (OpOperand &opOperand : op.getDpsInitsMutable()) {
178 if (!op.getMatchingIndexingMap(&opOperand).isPermutation())
718 llvm::map_range(op.getDpsInitsMutable(), [&](OpOperand &opOperand) {
719 return operands[opOperand.getOperandNumber()].getType();
732 for (OpOperand &opOperand : op.getDpsInitsMutable()) {
735 Value outputTensor = operands[opOperand.getOperandNumber()];
774 for (auto [opOperand, val] :
778 AffineMap map = linalgOp.getMatchingIndexingMap(&opOperand);
779 // Use `opOperand` as is if it is not tiled and not an output tensor. Having
785 Type operandType = opOperand.get().getType();
787 linalgOp.isDpsInit(&opOperand))) {