Searched refs:newStrides (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.cpp | 125 SmallVector<OpFoldResult> newOffsets, newLengths, newStrides; in bubbleUpPadSlice() local 216 newStrides.push_back(b.getIndexAttr(1)); in bubbleUpPadSlice() 249 loc, padOp.getSource(), newOffsets, newLengths, newStrides); in bubbleUpPadSlice()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDropLeadUnitDim.cpp | 75 auto newStrides = rewriter.getArrayAttr( in matchAndRewrite() local 79 loc, newDstType, newSrcVector, newOffsets, newSizes, newStrides); in matchAndRewrite() 116 auto newStrides = rewriter.getArrayAttr( in matchAndRewrite() local 120 loc, newDstType, newSrcVector, newDstVector, newOffsets, newStrides); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 1388 SmallVector<int64_t, 4> newStrides; in foldExtractFromShapeCast() local 1393 newStrides.push_back(stride); in foldExtractFromShapeCast() 1397 std::reverse(newStrides.begin(), newStrides.end()); in foldExtractFromShapeCast() 1398 SmallVector<int64_t, 4> newPosition = delinearize(newStrides, position); in foldExtractFromShapeCast()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 1917 llvm::SmallVector<mlir::Value> newStrides; in reshapeBox() local 1931 newStrides.emplace_back(stride); in reshapeBox() 1935 return finalizeRebox(rebox, dest, base, reboxShifts, newExtents, newStrides, in reshapeBox()
|