Home
last modified time | relevance | path

Searched refs:test_double (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
H A Dselect-fconstant.mir14 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 Dphi.ll
H A Dselect-phi.mir86 define double @test_double(i32 %a, double %f, double %t) {
439 name: test_double
455 ; ALL-LABEL: name: test_double
H A Dlegalize-phi.mir102 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 Dvec_type_hint.ll9 ;; 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 Dvec_fneg.ll23 define void @test_double(ptr %A) {
24 ; CHECK-LABEL: test_double
25 ; CHECK-NOVSX-LABEL: test_double
H A Dvec_abs.ll46 define <2 x double> @test_double(<2 x double> %aa) #0 {
48 ; CHECK-LABEL: test_double
49 ; CHECK-NOVSX-LABEL: test_double
H A Dinline-asm-physical-fpr.ll8 define dso_local double @test_double(double %a, double %b) {
14 ; CHECK-LABEL: test_double
H A Dppc64le-aggregates.ll87 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 Dinline-fp.ll11 ; 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 Dpr46054-md-nonlocaldefcache-cleanup.ll9 define void @test_double(ptr %data) {
10 ; CHECK-LABEL: @test_double(
/llvm-project/clang/test/C/C23/
H A Dn3007.c44 void test_double(void) { in test_double() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-absolute-value.cpp304 void test_double(double x) { in test_double() function
H A Dcompare-cxx2a.cpp406 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 Dwarn-absolute-value.c277 void test_double(double x) { in test_double() function
H A Dinline-asm-validate-spirv-amdgcn.cl86 test_double(const __global double *a, const __global double *b, __global double *c, unsigned i)
H A Dinline-asm-validate-amdgpu.cl86 test_double(const __global double *a, const __global double *b, __global double *c, unsigned i)
/llvm-project/llvm/test/CodeGen/ARM/
H A Darm-post-indexing-opt.ll184 define <2 x double> @test_double(ptr %A) {
185 ; CHECK-LABEL: test_double:
/llvm-project/clang/test/Analysis/
H A Dproduce-symbolcast_x86.cpp14 void test_double(int n) { in test_double() function