Searched refs:EltAlign (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2782 CharUnits EltAlign = local 2786 Addr = Address(EltPtr, EltAlign); 2963 CharUnits EltAlign = local 2968 LValue LV = MakeAddrLValue(Address(EltPtr, EltAlign), ResultExprTy,
|
H A D | CGCall.cpp | 765 CharUnits EltAlign = local 771 Fn(Address(EltAddr, EltAlign));
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 955 unsigned EltAlign = 0; local 956 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign); 957 if (EltAlign > MaxAlign) 958 MaxAlign = EltAlign; 961 unsigned EltAlign = 0; local 962 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign); 963 if (EltAlign > MaxAlign) 964 MaxAlign = EltAlign;
|
/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 526 unsigned EltAlign = DL.getABITypeAlignment(STy->getElementType()); local 544 if (NewAlign > EltAlign)
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 1919 unsigned EltAlign = 0; local 1920 getMaxByValAlign(ATy->getElementType(), EltAlign); 1921 if (EltAlign > MaxAlign) 1922 MaxAlign = EltAlign; 1925 unsigned EltAlign = 0; local 1926 getMaxByValAlign(EltTy, EltAlign); 1927 if (EltAlign > MaxAlign) 1928 MaxAlign = EltAlign; [all...] |
Completed in 182 milliseconds