Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Drecursion-compression-pseudoprobe.test16 …CK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb
22 …CK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb
28 …ESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:6 …
34 ; CHECK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb]:3:1
39 ; CHECK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb]:3…
44 … CHECK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 …
49 …CK-UNCOMPRESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb
54 …ESS: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:6 …
59 …ain:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:6 @ fa:8 …
64 …ain:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:5 @ fb:6 @ fa:8 …
[all …]
H A Drecursion-compression-noprobe.test15 ; CHECK-UNCOMPRESS: 2: 13 fb:11
22 ; CHECK-UNCOMPRESS: 2: 2 fb:1
23 ; CHECK-UNCOMPRESS:[main:1 @ foo:3 @ fa:2 @ fb:2 @ fa:2 @ fb]:2:0
26 ; CHECK-UNCOMPRESS:[main:1 @ foo:3 @ fa:2 @ fb:2 @ fa:2 @ fb:2 @ fa]:2:0
43 ; CHECK-MAX-CTX-DEPTH: [fb:2 @ fa:2 @ fb]:1:0
53 ;CHECK: 2: 13 fb:11
57 ;CHECK: 2: 2 fb:1
62 ;CHECK: [main:1 @ foo:3 @ fa:2 @ fb:2 @ fa:2 @ fb]:1:0
69 int fb(int n) {
70 if(n > 10) return fb(n / 2);
[all …]
H A Dmerge-cold-profile.test23 ; CHECK-NEXT: 7: 2 fb:2
26 ; CHECK-NEXT:[main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb]:13:4
31 ; CHECK-NEXT: 5: 4 fb:4
35 ; CHECK-KEEP-COLD: [fb]:19:6
53 ; CHECK-UNMERGED: [main:2 @ foo:5 @ fa:8 @ fa:7 @ fb:5 @ fb]:13:4
58 ; CHECK-UNMERGED-NEXT: 5: 4 fb:4
62 ; CHECK-UNMERGED-NOT: [fb]
64 ; CHECK-COLD-CONTEXT-LENGTH: [fb:5 @ fb]:13:4
106 int fb(int n) {
107 if(n > 10) return fb(n / 2);
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Drandprime.c56 mp_result find_prime(mp_int seed, FILE *fb);
57 mp_result find_strong_prime(mp_int seed, FILE *fb);
184 mp_result find_prime(mp_int seed, FILE *fb) { in find_prime() argument
197 if (fb != NULL && (count % 50) == 0) { in find_prime()
198 fputc('.', fb); in find_prime()
205 if (res == MP_TRUE && fb != NULL) fputc('+', fb); in find_prime()
210 mp_result find_strong_prime(mp_int seed, FILE *fb) { in find_strong_prime() argument
216 if (find_prime(seed, fb) != MP_TRUE) break; in find_strong_prime()
225 if (fb != NULL) fputc('!', fb); in find_strong_prime()
232 if (fb != NULL) fputc('x', fb); in find_strong_prime()
/llvm-project-15.0.7/lldb/test/Shell/Register/Core/Inputs/
H A Dmultithread.cpp16 void fcommon(uint32_t a, uint32_t b, uint32_t c, uint32_t d, double fa, double fb, double fc, doubl… in fcommon() argument
30 volatile double fb = 4.0; in f1() local
36 fcommon(a, b, c, d, fa, fb, fc, fd, true); in f1()
45 volatile double fb = 6.0; in f2() local
50 fcommon(a, b, c, d, fa, fb, fc, fd, false); in f2()
59 volatile double fb = 10.0; in f3() local
64 fcommon(a, b, c, d, fa, fb, fc, fd, false); in f3()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfixunsxfti.c29 long_double_bits fb; in __fixunsxfti() local
30 fb.f = a; in __fixunsxfti()
31 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; in __fixunsxfti()
32 if (e < 0 || (fb.u.high.s.low & 0x00008000)) in __fixunsxfti()
36 tu_int r = fb.u.low.all; in __fixunsxfti()
H A Dfixunsxfdi.c36 long_double_bits fb; in __fixunsxfdi() local
37 fb.f = a; in __fixunsxfdi()
38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; in __fixunsxfdi()
39 if (e < 0 || (fb.u.high.s.low & 0x00008000)) in __fixunsxfdi()
43 return fb.u.low.all >> (63 - e); in __fixunsxfdi()
H A Dfixunsxfsi.c36 long_double_bits fb; in __fixunsxfsi() local
37 fb.f = a; in __fixunsxfsi()
38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; in __fixunsxfsi()
39 if (e < 0 || (fb.u.high.s.low & 0x00008000)) in __fixunsxfsi()
43 return fb.u.low.s.high >> (31 - e); in __fixunsxfsi()
H A Dfixxfti.c30 long_double_bits fb; in __fixxfti() local
31 fb.f = a; in __fixxfti()
32 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; in __fixxfti()
35 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15); in __fixxfti()
36 ti_int r = fb.u.low.all; in __fixxfti()
H A Dfixxfdi.c37 long_double_bits fb; in __fixxfdi() local
38 fb.f = a; in __fixxfdi()
39 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; in __fixxfdi()
44 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15); in __fixxfdi()
45 di_int r = fb.u.low.all; in __fixxfdi()
H A Dfloatundixf.c31 long_double_bits fb; in __floatundixf() local
32 fb.u.high.s.low = (e + 16383); // exponent in __floatundixf()
33 fb.u.low.all = a << clz; // mantissa in __floatundixf()
34 return fb.f; in __floatundixf()
H A Dfloatdixf.c34 long_double_bits fb; in __floatdixf() local
35 fb.u.high.s.low = ((su_int)s & 0x00008000) | // sign in __floatdixf()
37 fb.u.low.all = a << clz; // mantissa in __floatdixf()
38 return fb.f; in __floatdixf()
H A Dfloatuntixf.c64 long_double_bits fb; in __floatuntixf() local
65 fb.u.high.s.low = (e + 16383); // exponent in __floatuntixf()
66 fb.u.low.all = (du_int)a; // mantissa in __floatuntixf()
67 return fb.f; in __floatuntixf()
H A Dfloatuntidf.c63 double_bits fb; in __floatuntidf() local
64 fb.u.s.high = ((e + 1023) << 20) | // exponent in __floatuntidf()
66 fb.u.s.low = (su_int)a; // mantissa-low in __floatuntidf()
67 return fb.f; in __floatuntidf()
H A Dfloatuntitf.c68 long_double_bits fb; in __floatuntitf() local
69 fb.u.high.all = (du_int)(e + 16383) << 48 // exponent in __floatuntitf()
71 fb.u.low.all = (du_int)(a); in __floatuntitf()
72 return fb.f; in __floatuntitf()
H A Dfloattixf.c66 long_double_bits fb; in __floattixf() local
67 fb.u.high.s.low = ((su_int)s & 0x8000) | // sign in __floattixf()
69 fb.u.low.all = (du_int)a; // mantissa in __floattixf()
70 return fb.f; in __floattixf()
H A Dfloattidf.c65 double_bits fb; in __floattidf() local
66 fb.u.s.high = ((su_int)s & 0x80000000) | // sign in __floattidf()
69 fb.u.s.low = (su_int)a; // mantissa-low in __floattidf()
70 return fb.f; in __floattidf()
H A Dfloattitf.c70 long_double_bits fb; in __floattitf() local
71 fb.u.high.all = (s & 0x8000000000000000LL) // sign in __floattitf()
74 fb.u.low.all = (du_int)(a); in __floattitf()
75 return fb.f; in __floattitf()
H A Dfloatundidf.c92 double_bits fb; in __floatundidf() local
93 fb.u.s.high = ((su_int)(e + 1023) << 20) | // exponent in __floatundidf()
95 fb.u.s.low = (su_int)a; // mantissa-low in __floatundidf()
96 return fb.f; in __floatundidf()
H A Dfloatdidf.c88 double_bits fb; in __floatdidf() local
89 fb.u.s.high = ((su_int)s & 0x80000000) | // sign in __floatdidf()
92 fb.u.s.low = (su_int)a; // mantissa-low in __floatdidf()
93 return fb.f; in __floatdidf()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Drdbuf.pass.cpp27 std::filebuf* fb = fs.rdbuf(); in main() local
28 assert(fb->sgetc() == 'r'); in main()
33 std::wfilebuf* fb = fs.rdbuf(); in main() local
34 assert(fb->sgetc() == L'r'); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dand-or-not.ll88 %b = fptosi float %fb to i32
108 %b = fptosi float %fb to i32
128 %b = fptosi float %fb to i32
148 %b = fptosi float %fb to i32
167 %b = fptosi float %fb to i32
186 %b = fptosi float %fb to i32
205 %b = fptosi float %fb to i32
224 %b = fptosi float %fb to i32
358 %b = fptosi float %fb to i32
377 %b = fptosi float %fb to i32
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Drdbuf.pass.cpp26 std::filebuf* fb = fs.rdbuf(); in main() local
27 assert(fb->sputc('r') == 'r'); in main()
34 std::wfilebuf* fb = fs.rdbuf(); in main() local
35 assert(fb->sputc(L'r') == L'r'); in main()
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Daddsub.ll11 @fb = common global [4 x float] zeroinitializer, align 16
133 …%0 = load float, float* getelementptr inbounds ([4 x float], [4 x float]* @fb, i32 0, i64 0), alig…
137 …%2 = load float, float* getelementptr inbounds ([4 x float], [4 x float]* @fb, i32 0, i64 1), alig…
217 ; fc[0] = fb[0]+fa[0]; //swapped fb and fa
218 ; fc[1] = fa[1]-fb[1];
219 ; fc[2] = fa[2]+fb[2];
220 ; fc[3] = fa[3]-fb[3];
252 ; fc[0] = fa[0]+(fb[0]-fd[0]);
253 ; fc[1] = fa[1]-(fb[1]+fd[1]);
254 ; fc[2] = fa[2]+(fb[2]-fd[2]);
[all …]
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dfb-dump.test23 # RUN: %lldb -c %t -o 'process plugin dump --fb-app-data' | \
25 # RUN: %lldb -c %t -o 'process plugin dump --fb-build-id' | \
27 # RUN: %lldb -c %t -o 'process plugin dump --fb-version' | \
29 # RUN: %lldb -c %t -o 'process plugin dump --fb-java-stack' | \
31 # RUN: %lldb -c %t -o 'process plugin dump --fb-dalvik-info' | \
33 # RUN: %lldb -c %t -o 'process plugin dump --fb-unwind-symbols' | \
35 # RUN: %lldb -c %t -o 'process plugin dump --fb-error-log' | \
37 # RUN: %lldb -c %t -o 'process plugin dump --fb-app-state-log' | \
39 # RUN: %lldb -c %t -o 'process plugin dump --fb-abort-reason' | \
41 # RUN: %lldb -c %t -o 'process plugin dump --fb-thread-name' | \
[all …]

1234