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