• Home
  • Raw
  • Download

Lines Matching refs:ctlz

5 declare i8 @llvm.ctlz.i8(i8, i1) nounwind readnone
7 declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone
8 declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32>, i1) nounwind readnone
9 declare <4 x i32> @llvm.ctlz.v4i32(<4 x i32>, i1) nounwind readnone
11 declare i64 @llvm.ctlz.i64(i64, i1) nounwind readnone
12 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1) nounwind readnone
13 declare <4 x i64> @llvm.ctlz.v4i64(<4 x i64>, i1) nounwind readnone
26 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
27 store i32 %ctlz, i32 addrspace(1)* %out, align 4
40 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
41 store i32 %ctlz, i32 addrspace(1)* %out, align 4
56 %ctlz = call <2 x i32> @llvm.ctlz.v2i32(<2 x i32> %val, i1 true) nounwind readnone
57 store <2 x i32> %ctlz, <2 x i32> addrspace(1)* %out, align 8
76 %ctlz = call <4 x i32> @llvm.ctlz.v4i32(<4 x i32> %val, i1 true) nounwind readnone
77 store <4 x i32> %ctlz, <4 x i32> addrspace(1)* %out, align 16
88 %ctlz = call i8 @llvm.ctlz.i8(i8 %val, i1 true) nounwind readnone
89 store i8 %ctlz, i8 addrspace(1)* %out
105 %ctlz = call i64 @llvm.ctlz.i64(i64 %val, i1 true)
106 store i64 %ctlz, i64 addrspace(1)* %out
112 %ctlz = call i64 @llvm.ctlz.i64(i64 %val, i1 true)
113 %trunc = trunc i64 %ctlz to i32
132 %ctlz = call i64 @llvm.ctlz.i64(i64 %val, i1 true)
133 store i64 %ctlz, i64 addrspace(1)* %out.gep
143 %ctlz = call i64 @llvm.ctlz.i64(i64 %val, i1 true)
144 %trunc = trunc i64 %ctlz to i32
155 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
157 %sel = select i1 %cmp, i32 -1, i32 %ctlz
168 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
170 %sel = select i1 %cmp, i32 %ctlz, i32 -1
181 %ctlz = call i8 @llvm.ctlz.i8(i8 %val, i1 true) nounwind readnone
183 %sel = select i1 %cmp, i8 -1, i8 %ctlz
198 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
200 %sel = select i1 %cmp, i32 -1, i32 %ctlz
215 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
217 %sel = select i1 %cmp, i32 0, i32 %ctlz
231 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
233 %sel = select i1 %cmp, i32 %ctlz, i32 0
247 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
249 %sel = select i1 %cmp, i32 0, i32 %ctlz
263 %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone
265 %sel = select i1 %cmp, i32 %ctlz, i32 0