Lines Matching full:tail
17 tail call void @foo(i32 %sub)
35 tail call void @foo(i32 %ashr)
53 tail call void @foo(i32 %ashr)
71 tail call void @foo(i32 %ashr)
89 tail call void @foo(i32 %shl)
107 tail call void @foo(i32 %shl)
149 tail call void @foo(i32 %andn)
163 %bextr = tail call i32 @llvm.x86.bmi.bextr.32(i32 %x, i32 %y)
168 tail call void @foo(i32 %bextr)
182 %popcnt = tail call i32 @llvm.ctpop.i32(i32 %x)
187 tail call void @foo(i32 %popcnt)
200 %cnt = tail call i64 @llvm.cttz.i64(i64 %v, i1 true)
212 %cnt = tail call i32 @llvm.cttz.i32(i32 %v, i1 true)
217 tail call void @foo(i32 %cnt)
221 tail call void @foo32(i32 %cnt)
230 %cnt = tail call i32 @llvm.cttz.i32(i32 %v, i1 true)
235 tail call void @foo(i32 %cnt)
239 tail call void @foo32(i32 %cnt)
249 %cnt = tail call i64 @llvm.ctlz.i64(i64 %v, i1 true)
261 %cnt = tail call i64 @llvm.ctpop.i64(i64 %v)