Lines Matching defs:encSrc
922 const auto encSrc = srcTp->getEncoding();
931 Level lvl = toLvl(encSrc, d);
1027 const auto encSrc = srcTp.getEncoding();
1036 Level lvl = toLvl(encSrc, d);
1070 auto encSrc = getSparseTensorEncoding(op.getSrc().getType());
1075 if (encDst && encSrc) {
1078 if (encSrc) {
1271 auto encSrc = getSparseTensorEncoding(op.getSource().getType());
1272 if (encDst && encSrc && !encSrc.isSlice() &&
1273 encSrc.withoutBitWidths() == encDst.withoutBitWidths()) {