Home
last modified time | relevance | path

Searched refs:test_float (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp52 void test_float() { in test_float() function
88 test_float<short>(); in main()
89 test_float<int>(); in main()
90 test_float<long long>(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dselect-fconstant.mir9 define float @test_float() {
19 name: test_float
31 ; CHECK_NOPIC64-LABEL: name: test_float
36 ; CHECK_LARGE64-LABEL: name: test_float
42 ; CHECK_SMALL32-LABEL: name: test_float
47 ; CHECK_LARGE32-LABEL: name: test_float
52 ; CHECK_PIC64-LABEL: name: test_float
H A Dfconstant.ll8 define void @test_float(ptr %a , float %b) {
9 ; CHECK64_SMALL-LABEL: test_float:
17 ; CHECK64_LARGE-LABEL: test_float:
25 ; CHECK32-LABEL: test_float:
H A Dphi.ll124 define float @test_float(i32 %a, float %f, float %t) {
125 ; ALL-LABEL: test_float:
/llvm-project-15.0.7/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp89 test_float() in test_float() function
119 test_float<float>(); in main()
120 test_float<double>(); in main()
121 test_float<long double>(); in main()
H A Dto_wstring.pass.cpp91 test_float() in test_float() function
121 test_float<float>(); in main()
122 test_float<double>(); in main()
123 test_float<long double>(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvec_abs.ll7 define <4 x float> @test_float(<4 x float> %aa) #0 {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
11 ; CHECK-NOVSX-LABEL: test_float
H A Dvec_fneg.ll8 define void @test_float(<4 x float>* %A) {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
H A Daix-lower-constant-pool-index.ll29 define float @test_float() {
52 ; 32SMALL-ASM: .test_float:
61 ; 32LARGE-ASM: .test_float:
71 ; 64SMALL-ASM: .test_float:
80 ; 64LARGE-ASM: .test_float:
H A Dvec_mul.ll70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) {
79 ; CHECK-LABEL: test_float:
83 ; CHECK-LE-LABEL: test_float:
87 ; CHECK-VSX-LABEL: test_float:
89 ; CHECK-LE-VSX-LABEL: test_float:
H A Dppc64le-aggregates.ll68 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x)
73 ; CHECK: bl test_float
75 declare void @test_float([7 x float], [7 x float], i64)
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm-insert-subvector.ll3 define <2 x float> @test_float(<6 x float>* %src) {
8 ; CHECK-LABEL: test_float
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Dfdeclare-opencl-builtins.cl12 // CHECK-LABEL: @test_float
15 void test_float(float4 x, float a) {
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dfcmp.ll5 define void @test_float(float %a, float %b) {
6 ; CHECK-LABEL: test_float:
/llvm-project-15.0.7/mlir/test/Target/Cpp/
H A Dcommon-cpp.mlir37 // CHECK: test_float
38 func.func @test_float() {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp26 namespace test_float { namespace
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-vector-constrained.c13 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-vector2-constrained.c11 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-zvector3-constrained.c79 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-vector2-error.c36 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-zvector2-error.c134 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-vector2.c50 void test_float(void) { in test_float() function
H A Dbuiltins-systemz-zvector-constrained.c201 void test_float(void) { in test_float() function
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-fpconstrained.c24 void test_float(void) { in test_float() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-absolute-value.cpp240 void test_float(float x) { in test_float() function

12