| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 268 if (rep->mops.Size()) in ChooseSummaryStack() 270 if (rep->stacks.Size()) in ChooseSummaryStack() 271 return rep->stacks[0]; in ChooseSummaryStack() 272 if (rep->mutexes.Size()) in ChooseSummaryStack() 274 if (rep->threads.Size()) in ChooseSummaryStack() 303 const char *rep_typ_str = ReportTypeString(rep->typ, rep->tag); in PrintReport() 323 PrintMutexShort(rep->mutexes[(i + 1) % rep->mutexes.Size()], in PrintReport() 353 if (rep->sleep) in PrintReport() 367 if (rep->typ == ReportTypeThreadLeak && rep->count > 1) in PrintReport() 462 rep->mutexes[(i + 1) % rep->mutexes.Size()]->id); in PrintReport() [all …]
|
| H A D | tsan_debugging.cpp | 79 *count = rep->count; in __tsan_get_report_data() 80 *stack_count = rep->stacks.Size(); in __tsan_get_report_data() 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 82 *loc_count = rep->locs.Size(); in __tsan_get_report_data() 86 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 93 *tag = rep->tag; in __tsan_get_report_tag() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop() 129 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc() 146 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type() [all …]
|
| H A D | tsan_rtl_report.cpp | 40 (void)rep; in OnReport() 47 (void)rep; in __tsan_on_report() 640 thr->current_report = rep; in OutputReport() 644 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport() 646 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport() 648 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport() 650 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport() 663 PrintReport(rep); in OutputReport() 664 __tsan_on_report(rep); in OutputReport() 801 rep.AddThread(tctx); in ReportRace() [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/ |
| H A D | prefixes-i386.txt | 7 0xf3 0x6c #rep ins 9 0xf3 0x6d #rep ins 11 0xf3 0xa4 #rep movs 13 0xf3 0xa5 #rep movs 15 0xf3 0x6e #rep outs 17 0xf3 0x6f #rep outs 19 0xf3 0xac #rep lods 21 0xf3 0xad #rep lods 23 0xf3 0xaa #rep stos 25 0xf3 0xab #rep stos [all …]
|
| H A D | prefixes.txt | 4 0xf3 0x6c #rep ins 6 0xf3 0x6d #rep ins 8 0xf3 0xa4 #rep movs 10 0xf3 0xa5 #rep movs 12 0xf3 0x6e #rep outs 14 0xf3 0x6f #rep outs 16 0xf3 0xac #rep lods 18 0xf3 0xad #rep lods 20 0xf3 0xaa #rep stos 22 0xf3 0xab #rep stos [all …]
|
| H A D | prefixes-x86_64.txt | 17 # CHECK: rep scasw %es:(%rdi), %ax 19 # CHECK: rep scasw %es:(%rdi), %ax 27 # CHECK: rep insw %dx, %es:(%rdi) 29 # CHECK: rep insw %dx, %es:(%rdi)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_report.cpp | 274 if (rep->mops.Size()) in ChooseSummaryStack() 276 if (rep->stacks.Size()) in ChooseSummaryStack() 277 return rep->stacks[0]; in ChooseSummaryStack() 278 if (rep->mutexes.Size()) in ChooseSummaryStack() 280 if (rep->threads.Size()) in ChooseSummaryStack() 309 const char *rep_typ_str = ReportTypeString(rep->typ, rep->tag); in PrintReport() 326 PrintMutexShort(rep->mutexes[(i + 1) % rep->mutexes.Size()], in PrintReport() 356 if (rep->sleep) in PrintReport() 370 if (rep->typ == ReportTypeThreadLeak && rep->count > 1) in PrintReport() 465 rep->mutexes[(i + 1) % rep->mutexes.Size()]->id); in PrintReport() [all …]
|
| H A D | tsan_debugging.cpp | 79 *count = rep->count; in __tsan_get_report_data() 80 *stack_count = rep->stacks.Size(); in __tsan_get_report_data() 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 82 *loc_count = rep->locs.Size(); in __tsan_get_report_data() 86 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 93 *tag = rep->tag; in __tsan_get_report_tag() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop() 129 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc() 146 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type() [all …]
|
| H A D | tsan_rtl_report.cpp | 40 (void)rep; in OnReport() 47 (void)rep; in __tsan_on_report() 744 thr->current_report = rep; in OutputReport() 748 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport() 750 pc_or_addr = IsSuppressed(rep->typ, rep->stacks[i], &supp); in OutputReport() 752 pc_or_addr = IsSuppressed(rep->typ, rep->threads[i]->stack, &supp); in OutputReport() 754 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp); in OutputReport() 770 PrintReport(rep); in OutputReport() 771 __tsan_on_report(rep); in OutputReport() 931 rep.AddThread(tctx); in ReportRace() [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | fp_test.h | 88 uint16_t rep = toRep16(result); in compareResultH() local 90 if (rep == expected){ in compareResultH() 96 (rep & 0x3ffU) > 0){ in compareResultH() 106 uint32_t rep = toRep32(result); in compareResultF() local 108 if (rep == expected){ in compareResultF() 114 (rep & 0x7fffffU) > 0){ in compareResultF() 124 uint64_t rep = toRep64(result); in compareResultD() local 126 if (rep == expected){ in compareResultD() 147 __uint128_t rep = toRep128(result); in compareResultLD() local 148 uint64_t hi = rep >> 64; in compareResultLD() [all …]
|
| /llvm-project-15.0.7/libcxx/src/include/ |
| H A D | refstring.h | 51 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep() argument 52 char *data = reinterpret_cast<char *>(rep); in data_from_rep() 53 return data + sizeof(*rep); in data_from_rep() 85 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring() local 86 rep->len = len; in __libcpp_refstring() 87 rep->cap = len; in __libcpp_refstring() 88 rep->count = 0; in __libcpp_refstring() 89 char *data = data_from_rep(rep); in __libcpp_refstring() 122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring() local 123 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) { in ~__libcpp_refstring() [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | I386-32.s | 245 rep cmpsb %es:(%edi), %es:(%esi) label 249 rep cmpsl %es:(%edi), %es:(%esi) label 257 rep insb %dx, %es:(%edi) label 261 rep insl %dx, %es:(%edi) label 265 rep insw %dx, %es:(%edi) label 269 rep lodsl %es:(%esi), %eax label 345 rep outsb %es:(%esi), %dx label 349 rep outsl %es:(%esi), %dx label 353 rep outsw %es:(%esi), %dx label 357 rep scasl %es:(%edi), %eax label [all …]
|
| H A D | I386-64.s | 426 rep cmpsb %es:(%rdi), %gs:(%rsi) label 430 rep cmpsl %es:(%rdi), %gs:(%rsi) label 442 rep insb %dx, %es:(%rdi) label 446 rep insl %dx, %es:(%rdi) label 450 rep insw %dx, %es:(%rdi) label 454 rep lodsl %gs:(%rsi), %eax label 542 rep outsb %gs:(%rsi), %dx label 546 rep outsl %gs:(%rsi), %dx label 550 rep outsw %gs:(%rsi), %dx label 554 rep scasl %es:(%rdi), %eax label [all …]
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 288 using rep = typename FileTimeT::rep; member 290 using fs_seconds = duration<rep>; 297 static constexpr rep max_nsec = 337 using rep = typename FileTimeT::rep; 339 using fs_seconds = duration<rep>; 343 static const rep max_seconds; 344 static const rep max_nsec; 345 static const rep min_seconds; 350 const typename FileTimeT::rep 361 const typename FileTimeT::rep [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cpp | 38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() argument 39 if (rep == 0) in ReportDeadlock() 44 for (int i = 0; i < rep->n; i++) { in ReportDeadlock() 46 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); in ReportDeadlock() 47 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock() 48 if (rep->loop[i].stk[0]) { in ReportDeadlock() 50 rep->loop[i].mtx_ctx0); in ReportDeadlock() 51 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
|
| /llvm-project-15.0.7/libcxx/include/__chrono/ |
| H A D | duration.h | 83 …typedef typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::ty… 84 return _ToDuration(static_cast<typename _ToDuration::rep>( 95 …typedef typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::ty… 96 return _ToDuration(static_cast<typename _ToDuration::rep>( 107 …typedef typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::ty… 108 return _ToDuration(static_cast<typename _ToDuration::rep>( 236 typedef _Rep rep; 239 rep __rep_; 254 is_convertible<const _Rep2&, rep>::value && 255 (treat_as_floating_point<rep>::value || [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cpp | 31 DDReport rep; member 131 DDReport *rep = <->rep; in ReportDeadlock() local 132 rep->n = len; in ReportDeadlock() 144 rep->loop[i].thr_ctx = unique_tid; in ReportDeadlock() 145 rep->loop[i].mtx_ctx0 = m0->ctx; in ReportDeadlock() 146 rep->loop[i].mtx_ctx1 = m1->ctx; in ReportDeadlock() 147 rep->loop[i].stk[0] = stk_to; in ReportDeadlock() 148 rep->loop[i].stk[1] = stk_from; in ReportDeadlock() 190 return &cb->lt->rep; in GetReport()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | fp_lib.h | 229 } rep = {.f = x}; in toRep() local 230 return rep.i; in toRep() 237 } rep = {.i = x}; in fromRep() local 238 return rep.f; in fromRep() 274 rep_t rep = toRep(x); in __compiler_rt_logbX() local 281 if (((rep & signBit) == 0) || (x != x)) { in __compiler_rt_logbX() 296 rep &= absMask; in __compiler_rt_logbX() 297 const int shift = 1 - normalize(&rep); in __compiler_rt_logbX() 306 const rep_t rep = toRep(x); in __compiler_rt_scalbnX() local 313 rep_t sig = rep & significandMask; in __compiler_rt_scalbnX() [all …]
|
| H A D | fp_trunc.h | 79 } rep = {.f = x}; in srcToRep() local 80 return rep.i; in srcToRep() 87 } rep = {.i = x}; in dstFromRep() local 88 return rep.f; in dstFromRep()
|
| H A D | fp_extend.h | 86 } rep = {.f = x}; in srcToRep() local 87 return rep.i; in srcToRep() 94 } rep = {.i = x}; in dstFromRep() local 95 return rep.f; in dstFromRep()
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.special/ |
| H A D | zero.pass.cpp | 24 LIBCPP_ASSERT_NOEXCEPT(std::chrono::duration_values<typename D::rep>::zero()); in test() 26 ASSERT_NOEXCEPT( std::chrono::duration_values<typename D::rep>::zero()); in test() 29 typedef typename D::rep DRep; in test() 35 typedef typename D::rep DRep; in test()
|
| H A D | min.pass.cpp | 25 LIBCPP_ASSERT_NOEXCEPT(std::chrono::duration_values<typename D::rep>::min()); in test() 27 ASSERT_NOEXCEPT( std::chrono::duration_values<typename D::rep>::min()); in test() 30 typedef typename D::rep DRep; in test() 36 typedef typename D::rep DRep; in test()
|
| H A D | max.pass.cpp | 25 LIBCPP_ASSERT_NOEXCEPT(std::chrono::duration_values<typename D::rep>::max()); in test() 27 ASSERT_NOEXCEPT( std::chrono::duration_values<typename D::rep>::max()); in test() 30 typedef typename D::rep DRep; in test() 36 typedef typename D::rep DRep; in test()
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | address-space-templates.clcpp | 32 struct rep { 34 // CHECK: |-CXXConstructorDecl {{.*}} rep 'void (const __generic rep &__private){{.*}} __generic' 36 rep(U&& v) {} 39 struct rep_outer : private rep { 41 : rep(0) {}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | memcpy-struct-by-value.ll | 26 ; NOFAST32-NEXT: rep;movsl (%esi), %es:(%edi) 41 ; FAST32-NEXT: rep;movsb (%esi), %es:(%edi) 54 ; NOFAST-NEXT: rep;movsq (%rsi), %es:(%rdi) 65 ; FAST-NEXT: rep;movsb (%rsi), %es:(%rdi) 83 ; NOFAST32-NEXT: rep;movsl (%esi), %es:(%edi) 98 ; FAST32-NEXT: rep;movsb (%esi), %es:(%edi) 111 ; NOFAST-NEXT: rep;movsq (%rsi), %es:(%rdi) 122 ; FAST-NEXT: rep;movsb (%rsi), %es:(%rdi) 159 ; FAST32-NEXT: rep;movsb (%esi), %es:(%edi) 172 ; NOFAST-NEXT: rep;movsb (%rsi), %es:(%rdi) [all …]
|