/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
H A D | select-fconstant.mir | 14 define double @test_double() { 64 name: test_double 78 ; CHECK_NOPIC64-LABEL: name: test_double 83 ; CHECK_LARGE64-LABEL: name: test_double 89 ; CHECK_SMALL32-LABEL: name: test_double 94 ; CHECK_LARGE32-LABEL: name: test_double 99 ; CHECK_PIC64-LABEL: name: test_double
|
H A D | phi.ll |
|
H A D | select-phi.mir | 86 define double @test_double(i32 %a, double %f, double %t) { 439 name: test_double 455 ; ALL-LABEL: name: test_double
|
H A D | legalize-phi.mir | 102 define double @test_double(i32 %a, double %f, double %t) { 547 name: test_double 570 ; CHECK-LABEL: name: test_double
|
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/ |
H A D | vec_type_hint.ll | 9 ;; void test_double() {} 20 ; CHECK-SPIRV: OpEntryPoint {{.*}} %[[#]] "test_double" 33 define dso_local spir_kernel void @test_double() !vec_type_hint !5 {
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | vec_fneg.ll | 23 define void @test_double(ptr %A) { 24 ; CHECK-LABEL: test_double 25 ; CHECK-NOVSX-LABEL: test_double
|
H A D | vec_abs.ll | 46 define <2 x double> @test_double(<2 x double> %aa) #0 { 48 ; CHECK-LABEL: test_double 49 ; CHECK-NOVSX-LABEL: test_double
|
H A D | inline-asm-physical-fpr.ll | 8 define dso_local double @test_double(double %a, double %b) { 14 ; CHECK-LABEL: test_double
|
H A D | ppc64le-aggregates.ll | 87 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x) 92 ; CHECK: bl test_double 94 declare void @test_double(i64, [7 x double], i64)
|
/llvm-project/llvm/test/Transforms/Inline/ARM/ |
H A D | inline-fp.ll | 11 ; NOFP-DAG: 'double' not inlined into 'test_double' because too costly to inline (cost=125, thresho… 12 ; NOFP-DAG: 'double' not inlined into 'test_double' because too costly to inline (cost=125, thresho… 22 ; FULLFP-DAG: 'double' inlined into 'test_double' with (cost=0, threshold=75) 23 ; FULLFP-DAG: 'double' inlined into 'test_double' with (cost=-15000, threshold=75) 33 ; SINGLEFP-DAG: 'double' not inlined into 'test_double' because too costly to inline (cost=125, thr… 34 ; SINGLEFP-DAG: 'double' not inlined into 'test_double' because too costly to inline (cost=125, thr… 52 define i32 @test_double(i32 %a, i8 %b, i32 %c, i8 %d) #0 {
|
/llvm-project/llvm/test/Transforms/GVN/ |
H A D | pr46054-md-nonlocaldefcache-cleanup.ll | 9 define void @test_double(ptr %data) { 10 ; CHECK-LABEL: @test_double(
|
/llvm-project/clang/test/C/C23/ |
H A D | n3007.c | 44 void test_double(void) { in test_double() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-absolute-value.cpp | 304 void test_double(double x) { in test_double() function
|
H A D | compare-cxx2a.cpp | 406 void test_double(_Complex double x, _Complex double y) { // expected-warning 2 {{'_Complex' is a C9… in test_double() function
|
/llvm-project/clang/test/Sema/ |
H A D | warn-absolute-value.c | 277 void test_double(double x) { in test_double() function
|
H A D | inline-asm-validate-spirv-amdgcn.cl | 86 test_double(const __global double *a, const __global double *b, __global double *c, unsigned i)
|
H A D | inline-asm-validate-amdgpu.cl | 86 test_double(const __global double *a, const __global double *b, __global double *c, unsigned i)
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | arm-post-indexing-opt.ll | 184 define <2 x double> @test_double(ptr %A) { 185 ; CHECK-LABEL: test_double:
|
/llvm-project/clang/test/Analysis/ |
H A D | produce-symbolcast_x86.cpp | 14 void test_double(int n) { in test_double() function
|