Lines Matching refs:live
10 ; there is no WQM use and therefore llvm.amdgcn.ps.live is constant. However,
14 %live = call i1 @llvm.amdgcn.ps.live()
15 %live.32 = zext i1 %live to i32
16 %r = bitcast i32 %live.32 to float
28 %live = call i1 @llvm.amdgcn.ps.live()
29 %live.32 = zext i1 %live to i32
30 %live.32.bc = bitcast i32 %live.32 to float
31 …%t = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %live.32.bc, <8 x i32> …
44 %live = call i1 @llvm.amdgcn.ps.live()
45 br i1 %live, label %end, label %dead
59 declare i1 @llvm.amdgcn.ps.live() #1