Home
last modified time | relevance | path

Searched refs:fp1 (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/lld/test/COFF/
H A Dgfids-corrupt.s49 .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 Dgfids-gc.s14 # 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 Dgfids-icf.s9 # 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 Dppc64le-f128Aggregates.c6 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 Dx86-fp-stackifier-drop-locations.mir144 …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 Dcall01.f90122 character*(*) :: f1, f3, fp1 local
124 pointer :: fp1
138 print *, fp1()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2010-05-12-FastAllocKills.ll12 ; 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 Dpow-libcall.ll32 %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 Dp4.cpp8 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 Ddr0xx.c345 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 Dconvert-to-fptr.cpp12 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 Dp6.cpp7 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 D2006-08-11-RetVector.ll6 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 Dp9-0x.cpp33 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 Dconst-cast.cpp69 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 Dnullability-declspec.cpp6 _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 Dp2.cpp38 typedef E (*fp1)(); typedef
47 fp1 one; in f()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframeaddr-02.ll33 define i8* @fp1() #1 {
35 ; CHECK-LABEL: fp1:
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtask_firstprivate_messages.cpp24 …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 Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dglobal-memref.mlir23 %fp1 = arith.constant 5.0 : f32
25 memref.store %fp1, %0[%c2] : memref<4xf32>
/llvm-project-15.0.7/clang/test/PCH/
H A Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/llvm-project-15.0.7/clang/test/Sema/
H A Darm-cmse.c11 …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 Dp2.cpp65 int (*fp1)(int, __typeof__(e2)) = f1; in f() local

12