Home
last modified time | relevance | path

Searched refs:cycle1 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/Modules/Inputs/submodule-visibility/
Dmodule.modulemap5 module cycle1 { header "cycle1.h" }
/external/clang/test/Modules/Inputs/submodule-visibility/
Dmodule.modulemap5 module cycle1 { header "cycle1.h" }
/external/llvm/test/Verifier/
Dbitcast-address-space-nested-global-cycle.ll9 @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 }
/external/llvm-project/llvm/test/Verifier/
Dbitcast-address-space-nested-global-cycle.ll9 @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 }
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.memrealtime.ll17 %cycle1 = call i64 @llvm.amdgcn.s.memrealtime()
18 store volatile i64 %cycle1, i64 addrspace(1)* %out
Dllvm.amdgcn.s.memtime.ll18 %cycle1 = call i64 @llvm.amdgcn.s.memtime()
19 store volatile i64 %cycle1, i64 addrspace(1)* %out
Dreadcyclecounter.ll20 %cycle1 = call i64 @llvm.readcyclecounter()
21 store volatile i64 %cycle1, i64 addrspace(1)* %out
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.s.memrealtime.ll17 %cycle1 = call i64 @llvm.amdgcn.s.memrealtime()
18 store volatile i64 %cycle1, i64 addrspace(1)* %out
Dllvm.amdgcn.s.memtime.ll21 %cycle1 = call i64 @llvm.amdgcn.s.memtime()
22 store volatile i64 %cycle1, i64 addrspace(1)* %out
Dreadcyclecounter.ll29 %cycle1 = call i64 @llvm.readcyclecounter()
30 store volatile i64 %cycle1, i64 addrspace(1)* %out
/external/rust/crates/chrono/src/naive/
Ddate.rs967 let cycle1 = i64::from(internals::yo_to_cycle(year1_mod_400 as u32, self.of().ordinal())); in signed_duration_since() localVariable
970 (i64::from(year1_div_400) - i64::from(year2_div_400)) * 146_097 + (cycle1 - cycle2), in signed_duration_since()