HomeSort by: relevance | last modified time | path
    Searched refs:systemSupportsUnalignedAccess (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsPreLegalizerCombiner.cpp 56 if (!STI.systemSupportsUnalignedAccess() && isUnaligned)
MipsLegalizerInfo.cpp 24 bool SystemSupportsUnalignedAccess;
53 if (!Val.SystemSupportsUnalignedAccess &&
106 {s32, p0, 16, ST.systemSupportsUnalignedAccess()},
109 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}}))
137 if (!ST.systemSupportsUnalignedAccess() &&
MipsISelDAGToDAG.cpp 298 assert((Subtarget->systemSupportsUnalignedAccess() ||
MipsSubtarget.h 373 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); }
MipsRegisterBankInfo.cpp 159 if (MMO->getSize() == 4 && (!STI.systemSupportsUnalignedAccess() &&
MipsInstructionSelector.cpp 466 !STI.systemSupportsUnalignedAccess()) {
MipsISelLowering.cpp 2669 if (Subtarget.systemSupportsUnalignedAccess())
2796 if (!Subtarget.systemSupportsUnalignedAccess() &&
MipsSEISelLowering.cpp 428 if (Subtarget.systemSupportsUnalignedAccess()) {

Completed in 66 milliseconds