Home | History | Annotate | Download | only in CodeGen

Lines Matching full:nonnull

9 // CHECK: call void asm "st $1, $0", "=*m,r"(i32* nonnull @gi, i32 %i)
15 // CHECK: call void asm "st $1, $0", "=*Q,r"(i32* nonnull @gi, i32 %i)
21 // CHECK: call void asm "st $1, $0", "=*R,r"(i32* nonnull @gi, i32 %i)
27 // CHECK: call void asm "st $1, $0", "=*S,r"(i32* nonnull @gi, i32 %i)
33 // CHECK: call void asm "st $1, $0", "=*T,r"(i32* nonnull @gi, i32 %i)
41 // CHECK: call i32 asm "l $0, $1", "=r,*m"(i32* nonnull @gi)
49 // CHECK: call i32 asm "l $0, $1", "=r,*Q"(i32* nonnull @gi)
57 // CHECK: call i32 asm "l $0, $1", "=r,*R"(i32* nonnull @gi)
65 // CHECK: call i32 asm "l $0, $1", "=r,*S"(i32* nonnull @gi)
73 // CHECK: call i32 asm "l $0, $1", "=r,*T"(i32* nonnull @gi)