Searched
full:tail (Results
276 -
300 of
3582) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/ConstantHoisting/X86/ |
stackmap.ll | 10 ; CHECK: tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 1, i32 24, i128 %const) 13 tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 1, i32 24, i128 134646182756734033220)
|
/external/llvm/test/Transforms/GlobalOpt/ |
deadfunction.ll | 18 tail call void @aa() nounwind 22 tail call void @bb() nounwind
|
/external/llvm/test/Transforms/IPConstantProp/ |
user-with-multiple-uses.ll | 9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) [[NUW:#[0-9]+]] 14 %call2 = tail call i32 @wwrite(i64 0) nounwind
|
/external/llvm/test/Transforms/InstCombine/ |
fold-sqrt-sqrtf.ll | 9 ; CHECK: %call = tail call double @sqrt(double %conv) 12 %call = tail call double @sqrt(double %conv)
|
/frameworks/rs/driver/runtime/ll64/ |
math.ll | 12 %1 = tail call float @llvm.sqrt.f32(float %v) 17 %1 = tail call float @llvm.pow.f32(float %v1, float %v2)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 51 tail=any* 58 tail = results["tail"] 67 tail = [n.clone() for n in tail] 68 special = not tail and self.in_special_context(node, isiter) 78 if tail: 79 new = pytree.Node(syms.power, [new] + tail)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 51 tail=any* 58 tail = results["tail"] 67 tail = [n.clone() for n in tail] 68 special = not tail and self.in_special_context(node, isiter) 78 if tail: 79 new = pytree.Node(syms.power, [new] + tail)
|
/external/chromium_org/third_party/sqlite/src/test/ |
bindxfer.test | 40 set VM1 [sqlite3_prepare $DB {SELECT ?, ?, ?} -1 TAIL] 41 set TAIL 47 set VM2 [sqlite3_prepare $DB {SELECT ?, ?, ?} -1 TAIL] 48 set TAIL
|
/external/clang/test/CodeGen/ |
fp-contract-pragma.cpp | 6 // CHECK: tail call float @llvm.fmuladd 34 // CHECK: tail call float @llvm.fmuladd 47 // CHECK: tail call float @llvm.fmuladd 53 // CHECK: tail call float @llvm.fmuladd
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-leaf.ll | 11 tail call void asm sideeffect "nop", "~{v8}"() nounwind
|
arm64-popcnt.ll | 4 %cnt = tail call i32 @llvm.ctpop.i32(i32 %x) 14 %cnt = tail call i64 @llvm.ctpop.i64(i64 %x) 27 %cnt = tail call i32 @llvm.ctpop.i32(i32 %x) 35 %cnt = tail call i64 @llvm.ctpop.i64(i64 %x)
|
arm64-sincos.ll | 17 %call = tail call float @sinf(float %x) nounwind readnone 18 %call1 = tail call float @cosf(float %x) nounwind readnone 33 %call = tail call double @sin(double %x) nounwind readnone 34 %call1 = tail call double @cos(double %x) nounwind readnone
|
arm64-vcvtxd_f32_f64.ll | 7 %vcvtxd.i = tail call float @llvm.aarch64.sisd.fcvtxn(double %a) nounwind
|
arm64-zero-cycle-zeroing.ll | 13 tail call void @bar(double 0.000000e+00, double 0.000000e+00, double 0.000000e+00, double 0.000000e+00) nounwind 23 tail call void @bari(i32 0, i32 0) nounwind 33 tail call void @barl(i64 0, i64 0) nounwind 42 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
|
/external/llvm/test/CodeGen/ARM/ |
bswap-inline-asm.ll | 7 %asmtmp = tail call i32 asm "rev $0, $1\0A", "=l,l"(i32 %x) nounwind
|
fpow.ll | 5 %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
add-with-overflow.ll | 15 %t1 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @ok, i32 0, i32 0), i32 %sum ) nounwind 19 %t2 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @no, i32 0, i32 0) ) nounwind 31 %t1 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @ok, i32 0, i32 0), i32 %sum ) nounwind 35 %t2 = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([4 x i8]* @no, i32 0, i32 0) ) nounwind
|
dbg_value.ll | 7 tail call void @llvm.dbg.value(metadata !{%0* %0}, i64 0, metadata !0)
|
/external/llvm/test/CodeGen/Hexagon/ |
simpletailcall.ll | 10 %call = tail call i32 bitcast (i32 (...)* @bar_empty to i32 (i32)*)(i32 %add) nounwind
|
/external/llvm/test/CodeGen/Mips/ |
octeon_popcnt.ll | 5 %cnt = tail call i8 @llvm.ctpop.i8(i8 %x) 15 %cnt = tail call i16 @llvm.ctpop.i16(i16 %x) 25 %cnt = tail call i32 @llvm.ctpop.i32(i32 %x) 35 %cnt = tail call i64 @llvm.ctpop.i64(i64 %x)
|
/external/llvm/test/CodeGen/NVPTX/ |
ldu-ldg.ll | 13 %val = tail call i8 @llvm.nvvm.ldu.global.i.i8.p1i8(i8 addrspace(1)* %ptr), !align !0 20 %val = tail call i32 @llvm.nvvm.ldu.global.i.i32.p1i32(i32 addrspace(1)* %ptr), !align !0 27 %val = tail call i8 @llvm.nvvm.ldg.global.i.i8.p1i8(i8 addrspace(1)* %ptr), !align !0 34 %val = tail call i32 @llvm.nvvm.ldg.global.i.i32.p1i32(i32 addrspace(1)* %ptr), !align !0
|
refl1.ll | 9 %tan = tail call fastcc float @__nv_fast_tanf(float %val) 27 %0 = tail call float @llvm.nvvm.sin.approx.ftz.f(float %a) 28 %1 = tail call float @llvm.nvvm.cos.approx.ftz.f(float %a) 29 %2 = tail call float @llvm.nvvm.div.approx.ftz.f(float %0, float %1)
|
/external/llvm/test/CodeGen/PowerPC/ |
cmp-cmp.ll | 8 tail call void @test( i64 0 )
|
fcpsgn.ll | 7 %call = tail call double @copysign(double %a, double %b) #0 19 %call = tail call float @copysignf(float %a, float %b) #0 32 %call = tail call float @copysignf(float %a, float %conv) #0 43 %call = tail call double @copysign(double %a, double %conv) #0
|
in-asm-f64-reg.ll | 7 %0 = tail call double* asm sideeffect "qvstfdux $2,$0,$1", "=b,{r7},{f11},0,~{memory}"(i32 64, double undef, double* undef)
|
Completed in 896 milliseconds
<<11121314151617181920>>