Lines Matching defs:DstTy
629 LLT DstTy = Query.Types[0];
631 return DstTy.isVector() && SrcTy.getSizeInBits() > 128 &&
632 DstTy.getScalarSizeInBits() * 2 <= SrcTy.getScalarSizeInBits();
989 const LLT &DstTy = Query.Types[0];
993 if (DstTy != SrcTy)
996 {v2s64, v2p0, v2s32, v4s32, v4s16, v16s8, v8s8, v8s16}, DstTy);
1032 const LLT DstTy = Query.Types[0];
1035 0, DstTy.changeElementSize(SrcTy.getSizeInBits())
1037 DstTy.getElementCount().divideCoefficientBy(
1411 LLT DstTy = MRI.getType(DstReg);
1415 if (DstTy.getScalarSizeInBits() != SrcTy.getScalarSizeInBits() ||
1416 DstTy.getNumElements() != SrcTy.getNumElements() ||
1417 (DstTy.getSizeInBits() != 64 && DstTy.getSizeInBits() != 128))
1623 LLT DstTy = MRI.getType(DstReg);
1626 if (DstTy.isScalar() && DstTy.getScalarSizeInBits() <= 32) {
1642 if (DstTy.getScalarSizeInBits() < 32)