Searched refs:allowsUnalignedMem (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h818 bool allowsUnalignedMem() const { return !StrictAlign; } function in class:llvm::ARMSubtarget
H A DARMFastISel.cpp930 if (Alignment && Alignment < 2 && !Subtarget->allowsUnalignedMem())
945 if (Alignment && Alignment < 4 && !Subtarget->allowsUnalignedMem())
1071 if (Alignment && Alignment < 2 && !Subtarget->allowsUnalignedMem())
1085 if (Alignment && Alignment < 4 && !Subtarget->allowsUnalignedMem())
H A DARMParallelDSP.cpp275 if (!ST->allowsUnalignedMem()) {
H A DARMISelLowering.cpp16114 bool AllowsUnaligned = Subtarget->allowsUnalignedMem();

Completed in 219 milliseconds