Home
last modified time | relevance | path

Searched refs:NewAlign (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/VMCore/
DAttributes.cpp278 Attributes NewAlign = Attrs & Attribute::Alignment; in addAttr() local
279 assert((!OldAlign || !NewAlign || OldAlign == NewAlign) && in addAttr()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp694 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, FieldOffset); in SRAGlobal() local
695 if (NewAlign > TD.getABITypeAlignment(STy->getElementType(i))) in SRAGlobal()
696 NGV->setAlignment(NewAlign); in SRAGlobal()
726 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, EltSize*i); in SRAGlobal() local
727 if (NewAlign > EltAlign) in SRAGlobal()
728 NGV->setAlignment(NewAlign); in SRAGlobal()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3539 unsigned NewAlign = (unsigned) TLI.getTargetData()->getABITypeAlignment(Ty); in getMemcpyLoadsAndStores() local
3540 if (NewAlign > Align) { in getMemcpyLoadsAndStores()
3542 if (MFI->getObjectAlignment(FI->getIndex()) < NewAlign) in getMemcpyLoadsAndStores()
3543 MFI->setObjectAlignment(FI->getIndex(), NewAlign); in getMemcpyLoadsAndStores()
3544 Align = NewAlign; in getMemcpyLoadsAndStores()
3628 unsigned NewAlign = (unsigned) TLI.getTargetData()->getABITypeAlignment(Ty); in getMemmoveLoadsAndStores() local
3629 if (NewAlign > Align) { in getMemmoveLoadsAndStores()
3631 if (MFI->getObjectAlignment(FI->getIndex()) < NewAlign) in getMemmoveLoadsAndStores()
3632 MFI->setObjectAlignment(FI->getIndex(), NewAlign); in getMemmoveLoadsAndStores()
3633 Align = NewAlign; in getMemmoveLoadsAndStores()
[all …]
DDAGCombiner.cpp5080 unsigned NewAlign = MinAlign(LN0->getAlignment(), PtrOff); in ReduceLoadWidth() local
5091 LN0->isInvariant(), NewAlign); in ReduceLoadWidth()
5096 NewAlign); in ReduceLoadWidth()
5351 unsigned NewAlign = TLI.getTargetData()-> in CombineConsecutiveLoads() local
5354 if (NewAlign <= Align && in CombineConsecutiveLoads()
7245 unsigned NewAlign = St->getAlignment(); in ShrinkLoadReplaceStoreWithStore() local
7256 NewAlign = MinAlign(NewAlign, StOffset); in ShrinkLoadReplaceStoreWithStore()
7265 false, false, NewAlign).getNode(); in ShrinkLoadReplaceStoreWithStore()
7358 unsigned NewAlign = MinAlign(LD->getAlignment(), PtrOff); in ReduceLoadOpStoreWidth() local
7360 if (NewAlign < TLI.getTargetData()->getABITypeAlignment(NewVTTy)) in ReduceLoadOpStoreWidth()
[all …]
DTargetLowering.cpp2057 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC() local
2060 false, false, false, NewAlign); in SimplifySetCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp2988 unsigned NewAlign = MinAlign(Ld->getAlignment(), 4); in expandf64Toi32() local
2995 Ld->isInvariant(), NewAlign); in expandf64Toi32()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13698 unsigned NewAlign = TLI.getTargetData()-> in XFormVExtractWithShuffleIntoLoad() local
13701 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT)) in XFormVExtractWithShuffleIntoLoad()