Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h369 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } in systemSupportsUnalignedAccess() function
HDMipsISelDAGToDAG.cpp298 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
HDMipsISelLowering.cpp2673 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2800 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
HDMipsSEISelLowering.cpp428 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()