Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dtail-call.ll124 declare double @get_double()
127 ; CHECK: bl get_double
128 ; CHECK: bl get_double
129 ; CHECK: bl get_double
132 %val0 = call double @get_double()
133 %val1 = call double @get_double()
134 %val2 = tail call double @get_double()
/external/llvm/test/CodeGen/AArch64/
Dtail-call.ll124 declare double @get_double()
127 ; CHECK: bl get_double
128 ; CHECK: bl get_double
129 ; CHECK: bl get_double
132 %val0 = call double @get_double()
133 %val1 = call double @get_double()
134 %val2 = tail call double @get_double()
/external/llvm/test/CodeGen/SPARC/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
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()
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp200 double get_double() const { return ro_value; } in get_double() function in UnregisteredBase
441 .def_property_readonly("ro_value_prop", &RegisteredDerived::get_double) in TEST_SUBMODULE()