/external/llvm/test/CodeGen/X86/ |
complex-fca.ll | 3 define void @ccosl({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 } %z) nounwind { 5 %z8 = extractvalue { x86_fp80, x86_fp80 } %z, 0 6 %z9 = extractvalue { x86_fp80, x86_fp80 } %z, 1 7 %0 = fsub x86_fp80 0xK80000000000000000000, %z9 8 %insert = insertvalue { x86_fp80, x86_fp80 } undef, x86_fp80 %0, [all...] |
multiple-return-values-cross-block.ll | 3 declare {x86_fp80, x86_fp80} @test() 5 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) { 6 %a = call {x86_fp80,x86_fp80} @test() 7 %b = extractvalue {x86_fp80,x86_fp80} %a, 1 8 store x86_fp80 %b, x86_fp80* %P [all...] |
small-byval-memcpy.ll | 4 define void @ccosl({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %z) nounwind { 6 %iz = alloca { x86_fp80, x86_fp80 } ; <{ x86_fp80, x86_fp80 }*> [#uses=3] 7 %tmp1 = getelementptr { x86_fp80, x86_fp80 }* %z, i32 0, i32 1 ; <x86_fp80*> [#uses=1 [all...] |
2008-01-09-LongDoubleSin.ll | 5 define x86_fp80 @f(x86_fp80 %x) nounwind { 7 %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly ; <x86_fp80> [#uses=1] 8 ret x86_fp80 %tmp2 11 declare x86_fp80 @sinl(x86_fp80) nounwind readonly
|
2009-03-09-SpillerBug.ll | 4 define void @__mulxc3(x86_fp80 %b) nounwind { 6 %call = call x86_fp80 @y(x86_fp80* null, x86_fp80* null) ; <x86_fp80> [#uses=0] 7 %cmp = fcmp ord x86_fp80 %b, 0xK00000000000000000000 ; <i1> [#uses=1] 8 %sub = fsub x86_fp80 %b, %b ; <x86_fp80> [#uses=1] 9 %cmp7 = fcmp uno x86_fp80 %sub, 0xK00000000000000000000 ; <i1> [#uses=1] 12 %conv9 = sitofp i32 %and to x86_fp80 ; <x86_fp80> [#uses=1 [all...] |
2009-02-12-SpillerBug.ll | 4 define hidden void @__mulxc3({ x86_fp80, x86_fp80 }* noalias nocapture sret %agg.result, x86_fp80 %a, x86_fp80 %b, x86_fp80 %c, x86_fp80 %d) nounwind { 6 %0 = fmul x86_fp80 %b, %d ; <x86_fp80> [#uses=1] 7 %1 = fsub x86_fp80 0xK00000000000000000000, %0 ; <x86_fp80> [#uses=1 [all...] |
fp-stack-2results.ll | 4 %0 = type { x86_fp80, x86_fp80 } 9 %A = fpext double 1.0 to x86_fp80 10 %B = fpext double 0.0 to x86_fp80 11 %mrv = insertvalue %0 undef, x86_fp80 %A, 0 12 %mrv1 = insertvalue %0 %mrv, x86_fp80 %B, 1 22 %A = fpext double 1.0 to x86_fp80 23 %mrv = insertvalue %0 undef, x86_fp80 %A, 0 24 %mrv1 = insertvalue %0 %mrv, x86_fp80 %A, 1 29 define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) [all...] |
2009-06-03-Win64DisableRedZone.ll | 4 define x86_fp80 @a(i64 %x) nounwind readnone { 6 %conv = sitofp i64 %x to x86_fp80 ; <x86_fp80> [#uses=1] 7 ret x86_fp80 %conv
|
red-zone2.ll | 5 define x86_fp80 @f0(float %f) nounwind readnone noredzone { 7 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1] 8 ret x86_fp80 %0
|
storetrunc-fp.ll | 3 define void @foo(x86_fp80 %a, x86_fp80 %b, float* %fp) { 4 %c = fadd x86_fp80 %a, %b 5 %d = fptrunc x86_fp80 %c to float
|
2008-01-16-FPStackifierAssert.ll | 5 %tmp71 = load x86_fp80* null, align 16 ; <x86_fp80> [#uses=1] 6 %tmp72 = fdiv x86_fp80 %tmp71, 0xKC000C000000000000000 ; <x86_fp80> [#uses=1] 7 %tmp73 = fadd x86_fp80 0xK00000000000000000000, %tmp72 ; <x86_fp80> [#uses=1] 8 %tmp7374 = fptrunc x86_fp80 %tmp73 to double ; <double> [#uses=1] 15 %tmp8586 = fpext double %tmp85 to x86_fp80 ; <x86_fp80> [#uses=1] 16 %tmp87 = load x86_fp80* null, align 16 ; <x86_fp80> [#uses=1 [all...] |
2007-09-27-LDIntrinsics.ll | 5 define x86_fp80 @foo(x86_fp80 %x) nounwind{ 7 %tmp2 = call x86_fp80 @llvm.sqrt.f80( x86_fp80 %x ) 8 ret x86_fp80 %tmp2 16 declare x86_fp80 @llvm.sqrt.f80(x86_fp80) 18 define x86_fp80 @bar(x86_fp80 %x) nounwind { 20 %tmp2 = call x86_fp80 @llvm.powi.f80( x86_fp80 %x, i32 3 [all...] |
sincos.ll | 11 declare x86_fp80 @sinl(x86_fp80) readonly 23 define x86_fp80 @test3(x86_fp80 %X) { 24 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly 25 ret x86_fp80 %Y 32 declare x86_fp80 @cosl(x86_fp80) readonly 44 define x86_fp80 @test6(x86_fp80 %X) [all...] |
fma.ll | 25 define x86_fp80 @test_f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone ssp { 27 %call = tail call x86_fp80 @llvm.fma.f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone 28 ret x86_fp80 %call 33 declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnon [all...] |
ldzero.ll | 7 define x86_fp80 @x() { 9 %retval = alloca x86_fp80, align 16 ; <x86_fp80*> [#uses=2] 10 %tmp = alloca x86_fp80, align 16 ; <x86_fp80*> [#uses=2] 15 %tmp12 = fpext double %tmp1 to x86_fp80 ; <x86_fp80> [#uses=1] 16 store x86_fp80 %tmp12, x86_fp80* %tmp, align 16 17 %tmp3 = load x86_fp80* %tmp, align 16 ; <x86_fp80> [#uses=1 [all...] |
2008-11-03-F80VAARG.ll | 9 define x86_fp80 @test(...) nounwind { 13 %t1 = va_arg i8** %ap, x86_fp80 ; <x86_fp80> [#uses=1] 14 %t2 = va_arg i8** %ap, x86_fp80 ; <x86_fp80> [#uses=1] 15 %t = fadd x86_fp80 %t1, %t2 ; <x86_fp80> [#uses=1] 16 ret x86_fp80 %t
|
fp-stack-O0.ll | 4 declare x86_fp80 @x1(i32) nounwind 5 declare i32 @x2(x86_fp80, x86_fp80) nounwind 20 %call = call x86_fp80 (...)* bitcast (x86_fp80 (i32)* @x1 to x86_fp80 (...)*)(i32 -1) 21 %call1 = call i32 @x2(x86_fp80 %call, x86_fp80 0xK401EFFFFFFFF00000000)
|
red-zone.ll | 8 define x86_fp80 @f0(float %f) nounwind readnone { 10 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1] 11 ret x86_fp80 %0 21 define x86_fp80 @f1(float %f) nounwind readnone noredzone { 23 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1] 24 ret x86_fp80 %0
|
shrink-fp-const2.ll | 3 define x86_fp80 @test2() nounwind { 5 ret x86_fp80 0xK3FFFC000000000000000
|
fp-stack-O0-crash.ll | 7 define void @fn(x86_fp80 %x) nounwind ssp { 9 %x.addr = alloca x86_fp80 ; <x86_fp80*> [#uses=5] 10 store x86_fp80 %x, x86_fp80* %x.addr 14 %tmp = load x86_fp80* %x.addr ; <x86_fp80> [#uses=1] 15 %tmp1 = load x86_fp80* %x.addr ; <x86_fp80> [#uses=1] 16 %cmp = fcmp oeq x86_fp80 %tmp, %tmp1 ; <i1> [#uses=1 [all...] |
2009-03-03-BitcastLongDouble.ll | 8 %tmp15 = bitcast i80 %tmp14 to x86_fp80 ; <x86_fp80> [#uses=1] 9 %add = fadd x86_fp80 %tmp15, 0xK3FFF8000000000000000 ; <x86_fp80> [#uses=1] 10 %tmp11 = bitcast x86_fp80 %add to i80 ; <i80> [#uses=1]
|
fp-stack.ll | 8 %tmp6 = load x86_fp80* undef ; <x86_fp80> [#uses=2] 9 %tmp15 = load x86_fp80* undef ; <x86_fp80> [#uses=2] 10 %tmp24 = load x86_fp80* undef ; <x86_fp80> [#uses=1] 14 %cmp139 = fcmp ogt x86_fp80 %tmp15, %tmp6 ; <i1> [#uses=1] 15 %maxdiag.0 = select i1 %cmp139, x86_fp80 %tmp15, x86_fp80 %tmp6 ; <x86_fp80> [#uses=1 [all...] |
2009-03-12-CPAlignBug.ll | 10 define void @SolveCubic_bb1(i32* %solutions, double* %x, x86_fp80 %.reload, x86_fp80 %.reload5, x86_fp80 %.reload6, double %.reload8) nounwind { 20 %1 = fptrunc x86_fp80 %.reload6 to double ; <double> [#uses=1] 24 %5 = fpext double %4 to x86_fp80 ; <x86_fp80> [#uses=2] 25 %6 = fdiv x86_fp80 %.reload5, %5 ; <x86_fp80> [#uses=1] 26 %7 = fadd x86_fp80 %5, %6 ; <x86_fp80> [#uses=1 [all...] |
/external/llvm/test/CodeGen/CPP/ |
2009-05-01-Long-Double.ll | 3 define x86_fp80 @some_func() nounwind { 5 %retval = alloca x86_fp80 ; <x86_fp80*> [#uses=2] 7 %conv = sitofp i32 %call to x86_fp80 ; <x86_fp80> [#uses=1] 8 store x86_fp80 %conv, x86_fp80* %retval 9 %0 = load x86_fp80* %retval ; <x86_fp80> [#uses=1] 10 ret x86_fp80 % [all...] |
/external/llvm/test/Transforms/InstCombine/ |
2009-02-04-FPBitcast.ll | 4 define x86_fp80 @cast() { 5 %tmp = bitcast i80 0 to x86_fp80 ; <x86_fp80> [#uses=1] 6 ret x86_fp80 %tmp 10 %tmp = bitcast x86_fp80 0xK00000000000000000000 to i80 ; <i80> [#uses=1]
|