Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp95 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl()
96 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl()
115 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl()
116 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl()
347 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
351 R << ": " << ore::NV("Reason", Reason); in operator <<()
399 << NV("Caller", Caller) in shouldInline()
480 Remark << Name << ":" << ore::NV("Line", Offset) << ":" in addLocationToRemarks()
481 << ore::NV("Column", DIL->getColumn()); in addLocationToRemarks()
483 Remark << "." << ore::NV("Disc", Discriminator); in addLocationToRemarks()
[all …]
H A DAssumptionCache.cpp191 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument
192 auto &NAVV = getOrInsertAffectedValues(NV); in transferAffectedValuesInCache()
203 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument
204 if (!isa<Instruction>(NV) && !isa<Argument>(NV)) in allUsesReplacedWith()
209 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
H A DMLInlineAdvisor.cpp495 OR << NV("Callee", Callee->getName()); in reportContextForRemark()
497 OR << NV(FeatureMap[I].name(), in reportContextForRemark()
499 OR << NV("ShouldInline", isInliningRecommended()); in reportContextForRemark()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp132 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()
379 R << NV(IsRead ? "RVarName" : "WVarName", *VI.Name); in visitPtr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp390 << "'" << ore::NV("callee", CoroId->getCoroutine()->getName()) in processCoroId()
392 << ore::NV("caller", CoroId->getFunction()->getName()) in processCoroId()
394 << ore::NV("frame_size", FrameSizeAndAlign->first) << ", align=" in processCoroId()
395 << ore::NV("align", FrameSizeAndAlign->second.value()) << ")"; in processCoroId()
398 << "'" << ore::NV("callee", CoroId->getCoroutine()->getName()) in processCoroId()
400 << ore::NV("caller", CoroId->getFunction()->getName()) in processCoroId()
425 << "'" << ore::NV("callee", CoroId->getCoroutine()->getName()) in processCoroId()
427 << ore::NV("caller", CoroId->getFunction()->getName()) in processCoroId()
430 << ore::NV("align", FrameSizeAndAlign->second.value()) << ")"; in processCoroId()
435 << "'" << ore::NV("callee", CoroId->getCoroutine()->getName()) in processCoroId()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp75 std::optional<NonLoc> NV = val.getAs<NonLoc>(); in checkBind() local
76 if (!NV) in checkBind()
91 std::tie(StIn, StOut) = CM.assumeInclusiveRangeDual(state, *NV, Zero, One); in checkBind()
95 if (StIn && StOut && taint::isTainted(state, *NV)) in checkBind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp107 R << NV("Pass", getPassName()) in runOnFunction()
108 << ": Function: " << NV("Function", F.getName()) << ": " in runOnFunction()
110 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
111 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
112 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
H A DStackFrameLayoutAnalysisPass.cpp153 Rem << Prefix << ore::NV("Offset", D.Offset) in emitStackSlotRemark()
154 << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
155 << ", Align: " << ore::NV("Align", D.Align) in emitStackSlotRemark()
156 << ", Size: " << ore::NV("Size", D.Size); in emitStackSlotRemark()
164 Rem << "\n " << ore::NV("DataLoc", Loc); in emitSourceLocRemark()
H A DMachineOutliner.cpp529 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark()
530 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark()
533 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark()
535 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark()
540 R << NV((Twine("OtherStartLoc") + Twine(i)).str(), in emitNotOutliningCheaperRemark()
556 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by " in emitOutlinedFunctionRemark()
557 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark()
558 << "from " << NV("NumOccurrences", OF.getOccurrenceCount()) in emitOutlinedFunctionRemark()
565 R << NV((Twine("StartLoc") + Twine(i)).str(), in emitOutlinedFunctionRemark()
H A DStackProtector.cpp399 << ore::NV("Function", F) in requiresStackProtector()
417 << ore::NV("Function", F) in requiresStackProtector()
463 << ore::NV("Function", F) in requiresStackProtector()
483 << ore::NV("Function", F) in requiresStackProtector()
H A DRegAllocGreedy.cpp2523 R << NV("NumSpills", Spills) << " spills "; in report()
2524 R << NV("TotalSpillsCost", SpillsCost) << " total spills cost "; in report()
2527 R << NV("NumFoldedSpills", FoldedSpills) << " folded spills "; in report()
2528 R << NV("TotalFoldedSpillsCost", FoldedSpillsCost) in report()
2532 R << NV("NumReloads", Reloads) << " reloads "; in report()
2533 R << NV("TotalReloadsCost", ReloadsCost) << " total reloads cost "; in report()
2536 R << NV("NumFoldedReloads", FoldedReloads) << " folded reloads "; in report()
2537 R << NV("TotalFoldedReloadsCost", FoldedReloadsCost) in report()
2541 R << NV("NumZeroCostFoldedReloads", ZeroCostFoldedReloads) in report()
2544 R << NV("NumVRCopies", Copies) << " virtual registers copies "; in report()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp481 << ore::NV("Callee", &F) in computeOutliningColdRegionsInfo()
483 << ore::NV("Cost", MinOutlineRegionCost); in computeOutliningColdRegionsInfo()
741 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
751 << NV("Caller", Caller) in shouldPartialInline()
762 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline()
793 << NV("Caller", Caller) << " with cost=" << NV("Cost", IC.getCost()) in shouldPartialInline()
1151 << ore::NV("Block", RegionInfo.Region.front()); in doMultiRegionFunctionOutlining()
1211 << ore::NV("Block", ToExtract.front()); in doSingleRegionFunctionOutlining()
1342 << ore::NV("Function", Cloner.OrigFunc) in tryPartialInline()
1346 << ore::NV("NewSize", SizeCost) << ")"; in tryPartialInline()
[all …]
H A DAlwaysInliner.cpp75 << "'" << ore::NV("Callee", &F) << "' is not inlined into '" in AlwaysInlineImpl()
76 << ore::NV("Caller", Caller) in AlwaysInlineImpl()
77 << "': " << ore::NV("Reason", Res.getFailureReason()); in AlwaysInlineImpl()
H A DModuleInliner.cpp157 << NV("Callee", Callee) << " will not be inlined into " in run()
158 << NV("Caller", CB->getCaller()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp220 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite()
232 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite()
233 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
268 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
269 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall()
270 << NV("TotalCount", TotalCount); in promoteIndirectCall()
H A DPGOMemOPSizeOpt.cpp450 << "optimized " << NV("Memop", MO.getName(TLI)) << " with count " in perform()
451 << NV("Count", SumForOpt) << " out of " << NV("Total", TotalCount) in perform()
452 << " for " << NV("Versions", Version) << " versions"; in perform()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c33 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 DLoopVersioningLICM.cpp396 << 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 DAnnotationRemarks.cpp73 << "Annotated " << NV("count", KV.second) << " instructions with " in runImpl()
74 << NV("type", KV.first)); in runImpl()
H A DLoopIdiomRecognize.cpp801 << ore::NV("Inst", "memcpy") << " in " in processLoopMemCpy()
802 << ore::NV("Function", MCI->getFunction()) in processLoopMemCpy()
1138 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1140 << ore::NV("NewFunction", NewCall->getCalledFunction()) in processLoopStridedStore()
1145 R << ore::NV("FromBlock", I->getParent()->getName()) in processLoopStridedStore()
1146 << ore::NV("ToBlock", Preheader->getName()); in processLoopStridedStore()
1317 << ore::NV("Inst", InstRemark) << " in " in processLoopStoreOfLoopLoad()
1318 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1349 << ore::NV("Inst", InstRemark) << " in " in processLoopStoreOfLoopLoad()
1350 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dti,tmp117.yaml7 title: TI TMP117 - Digital temperature sensor with integrated NV memory
10 TI TMP116/117 - Digital temperature sensor with integrated NV memory that
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h406 Remark << "Applied " << ore::NV("NumSamples", *R);
408 Remark << ore::NV("LineOffset", LineOffset);
411 Remark << ore::NV("Discriminator", Discriminator);
458 Remark << "Applied " << ore::NV("NumSamples", Samples);
460 Remark << ore::NV("ProbeId", Probe->Id);
463 Remark << ore::NV("Discriminator", Probe->Discriminator);
466 Remark << ore::NV("Factor", Probe->Factor);
468 Remark << ore::NV("OriginalSamples", R.get());
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-netgear_readynas_nv+_v2.dts3 * Device Tree file for NETGEAR ReadyNAS NV+ v2
14 model = "NETGEAR ReadyNAS NV+ v2";
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp253 if (std::optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local
254 return NV->getValue() == I; in isConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h136 using NV = DiagnosticInfoOptimizationBase::Argument; variable

12345