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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h147 virtual bool allowsUnalignedMemoryAccesses (EVT VT) const;
H A DMipsISelLowering.cpp344 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const { function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h283 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
285 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const;
H A DARMISelLowering.cpp9062 bool ARMTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const { function in class:ARMTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h495 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
497 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const { function in class:llvm::X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp405 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
507 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
1492 allowsUnalignedMemoryAccesses(ST->getMemoryVT()) ||
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h666 virtual bool allowsUnalignedMemoryAccesses(EVT) const { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp719 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
825 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
874 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
1058 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT())) {
H A DSelectionDAG.cpp3455 TLI.allowsUnalignedMemoryAccesses(VT)) {
H A DSelectionDAGBuilder.cpp5582 if (!TLI.isTypeLegal(LoadVT) ||!TLI.allowsUnalignedMemoryAccesses(LoadVT))

Completed in 304 milliseconds