HomeSort by relevance Sort by last modified time
    Searched full:double (Results 101 - 125 of 10768) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Analysis/BasicAA/
phi-and-select.ll 2 ; RUN: |& grep {NoAlias: double\\* \[%\]a, double\\* \[%\]b\$} | count 4
7 define void @foo(i1 %m, double* noalias %x, double* noalias %y) {
18 %a = phi double* [ %x, %true ], [ %y, %false ]
19 %b = phi double* [ %x, %false ], [ %y, %true ]
20 volatile store double 0.0, double* %a
21 volatile store double 1.0, double* %
    [all...]
  /external/llvm/test/CodeGen/X86/
vector-intrinsics.ll 3 declare <4 x double> @llvm.sin.v4f64(<4 x double> %p)
4 declare <4 x double> @llvm.cos.v4f64(<4 x double> %p)
5 declare <4 x double> @llvm.pow.v4f64(<4 x double> %p, <4 x double> %q)
6 declare <4 x double> @llvm.powi.v4f64(<4 x double> %p, i32)
8 define <4 x double> @foo(<4 x double> %p
    [all...]
2006-11-12-CSRetCC.ll 14 %tmp = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=4]
15 %tmp1 = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=4]
16 %tmp2 = alloca { double, double }, align 16 ; <{ double, double }*> [#uses=3
    [all...]
fp_constant_op.ll 5 define double @foo_add(double %P) {
6 %tmp.1 = fadd double %P, 1.230000e+02 ; <double> [#uses=1]
7 ret double %tmp.1
12 define double @foo_mul(double %P) {
13 %tmp.1 = fmul double %P, 1.230000e+02 ; <double> [#uses=1]
14 ret double %tmp.
    [all...]
sse-fcopysign.ll 8 define double @tst2(double %a, float %b, float %c) {
10 %tmp2 = fpext float %tmp1 to double
11 %tmp = tail call double @copysign( double %a, double %tmp2 )
12 ret double %tmp
16 declare double @copysign(double, double)
    [all...]
pr3457.ll 5 define void @foo(double* nocapture %P) nounwind {
7 %0 = tail call double (...)* @test() nounwind ; <double> [#uses=2]
8 %1 = tail call double (...)* @test() nounwind ; <double> [#uses=2]
9 %2 = fmul double %0, %0 ; <double> [#uses=1]
10 %3 = fmul double %1, %1 ; <double> [#uses=1]
11 %4 = fadd double %2, %3 ; <double> [#uses=1
    [all...]
fp-stack-retcopy.ll 5 declare double @foo()
7 define double @carg({ double, double }* byval %z) nounwind {
9 %tmp5 = tail call double @foo() nounwind ; <double> [#uses=1]
10 ret double %tmp5
masked-iv-unsafe.ll 9 define void @count_up(double* %d, i64 %n) nounwind {
16 %t0 = getelementptr double* %d, i64 %indvar.i8
17 %t1 = load double* %t0
18 %t2 = fmul double %t1, 0.1
19 store double %t2, double* %t0
21 %t3 = getelementptr double* %d, i64 %indvar.i24
22 %t4 = load double* %t3
23 %t5 = fmul double %t4, 2.3
24 store double %t5, double* %t
    [all...]
2009-03-12-CPAlignBug.ll 4 declare double @llvm.sqrt.f64(double) nounwind readonly
6 declare double @fabs(double)
8 declare double @llvm.pow.f64(double, double) nounwind readonly
10 define void @SolveCubic_bb1(i32* %solutions, double* %x, x86_fp80 %.reload, x86_fp80 %.reload5, x86_fp80 %.reload6, double %.reload8) nounwind {
19 %0 = tail call double @llvm.sqrt.f64(double %.reload8) ; <double> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/ARM/
2009-07-29-VFP3Registers.ll 3 @a = external global double ; <double*> [#uses=1]
5 declare double @llvm.exp.f64(double) nounwind readonly
7 define void @findratio(double* nocapture %res1, double* nocapture %res2) nounwind {
15 %0 = load double* @a, align 4 ; <double> [#uses=2]
16 %1 = fadd double %0, undef ; <double> [#uses=2
    [all...]
arguments7.ll 4 define double @f(i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b) {
5 %tmp = call double @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b)
6 ret double %tmp
9 declare double @g(i32, i32, i32, i32, double)
  /external/llvm/test/CodeGen/Generic/
select-cc.ll 4 define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
5 %x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
7 %a.d = select i1 %x.lo.ge, <2 x double> %y, <2 x double> %x ; <<2 x double>> [#uses=1]
8 ret <2 x double> %a.
    [all...]
fneg-fabs.ll 3 define double @fneg(double %X) {
4 %Y = fsub double -0.000000e+00, %X ; <double> [#uses=1]
5 ret double %Y
13 declare double @fabs(double)
17 define double @fabstest(double %X) {
18 %Y = call double @fabs( double %X ) ; <double> [#uses=1
    [all...]
2009-03-29-SoftFloatVectorExtract.ll 4 @m = external global <2 x double>
6 define double @vector_ex() nounwind {
7 %v = load <2 x double>* @m
8 %x = extractelement <2 x double> %v, i32 1
9 ret double %x
  /external/llvm/test/CodeGen/PowerPC/
select-cc.ll 4 define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
5 %x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
6 %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
7 %a.d = select i1 %x.lo.ge, <2 x double> %y, <2 x double> %x ; <<2 x double>> [#uses=1]
8 ret <2 x double> %a.
    [all...]
2006-01-11-darwin-fp-argument.ll 7 define double @bar(double %DEAD, double %X, double %Y) {
8 %tmp.2 = fadd double %X, %Y ; <double> [#uses=1]
9 ret double %tmp.2
  /external/clang/lib/Headers/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 43 static double _TG_ATTRSp __tg_promote(int);
44 static double _TG_ATTRSp __tg_promote(unsigned int);
45 static double _TG_ATTRSp __tg_promote(long);
46 static double _TG_ATTRSp __tg_promote(unsigned long);
47 static double _TG_ATTRSp __tg_promote(long long);
48 static double _TG_ATTRSp __tg_promote(unsigned long long);
50 static double _TG_ATTRSp __tg_promote(double);
51 static long double _TG_ATTRSp __tg_promote(long double);
    [all...]
  /external/llvm/test/ExecutionEngine/
2003-01-10-FUCOM.ll 4 %X = fadd double 0.000000e+00, 1.000000e+00 ; <double> [#uses=1]
5 %Y = fsub double 0.000000e+00, 1.000000e+00 ; <double> [#uses=2]
6 %Z = fcmp oeq double %X, %Y ; <i1> [#uses=0]
7 fadd double %Y, 0.000000e+00 ; <double>:1 [#uses=0]
  /external/llvm/test/Transforms/Mem2Reg/
PromoteMemToRegister.ll 4 define double @testfunc(i32 %i, double %j) {
6 %J = alloca double ; <double*> [#uses=2]
8 store double %j, double* %J
13 %t4 = sitofp i32 %t3 to double ; <double> [#uses=1]
14 %t5 = load double* %J ; <double> [#uses=1
    [all...]
  /external/llvm/test/Transforms/TailCallElim/
inf-recursion.ll 5 ; CHECK: @fabs(double %f)
9 define double @fabs(double %f) {
11 %tmp2 = call double @fabs( double %f ) ; <double> [#uses=1]
12 ret double %tmp2
17 ; CHECK: define double @foo
20 define double @foo(double %f)
    [all...]

Completed in 487 milliseconds

1 2 3 45 6 7 8 91011>>