Lines Matching defs:mappings
844 /// failure. If all matchers in the block succeed, populates `mappings` with the
846 /// `mappings` will be cleared before that.
851 SmallVectorImpl<SmallVector<transform::MappedValue>> &mappings) {
875 // Our contract with the caller is that the mappings will contain only the
877 mappings.clear();
878 transform::detail::prepareValueMappings(mappings, yieldedValues, state);
926 SmallVector<SmallVector<MappedValue>> mappings;
931 mappings);
941 for (auto &&[i, mapping] : llvm::enumerate(mappings)) {
1818 SmallVector<SmallVector<MappedValue>> mappings;
1819 detail::prepareValueMappings(mappings, getOperands(), state);
1822 llvm::zip_equal(callee.getBody().front().getArguments(), mappings)) {
1829 mappings.clear();
1831 mappings, callee.getBody().front().getTerminator()->getOperands(), state);
1832 for (auto &&[result, mapping] : llvm::zip_equal(getResults(), mappings))