Home | History | Annotate | Download | only in X86

Lines Matching full:align

4 @.str = private constant [10 x i8] c"ptr = %p\0A\00", align 1 ; <[10 x i8]*> [#uses=1]
5 @.str1 = private constant [8 x i8] c"Failed \00", align 1 ; <[8 x i8]*> [#uses=1]
6 @.str2 = private constant [2 x i8] c"0\00", align 1 ; <[2 x i8]*> [#uses=1]
7 @.str3 = private constant [7 x i8] c"test.c\00", align 1 ; <[7 x i8]*> [#uses=1]
10 define void @aligned_func(%struct.S* byval align 64 %obj) nounwind {
16 store i8* %obj1, i8** %ptr, align 8
17 %0 = load i8** %ptr, align 8 ; <i8*> [#uses=1]
19 store i64 %1, i64* %p, align 8
20 %2 = load i8** %ptr, align 8 ; <i8*> [#uses=1]
22 %4 = load i64* %p, align 8 ; <i64> [#uses=1]
24 %6 = load i64* %p, align 8 ; <i64> [#uses=1]
53 store i32 1, i32* %0, align 4
54 call void @aligned_func(%struct.S* byval align 64 %s1) nounwind