Lines Matching refs:NumVecs

15489 template <unsigned NumVecs>
15499 for (unsigned I = 0; I < NumVecs; ++I) in setInfoSVEStN()
15505 EC * NumVecs); in setInfoSVEStN()
23218 unsigned NumVecs = 0; in performNEONPostLDSTCombine() local
23223 NumVecs = 2; break; in performNEONPostLDSTCombine()
23225 NumVecs = 3; break; in performNEONPostLDSTCombine()
23227 NumVecs = 4; break; in performNEONPostLDSTCombine()
23229 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
23231 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
23233 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
23235 NumVecs = 2; break; in performNEONPostLDSTCombine()
23237 NumVecs = 3; break; in performNEONPostLDSTCombine()
23239 NumVecs = 4; break; in performNEONPostLDSTCombine()
23241 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
23243 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
23245 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
23247 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
23249 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
23251 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
23253 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23255 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23257 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23259 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23261 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23263 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
23276 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in performNEONPostLDSTCombine()
23294 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine()