• Home
  • Raw
  • Download

Lines Matching refs:NumVecs

9229     unsigned NumVecs = 0;  in performNEONPostLDSTCombine()  local
9234 NumVecs = 2; break; in performNEONPostLDSTCombine()
9236 NumVecs = 3; break; in performNEONPostLDSTCombine()
9238 NumVecs = 4; break; in performNEONPostLDSTCombine()
9240 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
9242 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
9244 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
9246 NumVecs = 2; break; in performNEONPostLDSTCombine()
9248 NumVecs = 3; break; in performNEONPostLDSTCombine()
9250 NumVecs = 4; break; in performNEONPostLDSTCombine()
9252 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine()
9254 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine()
9256 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine()
9258 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
9260 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
9262 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
9264 NumVecs = 2; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9266 NumVecs = 3; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9268 NumVecs = 4; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9270 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9272 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9274 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine()
9287 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in performNEONPostLDSTCombine()
9305 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine()