Home
last modified time | relevance | path

Searched refs:VTNumElts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4755 unsigned VTNumElts = VT.getVectorMinNumElements(); in WidenVecRes_EXTRACT_SUBVECTOR() local
4756 assert(IdxVal % VTNumElts == 0 && in WidenVecRes_EXTRACT_SUBVECTOR()
4771 unsigned GCD = greatestCommonDivisor(VTNumElts, WidenNumElts); in WidenVecRes_EXTRACT_SUBVECTOR()
4780 for (; I < VTNumElts / GCD; ++I) in WidenVecRes_EXTRACT_SUBVECTOR()
4798 for (i = 0; i < VTNumElts; ++i) in WidenVecRes_EXTRACT_SUBVECTOR()
H A DSelectionDAG.cpp11298 ElementCount VTNumElts = VT.getVectorElementCount(); in GetDependentSplitDestVTs() local
11300 assert(VTNumElts.isScalable() == EnvNumElts.isScalable() && in GetDependentSplitDestVTs()
11303 if (VTNumElts.getKnownMinValue() > EnvNumElts.getKnownMinValue()) { in GetDependentSplitDestVTs()
11305 HiVT = EVT::getVectorVT(*getContext(), EltTp, VTNumElts - EnvNumElts); in GetDependentSplitDestVTs()
11310 LoVT = EVT::getVectorVT(*getContext(), EltTp, VTNumElts); in GetDependentSplitDestVTs()