Searched refs:strideValues (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 1496 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 1501 strideValues, attrs); in build() 1510 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 1512 build(b, result, resultType, source, offset, sizeValues, strideValues, attrs); in build() 2249 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 2253 build(b, result, source, offsetValues, sizeValues, strideValues, attrs); in build() 2271 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 2275 build(b, result, resultType, source, offsetValues, sizeValues, strideValues, in build() 2289 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 2291 build(b, result, resultType, source, offsetValues, sizeValues, strideValues); in build()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1090 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 1092 build(b, result, resultType, source, offsetValues, sizeValues, strideValues); in build() 1485 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 1487 build(b, result, source, dest, offsetValues, sizeValues, strideValues); in build() 2278 SmallVector<OpFoldResult> strideValues = llvm::to_vector<4>( in build() local 2280 build(b, result, source, dest, offsetValues, sizeValues, strideValues); in build()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1702 SmallVector<Value, 4> strideValues; in matchAndRewrite() local 1703 strideValues.reserve(inferredShapeRank); in matchAndRewrite() 1705 strideValues.push_back(sourceMemRef.stride(rewriter, loc, i)); in matchAndRewrite() 1726 Value mul = rewriter.create<LLVM::MulOp>(loc, offset, strideValues[i]); in matchAndRewrite() 1787 stride = rewriter.create<LLVM::MulOp>(loc, stride, strideValues[i]); in matchAndRewrite()
|