Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp435 SmallVector<Value, 2> mappedValues{iv, extent}; in matchAndRewrite() local
436 mappedValues.append(args.begin(), args.end()); in matchAndRewrite()
440 mapping.map(reduceBody->getArguments(), mappedValues); in matchAndRewrite()
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp777 ValueVector mappedValues); in findSingleRewrite()
814 ValueVector mappedValues;
1166 ValueVector mappedValues) in applyRewrites()
1169 mappedValues(std::move(mappedValues)) { in applyRewrites()
1176 if (!mappedValues.empty()) in applyRewrites()
1177 rewriterImpl.mapping.erase(mappedValues);
3296 SmallVector<Value> mappedValues; in setDialectAction()
3297 if (failed(rewriter.getRemappedValues(values, mappedValues))) in setDialectAction()
3299 return std::move(mappedValues); in setDialectAction()
3457 SmallVector<Value> mappedValues; pdllConvertValues() local
[all...]