Home
last modified time | relevance | path

Searched refs:allowsUnalignedMemoryAccesses (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h101 virtual bool allowsUnalignedMemoryAccesses (EVT VT) const;
DMipsISelLowering.cpp234 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const { in allowsUnalignedMemoryAccesses() function in MipsTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h270 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const;
DARMISelLowering.cpp7989 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const { in allowsUnalignedMemoryAccesses() function in ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp398 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT())) in LowerLOAD()
498 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) { in LowerSTORE()
1479 allowsUnalignedMemoryAccesses(ST->getMemoryVT()) || in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h552 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const { in allowsUnalignedMemoryAccesses() function
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h632 virtual bool allowsUnalignedMemoryAccesses(EVT) const { in allowsUnalignedMemoryAccesses() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1147 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) { in LegalizeOp()
1334 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) { in LegalizeOp()
1514 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) { in LegalizeOp()
1619 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) { in LegalizeOp()
DSelectionDAG.cpp3367 TLI.allowsUnalignedMemoryAccesses(VT)) { in FindOptimalMemOpLowering()
DSelectionDAGBuilder.cpp5445 if (!TLI.isTypeLegal(LoadVT) ||!TLI.allowsUnalignedMemoryAccesses(LoadVT)) in visitMemCmpCall()