Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp100 auto resVectorType = resType.cast<VectorType>(); in reshapeLoad() local
102 loc, resVectorType, rewriter.getZeroAttr(resVectorType)); in reshapeLoad()
103 for (int64_t d = 0, e = resVectorType.getDimSize(0); d < e; d++) { in reshapeLoad()
107 result = rewriter.create<vector::InsertOp>(loc, resVectorType, load, result, in reshapeLoad()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp671 auto resVectorType = resType.dyn_cast<VectorType>(); in verifyOutputShape() local
673 if (!resVectorType || !accVectorType) in verifyOutputShape()
715 VectorType::get(expectedShape, resVectorType.getElementType()); in verifyOutputShape()
716 if (resVectorType != expected || accVectorType != expected) in verifyOutputShape()
835 auto resVectorType = getResultType().dyn_cast<VectorType>(); in getIterationBounds() local
852 assert(resVectorType != nullptr); in getIterationBounds()
853 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()