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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 190 /// AllowsUnalignedMem - If true, the subtarget allows unaligned memory
193 bool AllowsUnalignedMem;
417 bool allowsUnalignedMem() const { return AllowsUnalignedMem; }
ARMFastISel.cpp     [all...]
ARMAsmPrinter.cpp 716 if (STI.allowsUnalignedMem())
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 376 milliseconds