Lines Matching defs:minOpPatternDepth
1959 OperationName op, DenseMap<OperationName, unsigned> &minOpPatternDepth,
1967 DenseMap<OperationName, unsigned> &minOpPatternDepth,
2412 DenseMap<OperationName, unsigned> minOpPatternDepth;
2416 if (!minOpPatternDepth.count(opIt.first))
2417 computeOpLegalizationDepth(opIt.first, minOpPatternDepth,
2424 applyCostModelToPatterns(anyOpLegalizerPatterns, minOpPatternDepth,
2448 OperationName op, DenseMap<OperationName, unsigned> &minOpPatternDepth,
2451 auto depthIt = minOpPatternDepth.find(op);
2452 if (depthIt != minOpPatternDepth.end())
2463 minOpPatternDepth.try_emplace(op, std::numeric_limits<unsigned>::max());
2468 opPatternsIt->second, minOpPatternDepth, legalizerPatterns);
2469 minOpPatternDepth[op] = minDepth;
2475 DenseMap<OperationName, unsigned> &minOpPatternDepth,
2486 generatedOp, minOpPatternDepth, legalizerPatterns);