Lines Matching defs:ResTy
709 MVT ResTy = N->getValueType(0).getSimpleVT();
713 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements();
714 assert(InpTy.getVectorElementType() == ResTy.getVectorElementType());
716 assert(ResTy.getSizeInBits() == 32);
720 SDValue Ext = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(N), ResTy, Inp);
801 MVT ResTy = N->getValueType(0).getSimpleVT();
802 if (HST->isHVXVectorType(ResTy, true))
806 unsigned VecLen = ResTy.getSizeInBits();
833 SDValue E = CurDAG->getTargetExtractSubreg(Hexagon::isub_lo, dl, ResTy,
840 SDNode *VA = CurDAG->getMachineNode(Hexagon::S2_valignrb, dl, ResTy,
871 MVT ResTy = N->getValueType(0).getSimpleVT();
872 SDNode *T = CurDAG->getMachineNode(Hexagon::C2_mask, SDLoc(N), ResTy,
879 MVT ResTy = N->getValueType(0).getSimpleVT();
881 SDNode *T = CurDAG->getMachineNode(Hexagon::A4_vcmpbgtui, dl, ResTy,
888 MVT ResTy = N->getValueType(0).getSimpleVT();
895 SDNode *T = CurDAG->getMachineNode(Hexagon::V6_vandvrt, dl, ResTy,
902 MVT ResTy = N->getValueType(0).getSimpleVT();
904 assert(HST->getVectorLength() * 8 == ResTy.getSizeInBits());
908 SDNode *T = CurDAG->getMachineNode(Hexagon::V6_vandqrt, dl, ResTy,