Home
last modified time | relevance | path

Searched refs:ResLen (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1319 unsigned ResLen = ResTy.getVectorNumElements(); in extractHvxSubvectorPred() local
1330 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() local
3098 assert(ResLen < HwLen && "vsetq(v1) prerequisite"); in WidenHvxLoad()
3102 {DAG.getConstant(ResLen, dl, MVT::i32)}, DAG); in WidenHvxLoad()
H A DHexagonISelLowering.cpp2928 unsigned ResLen = ResTy.getVectorNumElements(); in appendUndef() local
2929 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()
H A DHexagonISelDAGToDAG.cpp714 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements(); in SelectExtractSubvector() local
716 assert(2 * ResLen == InpTy.getVectorNumElements()); in SelectExtractSubvector()
718 assert(Idx == 0 || Idx == ResLen); in SelectExtractSubvector()
H A DHexagonISelDAGToDAGHVX.cpp2570 [[maybe_unused]] unsigned ResLen = ResTy.getVectorNumElements(); in selectExtractSubvector() local
2572 assert(2 * ResLen == InpTy.getVectorNumElements()); in selectExtractSubvector()
2573 assert(Idx == 0 || Idx == ResLen); in selectExtractSubvector()