Lines Matching defs:ResTy
708 MVT ResTy = N->getValueType(0).getSimpleVT();
712 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements();
713 assert(InpTy.getVectorElementType() == ResTy.getVectorElementType());
715 assert(ResTy.getSizeInBits() == 32);
719 SDValue Ext = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(N), ResTy, Inp);
800 MVT ResTy = N->getValueType(0).getSimpleVT();
801 if (HST->isHVXVectorType(ResTy, true))
805 unsigned VecLen = ResTy.getSizeInBits();
832 SDValue E = CurDAG->getTargetExtractSubreg(Hexagon::isub_lo, dl, ResTy,
839 SDNode *VA = CurDAG->getMachineNode(Hexagon::S2_valignrb, dl, ResTy,
870 MVT ResTy = N->getValueType(0).getSimpleVT();
871 SDNode *T = CurDAG->getMachineNode(Hexagon::C2_mask, SDLoc(N), ResTy,
878 MVT ResTy = N->getValueType(0).getSimpleVT();
880 SDNode *T = CurDAG->getMachineNode(Hexagon::A4_vcmpbgtui, dl, ResTy,
887 MVT ResTy = N->getValueType(0).getSimpleVT();
894 SDNode *T = CurDAG->getMachineNode(Hexagon::V6_vandvrt, dl, ResTy,
901 MVT ResTy = N->getValueType(0).getSimpleVT();
903 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits());
907 SDNode *T = CurDAG->getMachineNode(Hexagon::V6_vandqrt, dl, ResTy,