Searched refs:cycle1 (Results 1 – 11 of 11) sorted by relevance
5 module cycle1 { header "cycle1.h" }
9 @cycle1 = addrspace(1) constant %struct.Self1 { %struct.Self1 addrspace(1)* bitcast (%struct.Self1 …10 @cycle0 = addrspace(0) constant %struct.Self1 { %struct.Self1 addrspace(1)* @cycle1 }
17 %cycle1 = call i64 @llvm.amdgcn.s.memrealtime()18 store volatile i64 %cycle1, i64 addrspace(1)* %out
18 %cycle1 = call i64 @llvm.amdgcn.s.memtime()19 store volatile i64 %cycle1, i64 addrspace(1)* %out
20 %cycle1 = call i64 @llvm.readcyclecounter()21 store volatile i64 %cycle1, i64 addrspace(1)* %out
21 %cycle1 = call i64 @llvm.amdgcn.s.memtime()22 store volatile i64 %cycle1, i64 addrspace(1)* %out
29 %cycle1 = call i64 @llvm.readcyclecounter()30 store volatile i64 %cycle1, i64 addrspace(1)* %out
967 let cycle1 = i64::from(internals::yo_to_cycle(year1_mod_400 as u32, self.of().ordinal())); in signed_duration_since() localVariable970 (i64::from(year1_div_400) - i64::from(year2_div_400)) * 146_097 + (cycle1 - cycle2), in signed_duration_since()