Lines Matching defs:DstTy
148 LLT DstTy = MRI.getType(R);
153 if (!DstTy.isValid()) {
159 if (DstTy.isFixedVector()) {
161 DstTy.getNumElements() == DemandedElts.getBitWidth() &&
169 unsigned BitWidth = DstTy.getScalarSizeInBits();
297 if (DstTy.isVector())
386 if (DstTy.isVector())
388 if (TL.getBooleanContents(DstTy.isVector(),
426 if (DstTy.isVector())
466 if (DstTy.isVector())
520 if (SrcTy.isVector() && SrcTy.getScalarType() != DstTy.getScalarType())
531 unsigned DstLanes = DstTy.isVector() ? DstTy.getNumElements() : 1;
609 if (TL.getBooleanContents(DstTy.isVector(), false) ==
688 LLT DstTy = MRI.getType(R);
689 const unsigned TyBits = DstTy.getScalarSizeInBits();
695 if (!DstTy.isValid())
713 unsigned Tmp = DstTy.getScalarSizeInBits() - SrcTy.getScalarSizeInBits();
735 if (DstTy.isVector())
750 if (DstTy.isVector())
780 unsigned DstTyBits = DstTy.getScalarSizeInBits();
814 if (TL.getBooleanContents(DstTy.isVector(), false) ==
826 auto BC = TL.getBooleanContents(DstTy.isVector(), IsFP);