Searched refs:test_floats (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | builtin_float.c | 5 void test_floats(float f1, float f2) { in test_floats() function
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | mcu-abi.ll | 20 define i32 @test_floats(i32 %a, i32 %b, float %c, float %d) #0 { 21 ; CHECK-LABEL: test_floats:
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | aix-cc-abi.ll | 443 ; ASM32PWR4-NEXT: bl .test_floats 459 ; ASM64PWR4-NEXT: bl .test_floats 467 call float @test_floats(float %0, float %0, float %0) 471 define float @test_floats(float %f1, float %f2, float %f3) { 472 ; CHECKASM-LABEL: test_floats:
|
H A D | aix-cc-abi-mir.ll | 429 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_floats>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit $r2, implicit-def $r1, implicit-def dead $f1 440 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_floats>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit $x2, implicit-def $r1, implicit-def dead $f1 445 call float @test_floats(float %0, float %0, float %0) 449 define float @test_floats(float %f1, float %f2, float %f3) { 450 ; 32BIT-LABEL: name: test_floats 458 ; 64BIT-LABEL: name: test_floats
|