Searched refs:mops (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_report.cpp | 35 , mops() in ReportDesc() 269 if (rep->mops.Size()) in ChooseSummaryStack() 270 return rep->mops[0]->stack; in ChooseSummaryStack() 351 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 352 PrintMop(rep->mops[i], i == 0); in PrintReport() 452 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 453 PrintMop(rep->mops[i], i == 0); in PrintReport()
|
| D | tsan_debugging.cpp | 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()
|
| D | tsan_report.h | 105 Vector<ReportMop*> mops; variable
|
| D | tsan_rtl_report.cpp | 184 rep_->mops.PushBack(mop); in AddMemoryAccess() 642 for (uptr i = 0; pc_or_addr == 0 && i < rep->mops.Size(); i++) in OutputReport() 643 pc_or_addr = IsSuppressed(rep->typ, rep->mops[i]->stack, &supp); in OutputReport()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| D | InstrumentationRuntimeTSan.cpp | 364 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData() local 390 dict->AddItem("mops", mops); in RetrieveReportData()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | BuiltinsAArch64.def | 70 TARGET_BUILTIN(__builtin_arm_mops_memset_tag, "v*v*iz", "", "mte,mops")
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64.td | 461 def FeatureMOPS : SubtargetFeature<"mops", "HasMOPS",
|
| D | AArch64InstrInfo.td | 234 AssemblerPredicateWithAll<(all_of FeatureMOPS), "mops">;
|