Home | History | Annotate | Download | only in PowerPC

Lines Matching full:align

9 @gt = common global %struct.test zeroinitializer, align 16
10 @gp = common global %struct.pad zeroinitializer, align 8
12 define signext i32 @callee1(i32 signext %x, %struct.test* byval align 16 nocapture readnone %y, i32 signext %z) {
20 declare signext i32 @test1(i32 signext, %struct.test* byval align 16, i32 signext)
23 %call = tail call signext i32 @test1(i32 signext 0, %struct.test* byval align 16 @gt, i32 signext %z)
31 define i64 @callee2(%struct.pad* byval nocapture readnone %x, i32 signext %y, %struct.test* byval align 16 nocapture readonly %z) {
34 %0 = load i64* %x1, align 16
42 declare i64 @test2(%struct.pad* byval, i32 signext, %struct.test* byval align 16)
45 %tmp = alloca %struct.test, align 16
47 store i64 %z, i64* %.compoundliteral.sroa.0.0..sroa_idx, align 16
48 %call = call i64 @test2(%struct.pad* byval @gp, i32 signext 0, %struct.test* byval align 16 %tmp)