Home
last modified time | relevance | path

Searched refs:originalOutputType (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/LinalgToSPIRV/
DLinalgToSPIRV.cpp78 auto originalOutputType = op->getOperand(1).getType().cast<MemRefType>(); in matchAsPerformingReduction() local
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
85 originalOutputType.getNumElements() != 1) in matchAsPerformingReduction()
116 auto originalOutputType = op->getOperand(1).getType().cast<MemRefType>(); in matchAndRewrite() local
167 SmallVector<Value, 1> zeroIndices(originalOutputType.getRank(), zero); in matchAndRewrite()
169 spirv::getElementPtr(typeConverter, originalOutputType, convertedOutput, in matchAndRewrite()