Home
last modified time | relevance | path

Searched refs:systemSupportsUnalignedAccess (Results 1 – 8 of 8) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp248 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
DMipsSubtarget.h355 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } in systemSupportsUnalignedAccess() function
DMipsISelLowering.cpp2460 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2585 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
DMipsSEISelLowering.cpp425 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()