| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | gfids-corrupt.s | 49 .section .data,"dw",one_only,fp1 50 .globl fp1 51 fp1: label 59 .section .gfids$y,"dr",associative,fp1 71 callq *fp1(%rip)
|
| H A D | gfids-gc.s | 14 # int (*fp1)() = &f; 17 # return fp1(); 84 rex64 jmpq *fp1(%rip) 95 .section .data,"dw",one_only,fp1 96 .globl fp1 97 fp1: label 100 .section .gfids$y,"dr",associative,fp1
|
| H A D | gfids-icf.s | 9 # int (*fp1)() = &icf1; 12 # return fp1(); 70 .globl fp1 71 fp1: label 85 callq *fp1(%rip)
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc64le-f128Aggregates.c | 6 struct fp1 { __float128 f[1]; }; struct 22 struct fp1 func_f1(struct fp1 x) { return x; } in func_f1() 60 struct fp1 global_f1;
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | x86-fp-stackifier-drop-locations.mir | 144 …ST_FpP80m %stack.1, 1, $noreg, 0, $noreg, renamable $fp1, implicit-def $fpsw, implicit $fpcw, debu… 146 …renamable $fp0 = nofpexcept ADD_Fp80 killed renamable $fp0, killed renamable $fp1, implicit-def de… 160 …renamable $fp1 = LD_Fp80m %stack.2, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw :: (l… 161 …renamable $fp0 = nofpexcept MUL_Fp80 killed renamable $fp1, killed renamable $fp0, implicit-def de… 166 …renamable $fp1 = nofpexcept LD_Fp32m80 $noreg, 1, $noreg, %const.0, $noreg, implicit-def dead $fps… 168 …nofpexcept UCOM_FpIr80 killed renamable $fp1, renamable $fp2, implicit-def $eflags, implicit-def d… 170 …renamable $fp1 = nofpexcept ADD_Fp80 renamable $fp2, killed renamable $fp1, implicit-def dead $fps… 171 …renamable $fp2 = CMOVNBE_Fp80 killed renamable $fp2, killed renamable $fp1, implicit-def dead $fps… 173 …renamable $fp1 = LD_Fp80m %stack.0, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw, debu… 175 …renamable $fp1 = nofpexcept ADD_Fp80 killed renamable $fp2, killed renamable $fp1, implicit-def de… [all …]
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | call01.f90 | 122 character*(*) :: f1, f3, fp1 local 124 pointer :: fp1 138 print *, fp1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-05-12-FastAllocKills.ll | 12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-… 20 ; %fp1 = MOV_Fp8080 killed %fp0 21 ; %fp2 = MUL_Fp80m32 %fp1, %rip, 1, %reg0, %const.0, %reg0; mem:LD4[ConstantPool] 24 ; ST_FpP80m %stack.4, 1, %reg0, 0, %reg0, killed %fp1; mem:ST10[FixedStack4](align=4) 26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
|
| H A D | pow-libcall.ll | 32 %fp1 = extractelement <2 x float> %fp, i32 1 33 %res = fadd float %fp0, %fp1
|
| /llvm-project-15.0.7/clang/test/CXX/over/over.over/ |
| H A D | p4.cpp | 8 int (*fp1)(int) = &f0; in test_f0() local 19 float (*fp1)(float) = f0; in test_f0_2() local
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr0xx.c | 345 int (*fp1)(int); in dr053() local 349 fp1 = f; in dr053() 350 fp2 = fp1; in dr053() 352 fpp = &fp1; in dr053()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | convert-to-fptr.cpp | 12 typedef int (*fp1)(int); typedef 17 operator fp1() { return f1; } in operator fp1()
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| H A D | p6.cpp | 7 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local 27 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2006-08-11-RetVector.ll | 6 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) { 7 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
| H A D | p9-0x.cpp | 33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local 42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | const-cast.cpp | 69 f fp1 = 0; in bad_const_cast_test() local 71 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test()
|
| H A D | nullability-declspec.cpp | 6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
| H A D | p2.cpp | 38 typedef E (*fp1)(); typedef 47 fp1 one; in f()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | frameaddr-02.ll | 33 define i8* @fp1() #1 { 35 ; CHECK-LABEL: fp1:
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit-nullability-declspec.cpp | 8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | task_firstprivate_messages.cpp | 24 …int fp, fp1; // expected-note {{initialize the variable 'fp' to silence this warning}} expected-no… in xxx() local 27 ++fp1; // expected-warning {{variable 'fp1' is uninitialized when used here}} in xxx()
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | message-length.c | 14 int (*fp1)(int, float, short, float) = f; in g() local
|
| /llvm-project-15.0.7/mlir/test/mlir-cpu-runner/ |
| H A D | global-memref.mlir | 23 %fp1 = arith.constant 5.0 : f32 25 memref.store %fp1, %0[%c2] : memref<4xf32>
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | namespaces.cpp | 15 N2::t1 *fp1 = &float_val; variable
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | arm-cmse.c | 11 …callback_1t fp1 = nsfptr; // expected-warning{{incompatible function pointer types initializing 'c… in foo() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
| H A D | p2.cpp | 65 int (*fp1)(int, __typeof__(e2)) = f1; in f() local
|