Searched refs:ABIAlignment (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp432 unsigned ABIAlignment = getDataLayout()-> local
435 if (LD->getAlignment() >= ABIAlignment)
510 unsigned ABIAlignment = getDataLayout()-> local
513 if (ST->getAlignment() >= ABIAlignment) {
1816 unsigned ABIAlignment = getDataLayout()->getABITypeAlignment( local
1819 if (Alignment >= ABIAlignment) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp736 unsigned ABIAlignment= TLI.getDataLayout()->getABITypeAlignment(Ty); local
737 if (ST->getAlignment() < ABIAlignment)
849 unsigned ABIAlignment= TLI.getDataLayout()->getABITypeAlignment(Ty); local
850 if (ST->getAlignment() < ABIAlignment)
900 unsigned ABIAlignment =
902 if (LD->getAlignment() < ABIAlignment){
1086 unsigned ABIAlignment =
1088 if (LD->getAlignment() < ABIAlignment){
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp945 unsigned ABIAlignment = DL.getABITypeAlignment(Val->getType()); local
947 Alignment = ABIAlignment;
948 bool Aligned = Alignment >= ABIAlignment;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8112 unsigned ABIAlignment = getDataLayout()->getABITypeAlignment(Ty); local
8117 LD->getAlignment() < ABIAlignment) {
8160 ABIAlignment);
8188 LD->isInvariant(), ABIAlignment);

Completed in 3741 milliseconds