Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp664 unsigned vectorPos = std::get<1>(it).cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local
666 extract.getResultType().getDimSize(vectorPos), read.getContext()); in matchAndRewrite()
711 unsigned vectorPos = std::get<1>(it).cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local
713 insert.getSourceVectorType().getDimSize(vectorPos), in matchAndRewrite()
H A DVectorDistribute.cpp375 unsigned vectorPos = std::get<1>(it).cast<AffineDimExpr>().getPosition(); in tryDistributeOp() local
376 auto scale = rewriter.getAffineConstantExpr(targetShape[vectorPos]); in tryDistributeOp()
608 unsigned vectorPos = std::get<1>(it).cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local
610 distributedVal.getType().cast<VectorType>().getDimSize(vectorPos); in matchAndRewrite()