Searched refs:NV (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c33 uint8_t NV = VR->SiteCountArray[S]; local
34 for (V = 0; V < NV; V++) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp87 R << NV("Pass", getPassName())
88 << ": Function: " << NV("Function", F.getName()) << ": "
90 << NV("MIInstrsBefore", CountBefore) << " to "
91 << NV("MIInstrsAfter", CountAfter)
92 << "; Delta: " << NV("Delta", Delta);
H A DStackProtector.cpp268 << ore::NV("Function", F)
288 << ore::NV("Function", F)
325 << ore::NV("Function", F)
340 << ore::NV("Function", F)
H A DMachineOutliner.cpp965 R << "Did not outline " << NV("Length", StringLen) << " instructions"
966 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size())
969 << NV("OutliningCost", OF.getOutliningCost()) << ")"
971 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")"
976 R << NV((Twine("OtherStartLoc") + Twine(i)).str(),
992 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by "
993 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions "
994 << "from " << NV("NumOccurrences", OF.getOccurrenceCount())
1001 R << NV((Twine("StartLoc") + Twine(i)).str(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { argument
148 auto &NAVV = getOrInsertAffectedValues(NV);
159 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { argument
160 if (!isa<Instruction>(NV) && !isa<Argument>(NV))
165 AC->transferAffectedValuesInCache(getValPtr(), NV);
167 // entry for NV then this object might have been destroyed in favor of some
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp389 const ore::NV &Arg) {
401 R << "(cost=" << ore::NV("Cost", IC.getCost())
402 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")";
405 R << ": " << ore::NV("Reason", Reason);
439 << NV("Callee", Callee) << " not inlined into "
440 << NV("Caller", Caller) << " because it should never be inlined "
451 << NV("Callee", Callee) << " not inlined into "
452 << NV("Caller", Caller) << " because too costly to inline " << IC;
465 << "Not inlining. Cost of inlining " << NV("Callee", Callee)
466 << " increases the cost of inlining " << NV("Calle
[all...]
H A DPartialInlining.cpp431 << ore::NV("Block", BlockList.front()->getName())
523 << ore::NV("Callee", F) << " inline cost-savings smaller than "
524 << ore::NV("Cost", MinOutlineRegionCost);
787 << NV("Callee", Cloner.OrigFunc)
796 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into "
797 << NV("Caller", Caller)
806 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into "
807 << NV("Caller", Caller) << " because too costly to inline (cost="
808 << NV("Cost", IC.getCost()) << ", threshold="
809 << NV("Threshol
[all...]
H A DSampleProfile.cpp728 Remark << "Applied " << ore::NV("NumSamples", *R);
730 Remark << ore::NV("LineOffset", LineOffset);
733 Remark << ore::NV("Discriminator", Discriminator);
915 << "inlined callee '" << ore::NV("Callee", CalledFunction)
916 << "' into '" << ore::NV("Caller", BB->getParent()) << "'");
947 << ore::NV("Callee", CalledFunction) << "' into '"
948 << ore::NV("Caller", &F) << "'");
1089 << ore::NV("Callee", Callee) << "' into '"
1090 << ore::NV("Caller", &F) << "'");
1609 << ore::NV("CondBranchesLo
[all...]
H A DHotColdSplitting.cpp345 << ore::NV("Original", OrigF) << " split cold code into "
346 << ore::NV("Split", OutF);
355 << ore::NV("Block", Region.front());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp273 << ore::NV("target md5sum", Target) << " not found";
285 << NV("TargetFunction", TargetFunction) << " with count of "
286 << NV("Count", Count) << ": " << Reason;
325 << "Promote indirect call to " << NV("DirectCallee", DirectCallee)
326 << " with count " << NV("Count", Count) << " out of "
327 << NV("TotalCount", TotalCount);
H A DPGOMemOPSizeOpt.cpp405 << "optimized " << NV("Intrinsic", StringRef(getMIName(MI)))
406 << " with count " << NV("Count", SumForOpt) << " out of "
407 << NV("Total", TotalCount) << " for " << NV("Versions", Version)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp145 if (Optional<NonLoc> NV = extentBegin.getAs<NonLoc>()) {
146 if (NV->getAs<nonloc::ConcreteInt>()) {
149 NV->castAs<nonloc::ConcreteInt>(),
152 *NV = simplifiedOffsets.second;
155 SVal lowerBound = svalBuilder.evalBinOpNN(state, BO_LT, rawOffsetVal, *NV,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks())
423 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold);
453 << NV("LoadAndStoreCounter",
456 << NV("Threshold", InvariantThreshold);
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h126 using NV = DiagnosticInfoOptimizationBase::Argument;
H A DAssumptionCache.h76 /// Move affected values in the cache for OV to be affected values for NV.
77 void transferAffectedValuesInCache(Value *OV, Value *NV);
H A DScalarEvolutionExpressions.h804 Value *NV = Map[V]; local
805 if (InterpretConsts && isa<ConstantInt>(NV))
806 return SE.getConstant(cast<ConstantInt>(NV));
807 return SE.getUnknown(NV);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp229 if (Optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>())
230 return NV->getValue() == I;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp138 unsigned NV = Ptr.isBaseClass() ? 0 : Record->getNumVirtualBases();
162 for (unsigned I = 0; I < NV; ++I) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp770 uint32_t NV = Func.getNumValueDataForSite(VK, I); local
772 Stats.TotalNumValues += NV;
773 if (NV) {
775 if (NV > Stats.ValueSitesHistogram.size())
776 Stats.ValueSitesHistogram.resize(NV, 0);
777 Stats.ValueSitesHistogram[NV - 1]++;
781 for (uint32_t V = 0; V < NV; V++)
786 for (uint32_t V = 0; V < NV; V++) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp470 << NV("UnrollCount", ULO.TripCount) << " iterations";
479 << " peeled loop by " << NV("PeelCount", ULO.PeelCount)
487 << NV("UnrollCount", ULO.Count);
497 << NV("BreakoutTrip", BreakoutTrip);
504 << " with " << NV("TripMultiple", ULO.TripMultiple)
H A DCloneFunction.cpp590 Value *NV = UndefValue::get(PN->getType()); local
591 PN->replaceAllUsesWith(NV);
593 VMap[&*OldI] = NV;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { argument
348 construct_range(this->end(), this->begin()+N, NV);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h808 /// Record that \p U is to be replaces with \p NV after information was
810 bool changeUseAfterManifest(Use &U, Value &NV) { argument
812 if (V && (V->stripPointerCasts() == NV.stripPointerCasts() ||
815 assert((!V || V == &NV || isa<UndefValue>(NV)) &&
817 V = &NV;
821 /// Helper function to replace all uses of \p V with \p NV. Return true if
823 bool changeValueAfterManifest(Value &V, Value &NV) { argument
826 Changed |= changeUseAfterManifest(U, NV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp492 uint32_t NV = getNumValueDataForSite(VK, I); local
494 for (uint32_t V = 0; V < NV; V++)
935 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); local
936 if (!NV)
943 ArrayRef<InstrProfValueData> VDs(VD.get(), NV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h251 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator in enum:llvm::AArch64CC::CondCode
252 // Note the NV exists purely to disassemble 0b1111. Execution is "always".
280 case NV: return "nv";

Completed in 373 milliseconds

123