Searched refs:mops (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 35 , mops() in ReportDesc() 265 if (rep->mops.Size()) in ChooseSummaryStack() 266 return rep->mops[0]->stack; in ChooseSummaryStack() 332 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 333 PrintMop(rep->mops[i], i == 0); in PrintReport() 433 for (uptr i = 0; i < rep->mops.Size(); i++) in PrintReport() 434 PrintMop(rep->mops[i], i == 0); in PrintReport()
|
| H A D | tsan_debugging.cpp | 83 *mop_count = rep->mops.Size(); in __tsan_get_report_data() 114 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop() 115 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop()
|
| H A D | tsan_report.h | 106 Vector<ReportMop*> mops; variable
|
| H A 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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 364 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData() local 390 dict->AddItem("mops", mops); in RetrieveReportData()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 207 defm SVSMOPS : ZAIntOuterProd<"s", "mops">; 209 defm SVUMOPS : ZAIntOuterProd<"u", "mops">; 235 defm SVSUMOPS : ZAIntOuterProdMixedSigns<"su", "mops">; 237 defm SVUSMOPS : ZAIntOuterProdMixedSigns<"us", "mops">; 269 defm SVMOPS : ZAFPOuterProd<"mops">;
|
| H A D | BuiltinsAArch64.def | 75 TARGET_BUILTIN(__builtin_arm_mops_memset_tag, "v*v*iz", "", "mte,mops")
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 9484 dtrace_mops_t *mops = &meta->dtm_mops; local 9519 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL) 9554 mops->dtms_create_probe(meta->dtm_arg, parg, &dhpb); 9597 dtrace_mops_t *mops = &meta->dtm_mops; local 9610 mops->dtms_remove_pid(meta->dtm_arg, &dhpv, pid); 9642 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, argument 9661 if (mops == NULL || 9662 mops->dtms_create_probe == NULL || 9663 mops->dtms_provide_pid == NULL || 9664 mops->dtms_remove_pid == NULL) { [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 477 def FeatureMOPS : SubtargetFeature<"mops", "HasMOPS",
|
| H A D | AArch64InstrInfo.td | 276 AssemblerPredicateWithAll<(all_of FeatureMOPS), "mops">;
|