Home
last modified time | relevance | path

Searched refs:VecRegBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp708 unsigned VecRegBytes = TTI.getLoadStoreVecRegBitWidth(AS) / 8; in splitChainByAlignment() local
720 if (Sz.sgt(VecRegBytes)) in splitChainByAlignment()
744 unsigned VF = 8 * VecRegBytes / VecElemBits; in splitChainByAlignment()