Lines Matching defs:targetShape
744 // a pair {targetShape, masterOperands}.
750 SmallVector<OpFoldResult> targetShape;
755 targetShape.push_back(targetSize);
758 return {targetShape, masterOperands};
846 ArrayRef<OpFoldResult> targetShape,
849 assert((int64_t)targetShape.size() == rank);
854 targetShape[index], masterOperands[index]);
861 ArrayRef<OpFoldResult> targetShape,
870 targetShape, masterOperands);
877 ArrayRef<OpFoldResult> targetShape,
886 loc, targetShape, resultType.getElementType());
961 auto [targetShape, masterOperands] =
964 rewriter, loc, indexPool, expandedOperands, targetShape, masterOperands);
966 targetShape, converter);