Searched refs:patternDepth (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | SuperVectorize.cpp | 588 unsigned patternDepth, in vectorizeLoopIfProfitable() argument 590 assert(patternDepth > depthInPattern && in vectorizeLoopIfProfitable() 592 if (patternDepth - depthInPattern > strategy->vectorSizes.size()) { in vectorizeLoopIfProfitable() 597 strategy->vectorSizes.size() - (patternDepth - depthInPattern); in vectorizeLoopIfProfitable() 617 unsigned patternDepth, in analyzeProfitability() argument 621 patternDepth, strategy))) { in analyzeProfitability() 625 patternDepth, strategy); in analyzeProfitability() 1277 unsigned patternDepth = pat.getDepth(); in vectorizeLoops() local 1287 if (failed(analyzeProfitability(m.getMatchedChildren(), 1, patternDepth, in vectorizeLoops() 1291 vectorizeLoopIfProfitable(m.getMatchedOperation(), 0, patternDepth, in vectorizeLoops()
|