Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp143 getTargetShape(const vector::UnrollVectorOptions &options, Operation *op) { in getTargetShape() function
194 auto targetShape = getTargetShape(options, readOp); in matchAndRewrite()
250 auto targetShape = getTargetShape(options, writeOp); in matchAndRewrite()
315 auto targetShape = getTargetShape(options, contractOp); in matchAndRewrite()
418 getTargetShape(options, reductionOp); in matchAndRewrite()
491 auto targetShape = getTargetShape(options, op); in matchAndRewrite()
736 getTargetShape(options, reductionOp); in matchAndRewrite()
782 auto targetShape = getTargetShape(options, tranposeOp); in matchAndRewrite()