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

/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp212 assert((Subtarget->systemSupportsUnalignedAccess() ||
H A DMipsSubtarget.h269 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } function in class:llvm::MipsSubtarget
H A DMipsISelLowering.cpp2141 if (Subtarget.systemSupportsUnalignedAccess())
2267 if (!Subtarget.systemSupportsUnalignedAccess() &&
H A DMipsSEISelLowering.cpp339 if (Subtarget.systemSupportsUnalignedAccess()) {

Completed in 1105 milliseconds