Lines Matching refs:existing

32 define void @test_whole32(i32* %existing, i32* %new) {
40 %oldval = load volatile i32, i32* %existing
48 store volatile i32 %combined, i32* %existing
53 define void @test_whole64(i64* %existing, i64* %new) {
61 %oldval = load volatile i64, i64* %existing
69 store volatile i64 %combined, i64* %existing
74 define void @test_whole32_from64(i64* %existing, i64* %new) {
83 %oldval = load volatile i64, i64* %existing
90 store volatile i64 %combined, i64* %existing
95 define void @test_32bit_masked(i32 *%existing, i32 *%new) {
105 %oldval = load volatile i32, i32* %existing
113 store volatile i32 %combined, i32* %existing
118 define void @test_64bit_masked(i64 *%existing, i64 *%new) {
127 %oldval = load volatile i64, i64* %existing
135 store volatile i64 %combined, i64* %existing
141 define void @test_32bit_complexmask(i32 *%existing, i32 *%new) {
151 %oldval = load volatile i32, i32* %existing
159 store volatile i32 %combined, i32* %existing
165 define void @test_32bit_badmask(i32 *%existing, i32 *%new) {
177 %oldval = load volatile i32, i32* %existing
185 store volatile i32 %combined, i32* %existing
191 define void @test_64bit_badmask(i64 *%existing, i64 *%new) {
204 %oldval = load volatile i64, i64* %existing
212 store volatile i64 %combined, i64* %existing
219 define void @test_32bit_with_shr(i32* %existing, i32* %new) {
228 %oldval = load volatile i32, i32* %existing
236 store volatile i32 %combined, i32* %existing
242 define void @test_32bit_opnd1_better(i32* %existing, i32* %new) {
251 %oldval = load volatile i32, i32* %existing
259 store volatile i32 %combined, i32* %existing