Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp738 unsigned VecElemBits = DL.getTypeSizeInBits(VecElemTy); in splitChainByAlignment() local
741 assert((8 * SizeBytes) % VecElemBits == 0); in splitChainByAlignment()
742 unsigned NumVecElems = 8 * SizeBytes / VecElemBits; in splitChainByAlignment()
744 unsigned VF = 8 * VecRegBytes / VecElemBits; in splitChainByAlignment()
747 unsigned TargetVF = getVectorFactor(VF, VecElemBits, in splitChainByAlignment()
748 VecElemBits * NumVecElems / 8, VecTy); in splitChainByAlignment()
778 (TTI).allowsMisalignedMemoryAccesses((F).getContext(), VecElemBits, AS, in splitChainByAlignment()