Home
last modified time | relevance | path

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/Vector/
H A DVectorTransforms.h86 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local
87 if (!maybeUnrollShape) in matchAndRewrite()
89 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, targetShape); in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorTransforms.h137 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local
138 if (!maybeUnrollShape) in matchAndRewrite()
143 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/Vector/
H A DVectorTransforms.h137 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local
138 if (!maybeUnrollShape) in matchAndRewrite()
143 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorTransforms.h137 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in matchAndRewrite() local
138 if (!maybeUnrollShape) in matchAndRewrite()
143 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp517 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local
518 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()
534 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp673 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local
674 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()
694 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp683 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local
684 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()
704 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp683 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in unrollSingleResultVectorOp() local
684 assert(maybeUnrollShape && "Trying to unroll an incorrect vector op"); in unrollSingleResultVectorOp()
704 op, *maybeUnrollShape, vectors, resultIndex, targetShape, builder)}; in unrollSingleResultVectorOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp188 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in getTargetShape() local
189 if (!maybeUnrollShape) in getTargetShape()
194 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in getTargetShape()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp188 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in getTargetShape() local
189 if (!maybeUnrollShape) in getTargetShape()
194 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in getTargetShape()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp188 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in getTargetShape() local
189 if (!maybeUnrollShape) in getTargetShape()
194 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in getTargetShape()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp188 auto maybeUnrollShape = unrollableVectorOp.getShapeForUnroll(); in getTargetShape() local
189 if (!maybeUnrollShape) in getTargetShape()
194 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in getTargetShape()