Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp91 Type lowType = VectorType::Builder(type).dropDim(0); in reshapeLoad() local
95 return rewriter.create<vector::ExtractOp>(loc, lowType, val, posAttr); in reshapeLoad()
98 VectorType vType = lowType.cast<VectorType>(); in reshapeLoad()
127 Type lowType = VectorType::Builder(type).dropDim(0); in reshapeStore() local
128 VectorType vType = lowType.cast<VectorType>(); in reshapeStore()
761 VectorType lowType = in matchAndRewrite() local
767 loc, lowType, rewriter.getI64ArrayAttr(newDimSizes)); in matchAndRewrite()
807 VectorType lowType = in matchAndRewrite() local
810 loc, lowType, op.getOperands().drop_front()); in matchAndRewrite()
812 loc, lowType, rewriter.getZeroAttr(lowType)); in matchAndRewrite()