Lines Matching refs:NumVecs
9078 unsigned NumVecs = 0; in performNEONPostLDSTCombine() local
9083 NumVecs = 2; break; in performNEONPostLDSTCombine()
9085 NumVecs = 3; break; in performNEONPostLDSTCombine()
9087 NumVecs = 4; break; in performNEONPostLDSTCombine()
9089 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
9091 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
9093 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
9095 NumVecs = 2; break; in performNEONPostLDSTCombine()
9097 NumVecs = 3; break; in performNEONPostLDSTCombine()
9099 NumVecs = 4; break; in performNEONPostLDSTCombine()
9101 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
9103 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
9105 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
9107 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
9109 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
9111 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
9113 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9115 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9117 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9119 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9121 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9123 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9136 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in performNEONPostLDSTCombine()
9154 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine()