/freebsd/tests/sys/sound/ |
H A D | sndstat.c | 92 #define NV(type, item) do { \ in ATF_TC_BODY() macro 97 NV(string, NAMEUNIT); in ATF_TC_BODY() 98 NV(bool, FROM_USER); in ATF_TC_BODY() 99 NV(string, DEVNODE); in ATF_TC_BODY() 100 NV(string, DESC); in ATF_TC_BODY() 101 NV(string, PROVIDER); in ATF_TC_BODY() 102 NV(number, PCHAN); in ATF_TC_BODY() 103 NV(number, RCHAN); in ATF_TC_BODY() 104 #undef NV in ATF_TC_BODY() 115 #define NV(type, mode, item) do { \ in ATF_TC_BODY() macro [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 95 << "'" << NV("Callee", Callee) << "' is not AlwaysInline into '" in recordUnsuccessfulInliningImpl() 96 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl() 97 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl() 115 << "'" << NV("Callee", Callee) << "' is not inlined into '" in recordUnsuccessfulInliningImpl() 116 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl() 117 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl() 336 static raw_ostream &operator<<(raw_ostream &R, const ore::NV &Arg) { in operator <<() 348 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<() 349 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<() 352 R << ": " << ore::NV("Reason", Reason); in operator <<() [all …]
|
H A D | AssumptionCache.cpp | 144 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument 145 auto &NAVV = getOrInsertAffectedValues(NV); in transferAffectedValuesInCache() 156 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument 157 if (!isa<Instruction>(NV) && !isa<Argument>(NV)) in allUsesReplacedWith() 162 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
|
H A D | MLInlineAdvisor.cpp | 524 OR << NV("Callee", Callee->getName()); in reportContextForRemark() 526 OR << NV(FeatureMap[I].name(), in reportContextForRemark() 528 OR << NV("ShouldInline", isInliningRecommended()); in reportContextForRemark()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 132 R << " Inlined: " << NV("StoreInlined", true) << "."; in inlineVolatileOrAtomicWithExtraArgs() 134 R << " Volatile: " << NV("StoreVolatile", true) << "."; in inlineVolatileOrAtomicWithExtraArgs() 136 R << " Atomic: " << NV("StoreAtomic", true) << "."; in inlineVolatileOrAtomicWithExtraArgs() 142 R << " Inlined: " << NV("StoreInlined", false) << "."; in inlineVolatileOrAtomicWithExtraArgs() 144 R << " Volatile: " << NV("StoreVolatile", false) << "."; in inlineVolatileOrAtomicWithExtraArgs() 146 R << " Atomic: " << NV("StoreAtomic", false) << "."; in inlineVolatileOrAtomicWithExtraArgs() 175 *R << explainSource("Store") << "\nStore size: " << NV("StoreSize", Size) in visitStore() 264 R << NV("UnknownLibCall", "unknown") << " function "; in visitCallee() 265 R << NV("Callee", F) << explainSource(""); in visitCallee() 299 R << " Memory operation size: " << NV("StoreSize", Size) << " bytes."; in visitSizeOperand() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 75 std::optional<NonLoc> NV = Val.getAs<NonLoc>(); in checkBind() local 76 if (!NV) in checkBind() 90 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(State, *NV, Zero, One); in checkBind() 94 if (StIn && StOut && taint::isTainted(State, *NV)) in checkBind()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 380 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo() 481 << ore::NV("Callee", &F) in computeOutliningColdRegionsInfo() 483 << ore::NV("Cost", MinOutlineRegionCost); in computeOutliningColdRegionsInfo() 741 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline() 750 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 751 << NV("Caller", Caller) in shouldPartialInline() 760 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline() 761 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline() 762 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline() 763 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline() [all …]
|
H A D | AlwaysInliner.cpp | 73 << "'" << ore::NV("Callee", &F) << "' is not inlined into '" in AlwaysInlineImpl() 74 << ore::NV("Caller", Caller) in AlwaysInlineImpl() 75 << "': " << ore::NV("Reason", Res.getFailureReason()); in AlwaysInlineImpl()
|
H A D | ModuleInliner.cpp | 157 << NV("Callee", Callee) << " will not be inlined into " in run() 158 << NV("Caller", CB->getCaller()) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 108 R << NV("Pass", getPassName()) in runOnFunction() 109 << ": Function: " << NV("Function", F.getName()) << ": " in runOnFunction() 111 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction() 112 << NV("MIInstrsAfter", CountAfter) in runOnFunction() 113 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
|
H A D | StackFrameLayoutAnalysisPass.cpp | 184 Rem << Prefix << ore::NV("Offset", D.Offset.getFixed()); in emitStackSlotRemark() 188 << ore::NV("ScalableOffset", D.Offset.getScalable()) << " x vscale"; in emitStackSlotRemark() 191 Rem << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark() 192 << ", Align: " << ore::NV("Align", D.Align) in emitStackSlotRemark() 193 << ", Size: " << ore::NV("Size", ElementCount::get(D.Size, D.Scalable)); in emitStackSlotRemark() 201 Rem << "\n " << ore::NV("DataLoc", Loc); in emitSourceLocRemark()
|
H A D | MachineOutliner.cpp | 536 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark() 537 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark() 540 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark() 542 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark() 547 R << NV((Twine("OtherStartLoc") + Twine(i)).str(), in emitNotOutliningCheaperRemark() 563 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by " in emitOutlinedFunctionRemark() 564 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark() 565 << "from " << NV("NumOccurrences", OF.getOccurrenceCount()) in emitOutlinedFunctionRemark() 572 R << NV((Twine("StartLoc") + Twine(i)).str(), in emitOutlinedFunctionRemark()
|
H A D | StackProtector.cpp | 399 << ore::NV("Function", F) in requiresStackProtector() 417 << ore::NV("Function", F) in getStackGuard() 463 << ore::NV("Function", F) 483 << ore::NV("Function", F) in InsertStackProtectors()
|
H A D | RegAllocGreedy.cpp | 2521 R << NV("NumSpills", Spills) << " spills "; in report() 2522 R << NV("TotalSpillsCost", SpillsCost) << " total spills cost "; in report() 2525 R << NV("NumFoldedSpills", FoldedSpills) << " folded spills "; in report() 2526 R << NV("TotalFoldedSpillsCost", FoldedSpillsCost) in report() 2530 R << NV("NumReloads", Reloads) << " reloads "; in report() 2531 R << NV("TotalReloadsCost", ReloadsCost) << " total reloads cost "; in report() 2534 R << NV("NumFoldedReloads", FoldedReloads) << " folded reloads "; in report() 2535 R << NV("TotalFoldedReloadsCost", FoldedReloadsCost) in report() 2539 R << NV("NumZeroCostFoldedReloads", ZeroCostFoldedReloads) in report() 2542 R << NV("NumVRCopies", Copies) << " virtual registers copies "; in report() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 440 << "'" << ore::NV("callee", CalleeCoroutineName) in attemptElide() 441 << "' elided in '" << ore::NV("caller", CallerFunctionName) in attemptElide() 443 << ore::NV("frame_size", FrameSizeAndAlign->first) << ", align=" in attemptElide() 444 << ore::NV("align", FrameSizeAndAlign->second.value()) << ")"; in attemptElide() 449 << "'" << ore::NV("callee", CalleeCoroutineName) in attemptElide() 451 << ore::NV("caller", CallerFunctionName); in attemptElide() 455 << ore::NV("frame_size", FrameSizeAndAlign->first) in attemptElide() 457 << ore::NV("align", FrameSizeAndAlign->second.value()) in attemptElide()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 473 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite() 485 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite() 486 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite() 623 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall() 624 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall() 625 << NV("TotalCount", TotalCount); in promoteIndirectCall() 739 << ore::NV("DirectCallee", Candidate.TargetFunction) in tryToPromoteWithVTableCmp() 740 << " with count " << ore::NV("Count", Candidate.Count) in tryToPromoteWithVTableCmp() 741 << " out of " << ore::NV("TotalCount", TotalFuncCount) << ", sink " in tryToPromoteWithVTableCmp() 742 << ore::NV("SinkCount", SinkCount) in tryToPromoteWithVTableCmp() [all …]
|
H A D | LowerAllowCheckPass.cpp | 45 ore::NV Kind; 46 ore::NV F; 47 ore::NV BB;
|
H A D | PGOMemOPSizeOpt.cpp | 444 << "optimized " << NV("Memop", MO.getName(TLI)) << " with count " in perform() 445 << NV("Count", SumForOpt) << " out of " << NV("Total", TotalCount) in perform() 446 << " for " << NV("Versions", Version) << " versions"; in perform()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMergeFile.c | 33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() local 34 for (V = 0; V < NV; V++) { in lprofMergeValueProfData()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 396 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions() 398 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions() 428 << NV("LoadAndStoreCounter", in legalLoopInstructions() 431 << NV("Threshold", InvariantThreshold); in legalLoopInstructions() 501 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
|
H A D | AnnotationRemarks.cpp | 73 << "Annotated " << NV("count", KV.second) << " instructions with " in runImpl() 74 << NV("type", KV.first)); in runImpl()
|
H A D | LoopIdiomRecognize.cpp | 806 << ore::NV("Inst", "memcpy") << " in " in processLoopMemCpy() 807 << ore::NV("Function", MCI->getFunction()) in processLoopMemCpy() 809 << ore::NV("Reason", "memcpy size is not equal to stride"); in processLoopMemCpy() 1143 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore() 1145 << ore::NV("NewFunction", NewCall->getCalledFunction()) in processLoopStridedStore() 1150 R << ore::NV("FromBlock", I->getParent()->getName()) in processLoopStridedStore() 1151 << ore::NV("ToBlock", Preheader->getName()); in processLoopStridedStore() 1322 << ore::NV("Inst", InstRemark) << " in " in processLoopStoreOfLoopLoad() 1323 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad() 1325 << ore::NV("Reason", "The loop may access store location"); in processLoopStoreOfLoopLoad() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 434 Remark << "Applied " << ore::NV("NumSamples", *R); 436 Remark << ore::NV("LineOffset", LineOffset); 439 Remark << ore::NV("Discriminator", Discriminator); 486 Remark << "Applied " << ore::NV("NumSamples", Samples); 488 Remark << ore::NV("ProbeId", Probe->Id); 491 Remark << ore::NV("Discriminator", Probe->Discriminator); 494 Remark << ore::NV("Factor", Probe->Factor); 496 Remark << ore::NV("OriginalSamples", R.get());
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-netgear_readynas_nv+_v2.dts | 3 * Device Tree file for NETGEAR ReadyNAS NV+ v2 14 model = "NETGEAR ReadyNAS NV+ v2";
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 253 if (std::optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local 254 return NV->getValue() == I; in isConstant()
|