Searched refs:getMaxByValAlign (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp958 /// getMaxByValAlign - Helper for getByValTypeAlignment to determine
960 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign, function
971 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign);
977 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign);
998 getMaxByValAlign(Ty, Align, Subtarget.hasQPX() ? 32 : 16);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1183 /// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1185 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) { function
1193 getMaxByValAlign(ATy->getElementType(), EltAlign);
1199 getMaxByValAlign(STy->getElementType(i), EltAlign);
1224 getMaxByValAlign(Ty, Align);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1748 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) { function
1756 getMaxByValAlign(ATy->getElementType(), EltAlign);
1762 getMaxByValAlign(EltTy, EltAlign);
1787 getMaxByValAlign(Ty, Align);
[all...]

Completed in 358 milliseconds