Lines Matching defs:enclosingLoopToVectorDim
107 /// vector dimension. `enclosingLoopToVectorDim` carries this information as a
120 /// Returns an empty AffineMap if `enclosingLoopToVectorDim` is empty,
122 /// `enclosingLoopToVectorDim`.
128 const DenseMap<Operation *, unsigned> &enclosingLoopToVectorDim) {
129 if (enclosingLoopToVectorDim.empty())
132 enclosingLoopToVectorDim.begin()->getFirst()->getContext();
133 SmallVector<AffineExpr> perm(enclosingLoopToVectorDim.size(),
136 for (auto kvp : enclosingLoopToVectorDim) {
186 DenseMap<Operation *, unsigned> enclosingLoopToVectorDim;
191 enclosingLoopToVectorDim.insert(*it);
194 return ::makePermutationMap(indices, enclosingLoopToVectorDim);