Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTilingInterfaceImpl.cpp75 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 DBubbleUpExtractSlice.cpp102 auto offsetVals = getValueOrCreateConstantIndexOp( in matchAndRewrite()
104 auto sizeVals = getValueOrCreateConstantIndexOp(rewriter, sliceLoc, in matchAndRewrite()
H A DTiling.cpp188 SmallVector<Value> args = getValueOrCreateConstantIndexOp(b, loc, vals); in buildMax()
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/
H A DUtils.cpp53 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 DTensorTilingInterfaceImpl.cpp137 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 DTensorInferTypeOpInterfaceImpl.cpp143 return getValueOrCreateConstantIndexOp(b, loc, value); in getAsValues()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Utils/
H A DUtils.h80 Value getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc,
92 getValueOrCreateConstantIndexOp(OpBuilder &b, Location loc,
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp367 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 DLinalgOps.cpp633 Value padValue = getValueOrCreateConstantIndexOp( in matchAndRewrite()
635 Value offsetValue = getValueOrCreateConstantIndexOp( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3268 newIndices.push_back(getValueOrCreateConstantIndexOp( in matchAndRewrite()
3276 getValueOrCreateConstantIndexOp(rewriter, extractOp.getLoc(), in matchAndRewrite()
3765 SmallVector<Value> indices = getValueOrCreateConstantIndexOp( in matchAndRewrite()