| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | recursion-compression-pseudoprobe.test | 16 …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 D | recursion-compression-noprobe.test | 15 ; 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 D | merge-cold-profile.test | 23 ; 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 D | randprime.c | 56 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 D | multithread.cpp | 16 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 D | fixunsxfti.c | 29 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 D | fixunsxfdi.c | 36 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 D | fixunsxfsi.c | 36 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 D | fixxfti.c | 30 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 D | fixxfdi.c | 37 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 D | floatundixf.c | 31 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 D | floatdixf.c | 34 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 D | floatuntixf.c | 64 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 D | floatuntidf.c | 63 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 D | floatuntitf.c | 68 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 D | floattixf.c | 66 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 D | floattidf.c | 65 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 D | floattitf.c | 70 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 D | floatundidf.c | 92 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 D | floatdidf.c | 88 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 D | rdbuf.pass.cpp | 27 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 D | and-or-not.ll | 88 %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 D | rdbuf.pass.cpp | 26 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 D | addsub.ll | 11 @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 D | fb-dump.test | 23 # 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 …]
|