Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp587 static void vectorizeLoopIfProfitable(Operation *loop, unsigned depthInPattern, 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()
616 unsigned depthInPattern, in analyzeProfitability() argument
620 if (failed(analyzeProfitability(m.getMatchedChildren(), depthInPattern + 1, in analyzeProfitability()
624 vectorizeLoopIfProfitable(m.getMatchedOperation(), depthInPattern, in analyzeProfitability()