Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp77 if (!STI.systemSupportsUnalignedAccess() && isUnaligned) in tryCombineAll()
H A DMipsLegalizerInfo.cpp110 {s32, p0, 16, ST.systemSupportsUnalignedAccess()}, in MipsLegalizerInfo()
113 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}})) in MipsLegalizerInfo()
141 if (!ST.systemSupportsUnalignedAccess() && in MipsLegalizerInfo()
H A DMipsSubtarget.h378 bool systemSupportsUnalignedAccess() const { in systemSupportsUnalignedAccess() function
H A DMipsISelDAGToDAG.cpp305 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
H A DMipsRegisterBankInfo.cpp137 if (MMO->getSize() == 4 && (!STI.systemSupportsUnalignedAccess() && in isGprbTwoInstrUnalignedLoadOrStore()
H A DMipsInstructionSelector.cpp461 !STI.systemSupportsUnalignedAccess()) { in select()
H A DMipsISelLowering.cpp2708 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2835 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
H A DMipsSEISelLowering.cpp425 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()