Lines Matching refs:NumVecs

12361 template <unsigned NumVecs>
12371 for (unsigned I = 0; I < NumVecs; ++I) in setInfoSVEStN()
12377 EC * NumVecs); in setInfoSVEStN()
17827 unsigned NumVecs = 0; in performNEONPostLDSTCombine() local
17832 NumVecs = 2; break; in performNEONPostLDSTCombine()
17834 NumVecs = 3; break; in performNEONPostLDSTCombine()
17836 NumVecs = 4; break; in performNEONPostLDSTCombine()
17838 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
17840 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
17842 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
17844 NumVecs = 2; break; in performNEONPostLDSTCombine()
17846 NumVecs = 3; break; in performNEONPostLDSTCombine()
17848 NumVecs = 4; break; in performNEONPostLDSTCombine()
17850 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
17852 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
17854 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
17856 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
17858 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
17860 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
17862 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17864 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17866 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17868 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17870 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17872 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
17885 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in performNEONPostLDSTCombine()
17903 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine()
19800 uint64_t NumVecs = TupleLanes / NumLanes; in PerformDAGCombine() local
19803 for (unsigned I = 0; I < NumVecs; ++I) { in PerformDAGCombine()