Home
last modified time | relevance | path

Searched refs:ABIAlignment (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1155 Align ABIAlignment = DL.getABITypeAlign(Val->getType()); in X86SelectStore() local
1156 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14933 Align ABIAlignment = DAG.getDataLayout().getABITypeAlign(Ty); in PerformDAGCombine() local
14940 LD->getAlign() < ABIAlignment) { in PerformDAGCombine()