Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp76 auto originalInputType = op->getOperand(0).getType().cast<MemRefType>(); in matchAsPerformingReduction() local
80 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
113 auto originalInputType = op->getOperand(0).getType().cast<MemRefType>(); in matchAndRewrite() local
126 if ((*localSize.begin()).getSExtValue() != originalInputType.getDimSize(0)) in matchAndRewrite()
150 *typeConverter, originalInputType, convertedInput, {x}, loc, rewriter); in matchAndRewrite()
158 loc, originalInputType.getElementType(), spirv::Scope::Subgroup, \ in matchAndRewrite()