HomeSort by relevance Sort by last modified time
    Searched defs:allowsUnalignedMem (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 137 /// AllowsUnalignedMem - If true, the subtarget allows unaligned memory
140 bool AllowsUnalignedMem;
244 bool allowsUnalignedMem() const { return AllowsUnalignedMem; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 573 bool allowsUnalignedMem() const { return !StrictAlign; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 727 bool allowsUnalignedMem() const { return !StrictAlign; }

Completed in 56 milliseconds