HomeSort by relevance Sort by last modified time
    Searched refs:SzInBytes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 136 bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
712 unsigned SzInBytes = (Sz / 8) * ChainSize;
713 if (SzInBytes > 2 && SzInBytes % 4 != 0) {
716 if (SzInBytes == 3)
756 if (accessIsMisaligned(SzInBytes, AS, Alignment)) {
867 unsigned SzInBytes = (Sz / 8) * ChainSize;
868 if (SzInBytes > 2 && SzInBytes % 4 != 0) {
871 if (SzInBytes == 3
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 204 bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
    [all...]

Completed in 3242 milliseconds