Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp622 static void vectorizeLoopIfProfitable(Operation *loop, unsigned depthInPattern, 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()
651 unsigned depthInPattern, in analyzeProfitability() argument
655 if (failed(analyzeProfitability(m.getMatchedChildren(), depthInPattern + 1, in analyzeProfitability()
659 vectorizeLoopIfProfitable(m.getMatchedOperation(), depthInPattern, in analyzeProfitability()