Lines Matching refs:NumVecs
10506 unsigned NumVecs = 0; in performNEONPostLDSTCombine() local
10511 NumVecs = 2; break; in performNEONPostLDSTCombine()
10513 NumVecs = 3; break; in performNEONPostLDSTCombine()
10515 NumVecs = 4; break; in performNEONPostLDSTCombine()
10517 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
10519 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
10521 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
10523 NumVecs = 2; break; in performNEONPostLDSTCombine()
10525 NumVecs = 3; break; in performNEONPostLDSTCombine()
10527 NumVecs = 4; break; in performNEONPostLDSTCombine()
10529 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
10531 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
10533 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
10535 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
10537 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
10539 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
10541 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10543 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10545 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10547 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10549 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10551 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
10564 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in performNEONPostLDSTCombine()
10582 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine()