Searched refs:systemSupportsUnalignedAccess (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp76 if (!STI.systemSupportsUnalignedAccess() && isUnaligned)
H A DMipsLegalizerInfo.cpp110 {s32, p0, 16, ST.systemSupportsUnalignedAccess()},
113 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}}))
141 if (!ST.systemSupportsUnalignedAccess() &&
H A DMipsSubtarget.h375 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } function in class:llvm::MipsSubtarget
H A DMipsISelDAGToDAG.cpp301 assert((Subtarget->systemSupportsUnalignedAccess() ||
H A DMipsRegisterBankInfo.cpp157 if (MMO->getSize() == 4 && (!STI.systemSupportsUnalignedAccess() &&
H A DMipsInstructionSelector.cpp466 !STI.systemSupportsUnalignedAccess()) {
H A DMipsISelLowering.cpp2692 if (Subtarget.systemSupportsUnalignedAccess())
2819 if (!Subtarget.systemSupportsUnalignedAccess() &&
H A DMipsSEISelLowering.cpp420 if (Subtarget.systemSupportsUnalignedAccess()) {

Completed in 108 milliseconds