HomeSort by relevance Sort by last modified time
    Searched refs:allowsUnalignedMem (Results 1 - 6 of 6) 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; }
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 573 bool allowsUnalignedMem() const { return !StrictAlign; }
ARMFastISel.cpp     [all...]
ARMAsmPrinter.cpp 787 if (STI.allowsUnalignedMem())
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 105 milliseconds