Home
last modified time | relevance | path

Searched refs:bar_double (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dghc-cc.ll77 ; CHECK-NEXT: bl bar_double
81 tail call ghccc void @bar_double( double %0 ) nounwind
89 declare ghccc void @bar_double (double)
Dldst-opt.ll199 declare void @bar_double(%s.double*, double)
210 tail call void @bar_double(%s.double* %c, double %add)
223 tail call void @bar_double(%s.double* %c, double %val)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dghc-cc.ll77 ; CHECK-NEXT: bl bar_double
81 tail call ghccc void @bar_double( double %0 ) nounwind
89 declare ghccc void @bar_double (double)
Dldst-opt.ll200 declare void @bar_double(%s.double*, double)
211 tail call void @bar_double(%s.double* %c, double %add)
224 tail call void @bar_double(%s.double* %c, double %val)
/external/clang/test/CodeGen/
Dppc64-complex-parms.c71 void bar_double(void) { in bar_double() function
Dppc64-complex-return.c65 double bar_double(void) { in bar_double() function