Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp225 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
DMipsSubtarget.h291 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } in systemSupportsUnalignedAccess() function
DMipsISelLowering.cpp2267 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2393 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
DMipsSEISelLowering.cpp339 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()