Home
last modified time | relevance | path

Searched refs:mops (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/aarch64/string/
H A DMakefile.inc18 memcpy-mops.S \
19 memmove-mops.S \
20 memset-mops.S
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp35 , 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 Dtsan_debugging.cpp83 *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 Dtsan_report.h106 Vector<ReportMop*> mops;
105 Vector<ReportMop*> mops; global() variable
H A Dtsan_rtl_report.cpp184 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 DAArch64FMV.td68 def : FMVExtension<"mops", "FEAT_MOPS", "+mops", 650>;
H A DAArch64Features.td322 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
H A DAArch64InstrInfo.td294 AssemblerPredicateWithAll<(all_of FeatureMOPS), "mops">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp366 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData() local
392 dict->AddItem("mops", mops); in RetrieveReportData()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sme.td228 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 DBuiltinsAArch64.def79 TARGET_BUILTIN(__builtin_arm_mops_memset_tag, "v*v*iz", "", "mte,mops")
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9514 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 …]