Searched refs:SzInBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp136 bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
712 unsigned SzInBytes = (Sz / 8) * ChainSize; local
713 if (SzInBytes > 2 && SzInBytes % 4 != 0) {
716 if (SzInBytes == 3)
756 if (accessIsMisaligned(SzInBytes, AS, Alignment)) {
867 unsigned SzInBytes = (Sz / 8) * ChainSize; local
868 if (SzInBytes > 2 && SzInBytes % 4 != 0) {
871 if (SzInBytes
991 accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace, unsigned Alignment) argument
[all...]

Completed in 39 milliseconds