Searched refs:originalOutputType (Results 1 – 1 of 1) sorted by relevance
78 auto originalOutputType = op->getOperand(1).getType().cast<MemRefType>(); in matchAsPerformingReduction() local84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()85 originalOutputType.getNumElements() != 1) in matchAsPerformingReduction()116 auto originalOutputType = op->getOperand(1).getType().cast<MemRefType>(); in matchAndRewrite() local167 SmallVector<Value, 1> zeroIndices(originalOutputType.getRank(), zero); in matchAndRewrite()169 spirv::getElementPtr(typeConverter, originalOutputType, convertedOutput, in matchAndRewrite()