Searched refs:mops (Results 1 – 12 of 12) sorted by relevance
| /freebsd/lib/libc/aarch64/string/ |
| H A D | Makefile.inc | 18 memcpy-mops.S \ 19 memmove-mops.S \ 20 memset-mops.S
|
| /freebsd/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++) 434 PrintMop(rep->mops[i], i == 0); in PrintThread()
|
| 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; 105 Vector<ReportMop*> mops; global() 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/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 68 def : FMVExtension<"mops", "FEAT_MOPS", "+mops", 650>;
|
| H A D | AArch64Features.td | 322 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
|
| H A D | AArch64InstrInfo.td | 294 AssemblerPredicateWithAll<(all_of FeatureMOPS), "mops">;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 366 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData() local 392 dict->AddItem("mops", mops); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 228 defm SVSMOPS : ZAIntOuterProd<"s", "mops">; 230 defm SVUMOPS : ZAIntOuterProd<"u", "mops">; 256 defm SVSUMOPS : ZAIntOuterProdMixedSigns<"su", "mops">; 258 defm SVUSMOPS : ZAIntOuterProdMixedSigns<"us", "mops">; 290 defm SVMOPS : ZAFPOuterProd<"mops">;
|
| H A D | BuiltinsAArch64.def | 79 TARGET_BUILTIN(__builtin_arm_mops_memset_tag, "v*v*iz", "", "mte,mops")
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 9514 dtrace_mops_t *mops = &meta->dtm_mops; local 9549 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL) 9584 mops->dtms_create_probe(meta->dtm_arg, parg, &dhpb); 9627 dtrace_mops_t *mops = &meta->dtm_mops; local 9640 mops->dtms_remove_pid(meta->dtm_arg, &dhpv, pid); 9672 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, argument 9691 if (mops == NULL || 9692 mops->dtms_create_probe == NULL || 9693 mops->dtms_provide_pid == NULL || 9694 mops->dtms_remove_pid == NULL) { [all …]
|