Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 25 of 2533) sorted by relevance

12345678910>>...102

/llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/
H A Dcommon_entry_exit_abi2.S42 memd(fp+#-48) = r27:26
43 memd(fp+#-40) = r25:24
46 memd(fp+#-32) = r23:22
51 memd(fp+#-8) = r17:16
66 memd(fp+#-8) = r17:16
203 r17:16 = memd(fp+#-8)
218 r17:16 = memd(fp+#-8)
232 r17:16 = memd(fp+#-8)
243 r17:16 = memd(fp+#-8)
251 r17:16 = memd(fp+#-8)
[all …]
H A Dcommon_entry_exit_legacy.S49 memd(fp+#-48) = r17:16
51 memd(fp+#-40) = r19:18
53 memd(fp+#-32) = r21:20
55 memd(fp+#-24) = r23:22
57 memd(fp+#-16) = r25:24
59 memd(fp+#-8) = r27:26
74 r21:20 = memd(fp+#-32)
75 r23:22 = memd(fp+#-24)
79 r25:24 = memd(fp+#-16)
101 r27:26 = memd(fp+#-8)
[all …]
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dfunopen2.cpp61 FILE *fp; in main() local
66 assert(fp); in main()
71 assert(!fclose(fp)); in main()
75 assert(fp); in main()
78 assert(!fclose(fp)); in main()
82 assert(fp); in main()
87 assert(!fflush(fp)); in main()
88 assert(!fclose(fp)); in main()
92 assert(fp); in main()
97 assert(!fclose(fp)); in main()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Lanai/
H A Dconstant_multiply.ll20 ; CHECK-NEXT: ld -8[%fp], %fp
35 ; CHECK-NEXT: ld -8[%fp], %fp
49 ; CHECK-NEXT: ld -8[%fp], %fp
64 ; CHECK-NEXT: ld -8[%fp], %fp
80 ; CHECK-NEXT: ld -8[%fp], %fp
96 ; CHECK-NEXT: ld -8[%fp], %fp
112 ; CHECK-NEXT: ld -8[%fp], %fp
127 ; CHECK-NEXT: ld -8[%fp], %fp
142 ; CHECK-NEXT: ld -8[%fp], %fp
158 ; CHECK-NEXT: ld -8[%fp], %fp
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstream.c8 fclose(fp); in check_fread()
14 fclose(fp); in check_fwrite()
20 fclose(fp); in check_fseek()
26 fclose(fp); in check_ftell()
32 fclose(fp); in check_rewind()
39 fclose(fp); in check_fgetpos()
46 fclose(fp); in check_fsetpos()
52 fclose(fp); in check_clearerr()
58 fclose(fp); in check_feof()
64 fclose(fp); in check_ferror()
[all …]
H A Dcfg-openmp.cpp25 int x, cond, fp, rd, lin, step, map; in target_s_has_device_addr() local
51 int x, cond, fp, rd, map; in target_t_l_has_device_addr() local
74 int x, cond, fp, rd, map; in target_p_l_has_device_addr() local
134 int x, cond, fp, rd, lin, step, map; in xxx() local
297 int x, cond, fp, rd, lin, step, map; in dpf() local
319 int x, cond, fp, rd, lin, step, map; in dpfs() local
341 int x, cond, fp, rd, lin, step, map; in ds() local
358 int x, cond, fp, rd, lin, step, map; in for_fn() local
927 int x, cond, fp, rd, map; in targetteamsloop() local
951 int x, cond, fp, rd; in parallelloop() local
[all …]
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp53 FILE *fp; in main() local
58 assert(fp); in main()
60 assert(fileno(fp) == -1); in main()
63 assert(!fclose(fp)); in main()
67 assert(fp); in main()
68 assert(fileno(fp) == -1); in main()
70 assert(!fclose(fp)); in main()
74 assert(fp); in main()
79 assert(!fclose(fp)); in main()
83 assert(fp); in main()
[all …]
H A Dfeof_fileno_ferror.cpp12 FILE *fp = fopen(argv[0], "r"); in main() local
13 assert(fp); in main()
16 assert(!feof(fp) && !ferror(fp)); in main()
21 assert(feof(fp)); in main()
24 clearerr(fp); in main()
25 assert(!feof(fp) && !ferror(fp)); in main()
28 int fd = fileno(fp); in main()
36 assert(ferror(fp)); in main()
39 clearerr(fp); in main()
40 assert(!feof(fp) && !ferror(fp)); in main()
[all …]
H A Dfseek.cpp12 FILE *fp = fopen("/etc/fstab", "r"); in main() local
13 assert(fp); in main()
15 int rv = fseek(fp, 10, SEEK_SET); in main()
18 printf("position: %ld\n", ftell(fp)); in main()
20 rewind(fp); in main()
22 printf("position: %ld\n", ftell(fp)); in main()
24 rv = fseeko(fp, 15, SEEK_SET); in main()
30 rv = fgetpos(fp, &pos); in main()
33 rewind(fp); in main()
37 rv = fsetpos(fp, &pos); in main()
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmodule-directive-bad.s5 .module fp=64
9 .module fp=32
13 .module fp=64
17 .module fp=32
21 .module fp=64
25 .module fp=32
29 .module fp=64
33 .module fp=32
37 .module fp=64
41 .module fp=32
[all …]
/llvm-project-15.0.7/llvm/test/Other/
H A Dopt-override-denormal-fp-math-mixed.ll1 ; RUN: opt -S -denormal-fp-math=ieee %s | FileCheck -check-prefixes=IEEE,ALL %s
5 ; RUN: opt -S -denormal-fp-math-f32=ieee %s | FileCheck -check-prefixes=IEEEF32,ALL %s
9 ; RUN: opt -S -denormal-fp-math=ieee -denormal-fp-math-f32=ieee %s | FileCheck -check-prefixes=IEEE…
10 ; RUN: opt -S -denormal-fp-math=preserve-sign -denormal-fp-math-f32=preserve-sign %s | FileCheck -c…
11 ; RUN: opt -S -denormal-fp-math=positive-zero -denormal-fp-math-f32=positive-zero %s | FileCheck -c…
27 ; ALL-DAG: attributes [[ATTR]] = { nounwind "denormal-fp-math"="preserve-sign,ieee" "denormal-fp-ma…
29 ; IEEE-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="ieee,ieee" }
37 ; IEEE-BOTH-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="ieee,ieee" "denormal-fp-mat…
38 …-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="preserve-sign,preserve-sign" "denorma…
39 …-DAG: attributes [[NOATTR]] = { nounwind "denormal-fp-math"="positive-zero,positive-zero" "denorma…
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp61 int (*fp)() = f_int_0; in test_int_0() local
62 std::function<int ()> r1(fp); in test_int_0()
99 void (*fp)() = f_void_0; in test_void_0() local
100 std::function<void ()> r1(fp); in test_void_0()
147 void (*fp)(int) = f_void_1; in test_void_1() local
148 std::function<void (int)> r1(fp); in test_void_1()
224 int (*fp)(int) = f_int_1; in test_int_1() local
225 std::function<int (int)> r1(fp); in test_int_1()
258 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local
305 void (*fp)(int, int) = f_void_2; in test_void_2() local
[all …]
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/
H A Dlanai_asm.ll.expected7 ; CHECK-NEXT: st %fp, [--%sp]
8 ; CHECK-NEXT: add %sp, 0x8, %fp
10 ; CHECK-NEXT: ld 4[%fp], %r3
11 ; CHECK-NEXT: ld 0[%fp], %r9
14 ; CHECK-NEXT: ld -16[%fp], %r13
23 ; CHECK-NEXT: ld -8[%fp], %fp
33 ; CHECK-NEXT: st %fp, [--%sp]
36 ; CHECK-NEXT: ld 0[%fp], %r3
42 ; CHECK-NEXT: ld -8[%fp], %fp
65 ; CHECK-NEXT: ld -8[%fp], %fp
[all …]
H A Dlanai_generated_funcs.ll.generated.expected71 ; CHECK-NEXT: st %fp, [--%sp]
74 ; CHECK-NEXT: st %r0, -12[%fp]
76 ; CHECK-NEXT: st %r0, -16[%fp]
81 ; CHECK-NEXT: st %r3, -24[%fp]
83 ; CHECK-NEXT: st %r3, -16[%fp]
85 ; CHECK-NEXT: st %r3, -20[%fp]
87 ; CHECK-NEXT: st %r3, -24[%fp]
89 ; CHECK-NEXT: st %r3, -28[%fp]
112 ; CHECK-NEXT: ld -8[%fp], %fp
118 ; CHECK-NEXT: st %fp, [--%sp]
[all …]
H A Dlanai_generated_funcs.ll.nogenerated.expected12 ; CHECK-NEXT: st %fp, [--%sp]
13 ; CHECK-NEXT: add %sp, 0x8, %fp
15 ; CHECK-NEXT: st %r0, -12[%fp]
17 ; CHECK-NEXT: st %r0, -16[%fp]
22 ; CHECK-NEXT: st %r3, -24[%fp]
24 ; CHECK-NEXT: st %r3, -16[%fp]
26 ; CHECK-NEXT: st %r3, -20[%fp]
28 ; CHECK-NEXT: st %r3, -24[%fp]
30 ; CHECK-NEXT: st %r3, -28[%fp]
53 ; CHECK-NEXT: ld -8[%fp], %fp
[all …]
H A Dmips_generated_funcs.ll.nogenerated.expected16 ; CHECK-NEXT: move $fp, $sp
23 ; CHECK-NEXT: sw $1, 8($fp)
24 ; CHECK-NEXT: lw $1, 16($fp)
30 ; CHECK-NEXT: sw $1, 8($fp)
33 ; CHECK-NEXT: sw $1, 12($fp)
35 ; CHECK-NEXT: sw $1, 16($fp)
37 ; CHECK-NEXT: sw $1, 8($fp)
39 ; CHECK-NEXT: sw $1, 4($fp)
49 ; CHECK-NEXT: sw $1, 8($fp)
51 ; CHECK-NEXT: sw $1, 4($fp)
[all …]
H A Dmips_generated_funcs.ll.generated.expected75 ; CHECK-NEXT: move $fp, $sp
82 ; CHECK-NEXT: sw $1, 8($fp)
83 ; CHECK-NEXT: lw $1, 16($fp)
89 ; CHECK-NEXT: sw $1, 8($fp)
96 ; CHECK-NEXT: sw $1, 8($fp)
98 ; CHECK-NEXT: sw $1, 4($fp)
108 ; CHECK-NEXT: sw $1, 8($fp)
110 ; CHECK-NEXT: sw $1, 4($fp)
113 ; CHECK-NEXT: move $sp, $fp
127 ; CHECK-NEXT: move $fp, $sp
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dc11atomics-ios.c10 void testFloat(_Atomic(float) *fp) { in testFloat() argument
18 __c11_atomic_init(fp, 1.0f); in testFloat()
28 float f = *fp; in testFloat()
35 *fp = f; in testFloat()
54 __c11_atomic_init(fp, 1.0f); in testComplexFloat()
75 _Complex float f = *fp; in testComplexFloat()
90 *fp = f; in testComplexFloat()
130 S f = *fp; in testStruct()
140 *fp = f; in testStruct()
187 PS f = *fp; in testPromotedStruct()
[all …]
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dmve-fp-registers.s46 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
50 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
54 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
58 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
62 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
66 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
70 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
74 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
78 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
82 # NOFP32: :[[@LINE-2]]:{{[0-9]+}}: {{note|error}}: instruction requires: fp registers
[all …]
H A Deh-directive-multiple-offsets.s19 .setfp fp, sp, #8
20 add fp, sp, #8
21 sub sp, fp, #8
47 add fp, sp, #8
51 sub sp, fp, #8
77 add fp, sp, #4
81 add fp, sp, #4
84 add sp, fp, #4
110 add fp, sp, #8
111 .setfp fp, fp, #8
[all …]
H A Deh-directive-setfp.s34 .setfp fp, sp, #0
35 add fp, sp, #0
36 sub sp, fp, #0
63 .setfp fp, sp, #-4
64 add fp, sp, #4
65 sub sp, fp, #4
77 add fp, sp, #0x100
78 sub sp, fp, #0x100
107 sub fp, sp, #0x104
195 add fp, sp, #0x4
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dvminmaxnm.ll1 ; RUN: llc < %s -mtriple armv8 -mattr=+neon,+fp-armv8 -enable-unsafe-fp-math -enable-no-nans-fp-mat…
6 ; CHECK-LABEL: "fp-armv8_vminnm_o":
15 ; CHECK-LABEL: "fp-armv8_vminnm_ole":
24 ; CHECK-LABEL: "fp-armv8_vminnm_o_rev":
42 ; CHECK-LABEL: "fp-armv8_vminnm_u":
51 ; CHECK-LABEL: "fp-armv8_vminnm_ule":
60 ; CHECK-LABEL: "fp-armv8_vminnm_u_rev":
78 ; CHECK-LABEL: "fp-armv8_vmaxnm_o":
87 ; CHECK-LABEL: "fp-armv8_vmaxnm_oge":
114 ; CHECK-LABEL: "fp-armv8_vmaxnm_u":
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfprintf-1.ll18 ; Check fprintf(fp, "foo") -> fwrite("foo", 3, 1, fp).
20 define void @test_simplify1(%FILE* %fp) {
29 ; Check fprintf(fp, "%c", chr) -> fputc(chr, fp).
31 define void @test_simplify2(%FILE* %fp) {
40 ; Check fprintf(fp, "%s", str) -> fputs(str, fp).
43 define void @test_simplify3(%FILE* %fp) {
53 ; Check fprintf(fp, fmt, ...) -> fiprintf(fp, fmt, ...) if no floating point.
55 define void @test_simplify4(%FILE* %fp) {
64 define void @test_simplify5(%FILE* %fp) {
73 define void @test_no_simplify1(%FILE* %fp) {
[all …]
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp106 FILE* fp = 0; in main() local
112 ((void)fp); // Prevent unused warning in main()
126 static_assert((std::is_same<decltype(fclose(fp)), int>::value), ""); in main()
127 static_assert((std::is_same<decltype(fflush(fp)), int>::value), ""); in main()
154 static_assert((std::is_same<decltype(fgetc(fp)), int>::value), ""); in main()
156 static_assert((std::is_same<decltype(fputc(0,fp)), int>::value), ""); in main()
158 static_assert((std::is_same<decltype(getc(fp)), int>::value), ""); in main()
167 static_assert((std::is_same<decltype(putc(0,fp)), int>::value), ""); in main()
180 static_assert((std::is_same<decltype(ftell(fp)), long>::value), ""); in main()
183 static_assert((std::is_same<decltype(feof(fp)), int>::value), ""); in main()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dregcoal-physreg.mir24 %1 : gpr64 = COPY $fp
31 %2 : gpr64 = COPY $fp
32 $fp = SUBXri $fp, 4, 0
77 ; CHECK: $fp = SUBXri $fp, 4, 0
79 $fp = COPY %8
82 ; CHECK-NOT: $fp = SUBXri $fp, 8, 0
84 ; CHECK: STRXui $fp, $fp, 0
87 STRXui $fp, $fp, 0
88 $fp = COPY %9
107 $fp = COPY %0
[all …]

12345678910>>...102