Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/
DMipsPreLegalizerCombiner.cpp56 if (!STI.systemSupportsUnalignedAccess() && isUnaligned) in combine()
DMipsLegalizerInfo.cpp109 {s32, p0, 16, ST.systemSupportsUnalignedAccess()}, in MipsLegalizerInfo()
112 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}})) in MipsLegalizerInfo()
140 if (!ST.systemSupportsUnalignedAccess() && in MipsLegalizerInfo()
DMipsSubtarget.h373 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } in systemSupportsUnalignedAccess() function
DMipsISelDAGToDAG.cpp298 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
DMipsRegisterBankInfo.cpp159 if (MMO->getSize() == 4 && (!STI.systemSupportsUnalignedAccess() && in isGprbTwoInstrUnalignedLoadOrStore()
DMipsInstructionSelector.cpp466 !STI.systemSupportsUnalignedAccess()) { in select()
DMipsISelLowering.cpp2671 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2798 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
DMipsSEISelLowering.cpp428 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()
/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-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h369 bool systemSupportsUnalignedAccess() const { return hasMips32r6(); } in systemSupportsUnalignedAccess() function
DMipsISelDAGToDAG.cpp298 assert((Subtarget->systemSupportsUnalignedAccess() || in Select()
DMipsISelLowering.cpp2673 if (Subtarget.systemSupportsUnalignedAccess()) in lowerLOAD()
2800 if (!Subtarget.systemSupportsUnalignedAccess() && in lowerSTORE()
DMipsSEISelLowering.cpp428 if (Subtarget.systemSupportsUnalignedAccess()) { in allowsMisalignedMemoryAccesses()