Searched refs:getValueOrCreateConstantIndexOp (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | TilingInterfaceImpl.cpp | 75 getValueOrCreateConstantIndexOp(b, loc, offsets); in getTiledImplementation() 78 getValueOrCreateConstantIndexOp(b, loc, sizes), {}, true); in getTiledImplementation() 117 getValueOrCreateConstantIndexOp(b, loc, sizes); in getResultTilePosition() 126 getValueOrCreateConstantIndexOp(b, loc, offsets), in getResultTilePosition()
|
| H A D | BubbleUpExtractSlice.cpp | 102 auto offsetVals = getValueOrCreateConstantIndexOp( in matchAndRewrite() 104 auto sizeVals = getValueOrCreateConstantIndexOp(rewriter, sliceLoc, in matchAndRewrite()
|
| H A D | Tiling.cpp | 188 SmallVector<Value> args = getValueOrCreateConstantIndexOp(b, loc, vals); in buildMax()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/ |
| H A D | Utils.cpp | 53 Value mlir::getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc, in getValueOrCreateConstantIndexOp() function in mlir 84 mlir::getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc, in getValueOrCreateConstantIndexOp() function in mlir 88 return getValueOrCreateConstantIndexOp(b, loc, value); in getValueOrCreateConstantIndexOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.cpp | 137 getValueOrCreateConstantIndexOp(b, loc, padOp.getMixedLowPad()[dim]); in bubbleUpPadSlice() 140 getValueOrCreateConstantIndexOp(b, loc, padOp.getMixedHighPad()[dim]); in bubbleUpPadSlice() 142 auto offset = getValueOrCreateConstantIndexOp(b, loc, offsets[dim]); in bubbleUpPadSlice() 143 auto length = getValueOrCreateConstantIndexOp(b, loc, sizes[dim]); in bubbleUpPadSlice()
|
| H A D | TensorInferTypeOpInterfaceImpl.cpp | 143 return getValueOrCreateConstantIndexOp(b, loc, value); in getAsValues()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Utils/ |
| H A D | Utils.h | 80 Value getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc, 92 getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 367 getValueOrCreateConstantIndexOp(b, loc, foldedOffsets[en.index()]), in makeComposedExtractSliceOp() 368 getValueOrCreateConstantIndexOp(b, loc, en.value())}; in makeComposedExtractSliceOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 633 Value padValue = getValueOrCreateConstantIndexOp( in matchAndRewrite() 635 Value offsetValue = getValueOrCreateConstantIndexOp( in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 3268 newIndices.push_back(getValueOrCreateConstantIndexOp( in matchAndRewrite() 3276 getValueOrCreateConstantIndexOp(rewriter, extractOp.getLoc(), in matchAndRewrite() 3765 SmallVector<Value> indices = getValueOrCreateConstantIndexOp( in matchAndRewrite()
|