Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtail-call.ll143 declare double @get_double()
146 ; COMMON: bl get_double
147 ; COMMON: bl get_double
148 ; COMMON: bl get_double
151 %val0 = call double @get_double()
152 %val1 = call double @get_double()
153 %val2 = tail call double @get_double()
H A Dmovid-no-neon.ll18 define double @get_double() {
19 ; NEON-ENABLED-LABEL: get_double:
24 ; NEON-DISABLED-LABEL: get_double:
H A Dtailcc-tail-call.ll150 declare double @get_double()
153 ; COMMON: bl get_double
154 ; COMMON: bl get_double
155 ; COMMON: bl get_double
158 %val0 = call double @get_double()
159 %val1 = call double @get_double()
160 %val2 = tail call double @get_double()
H A Dswifttail-call.ll143 declare double @get_double()
146 ; COMMON: bl get_double
147 ; COMMON: bl get_double
148 ; COMMON: bl get_double
151 %val0 = call double @get_double()
152 %val1 = call double @get_double()
153 %val2 = tail call double @get_double()
/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/
H A Dbounds.cpp13 int get_double(double *const p __attribute__((pass_object_size(0))), int i) { in get_double() function
23 get_double(baz, argv[1][0] - '0'); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dfloat.ll8 ; V8: call get_double
26 %0 = tail call double @get_double()
50 %0 = tail call double @get_double()
55 declare double @get_double()
74 %0 = tail call double @get_double()
75 %1 = tail call double @get_double()