Searched refs:AllowsUnaligned (Results 1 – 1 of 1) sorted by relevance
19116 bool AllowsUnaligned = Subtarget->allowsUnalignedMem(); in allowsMisalignedMemoryAccesses() local19121 if (AllowsUnaligned) { in allowsMisalignedMemoryAccesses()19132 if (Subtarget->hasNEON() && (AllowsUnaligned || Subtarget->isLittle())) { in allowsMisalignedMemoryAccesses()