Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Dghc-cc.ll64 ; CHECK-NEXT: bl bar_float
68 tail call ghccc void @bar_float( float %0 ) nounwind
88 declare ghccc void @bar_float (float)
Dldst-opt.ll171 declare void @bar_float(%s.float*, float)
182 tail call void @bar_float(%s.float* %c, float %add)
195 tail call void @bar_float(%s.float* %c, float %val)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dghc-cc.ll64 ; CHECK-NEXT: bl bar_float
68 tail call ghccc void @bar_float( float %0 ) nounwind
88 declare ghccc void @bar_float (float)
Dldst-opt.ll172 declare void @bar_float(%s.float*, float)
183 tail call void @bar_float(%s.float* %c, float %add)
196 tail call void @bar_float(%s.float* %c, float %val)
/external/clang/test/CodeGen/
Dppc64-complex-parms.c55 void bar_float(void) { in bar_float() function
Dppc64-complex-return.c56 float bar_float(void) { in bar_float() function