Searched refs:ResLen (Results 1 – 4 of 4) sorted by relevance
1319 unsigned ResLen = ResTy.getVectorNumElements(); in extractHvxSubvectorPred() local1330 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred()1350 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred()1353 for (unsigned r = 0; r != HwLen/ResLen; ++r) { in extractHvxSubvectorPred()1355 for (unsigned i = 0; i != ResLen; ++i) { in extractHvxSubvectorPred()3097 unsigned ResLen = ResTy.getStoreSize(); in WidenHvxLoad() local3098 assert(ResLen < HwLen && "vsetq(v1) prerequisite"); in WidenHvxLoad()3102 {DAG.getConstant(ResLen, dl, MVT::i32)}, DAG); in WidenHvxLoad()
2928 unsigned ResLen = ResTy.getVectorNumElements(); in appendUndef() local2929 if (ValLen == ResLen) in appendUndef()2933 assert(ValLen < ResLen); in appendUndef()2934 assert(ResLen % ValLen == 0); in appendUndef()2937 for (unsigned i = 1, e = ResLen / ValLen; i < e; ++i) in appendUndef()
714 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements(); in SelectExtractSubvector() local716 assert(2 * ResLen == InpTy.getVectorNumElements()); in SelectExtractSubvector()718 assert(Idx == 0 || Idx == ResLen); in SelectExtractSubvector()
2570 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements(); in selectExtractSubvector() local2572 assert(2 * ResLen == InpTy.getVectorNumElements()); in selectExtractSubvector()2573 assert(Idx == 0 || Idx == ResLen); in selectExtractSubvector()