Lines Matching defs:lvlToDim
579 AffineMap lvlToDim = {};
631 lvlToDim = dlm.getLvlToDimMap(parser.getContext());
707 if (!lvlToDim || lvlToDim.isEmpty()) {
708 lvlToDim = inferLvlToDim(dimToLvl, parser.getContext());
711 parser.getContext(), lvlTypes, dimToLvl, lvlToDim, posWidth, crdWidth,
785 AffineMap dimToLvl, AffineMap lvlToDim, unsigned posWidth,
880 return emitError() << "failed to infer lvlToDim from dimToLvl";
881 if (lvlToDim && (inferRes != lvlToDim))
882 return emitError() << "expected lvlToDim to be an inverse of dimToLvl";
1047 AffineMap lvlToDim;
1048 // Return an empty lvlToDim when inference is not successful.
1050 lvlToDim = AffineMap();
1052 lvlToDim = inversePermutation(map);
1054 lvlToDim = inverseBlockSparsity(map, context);
1056 return lvlToDim;
1065 // applied to the same dimension, so as to build the lvlToDim map.
1099 // i = il * 2 + ii in lvlToDim.
1196 if (const auto lvlToDim = enc.getLvlToDim())
1197 return lvlToDim.getDimPosition(d);
1215 AffineMap(), // lvlToDim (irrelevant to storage specifier)