Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp623 unsigned patternDepth, in vectorizeLoopIfProfitable() argument
625 assert(patternDepth > depthInPattern && in vectorizeLoopIfProfitable()
627 if (patternDepth - depthInPattern > strategy->vectorSizes.size()) { in vectorizeLoopIfProfitable()
632 strategy->vectorSizes.size() - (patternDepth - depthInPattern); in vectorizeLoopIfProfitable()
652 unsigned patternDepth, in analyzeProfitability() argument
656 patternDepth, strategy))) { in analyzeProfitability()
660 patternDepth, strategy); in analyzeProfitability()
1676 unsigned patternDepth = pattern->getDepth(); in vectorizeLoops() local
1695 patternDepth, &strategy))) { in vectorizeLoops()
1698 vectorizeLoopIfProfitable(match.getMatchedOperation(), 0, patternDepth, in vectorizeLoops()