Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/LinalgToSPIRV/
DLinalgToSPIRV.cpp77 auto originalInputType = op->getOperand(0).getType().cast<MemRefType>(); in matchAsPerformingReduction() local
81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
115 auto originalInputType = op->getOperand(0).getType().cast<MemRefType>(); in matchAndRewrite() local
128 if ((*localSize.begin()).getSExtValue() != originalInputType.getDimSize(0)) in matchAndRewrite()
147 typeConverter, originalInputType, convertedInput, {x}, loc, rewriter); in matchAndRewrite()
155 loc, originalInputType.getElementType(), spirv::Scope::Subgroup, \ in matchAndRewrite()