Home
last modified time | relevance | path

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

123

/third_party/curl/src/
H A Dtool_setopt.c45 #define NV(e) {#e, e} macro
50 NV(CURLPROXY_HTTP),
51 NV(CURLPROXY_HTTP_1_0),
52 NV(CURLPROXY_HTTPS),
53 NV(CURLPROXY_SOCKS4),
54 NV(CURLPROXY_SOCKS5),
55 NV(CURLPROXY_SOCKS4A),
56 NV(CURLPROXY_SOCKS5_HOSTNAME),
61 NV(CURLPROXY_SOCKS4),
62 NV(CURLPROXY_SOCKS
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp87 R << NV("Pass", getPassName()) in runOnFunction()
88 << ": Function: " << NV("Function", F.getName()) << ": " in runOnFunction()
90 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
91 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
92 << "; Delta: " << NV("Delta", Delta); in runOnFunction()
H A DMachineOutliner.cpp965 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark()
966 << " from " << NV("NumOccurrences", CandidatesForRepeatedSeq.size()) in emitNotOutliningCheaperRemark()
969 << NV("OutliningCost", OF.getOutliningCost()) << ")" in emitNotOutliningCheaperRemark()
971 << NV("NotOutliningCost", OF.getNotOutlinedCost()) << ")" in emitNotOutliningCheaperRemark()
976 R << NV((Twine("OtherStartLoc") + Twine(i)).str(), in emitNotOutliningCheaperRemark()
992 R << "Saved " << NV("OutliningBenefit", OF.getBenefit()) << " bytes by " in emitOutlinedFunctionRemark()
993 << "outlining " << NV("Length", OF.getNumInstrs()) << " instructions " in emitOutlinedFunctionRemark()
994 << "from " << NV("NumOccurrences", OF.getOccurrenceCount()) in emitOutlinedFunctionRemark()
1001 R << NV((Twine("StartLoc") + Twine(i)).str(), in emitOutlinedFunctionRemark()
H A DStackProtector.cpp268 << ore::NV("Function", F) in RequiresStackProtector()
288 << ore::NV("Function", F) in RequiresStackProtector()
325 << ore::NV("Function", F) in RequiresStackProtector()
340 << ore::NV("Function", F) in RequiresStackProtector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp389 const ore::NV &Arg) { in operator <<()
401 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
402 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
405 R << ": " << ore::NV("Reason", Reason); in operator <<()
439 << NV("Callee", Callee) << " not inlined into " in shouldInline()
440 << NV("Caller", Caller) << " because it should never be inlined " in shouldInline()
451 << NV("Callee", Callee) << " not inlined into " in shouldInline()
452 << NV("Caller", Caller) << " because too costly to inline " << IC; in shouldInline()
465 << "Not inlining. Cost of inlining " << NV("Callee", Callee) in shouldInline()
466 << " increases the cost of inlining " << NV("Calle in shouldInline()
[all...]
H A DPartialInlining.cpp431 << ore::NV("Block", BlockList.front()->getName()) in computeOutliningColdRegionsInfo()
523 << ore::NV("Callee", F) << " inline cost-savings smaller than " in computeOutliningColdRegionsInfo()
524 << ore::NV("Cost", MinOutlineRegionCost); in computeOutliningColdRegionsInfo()
787 << NV("Callee", Cloner.OrigFunc) in shouldPartialInline()
796 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
797 << NV("Caller", Caller) in shouldPartialInline()
806 << NV("Callee", Cloner.OrigFunc) << " not partially inlined into " in shouldPartialInline()
807 << NV("Caller", Caller) << " because too costly to inline (cost=" in shouldPartialInline()
808 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline()
809 << NV("Threshol in shouldPartialInline()
[all...]
H A DSampleProfile.cpp728 Remark << "Applied " << ore::NV("NumSamples", *R); in getInstWeight()
730 Remark << ore::NV("LineOffset", LineOffset); in getInstWeight()
733 Remark << ore::NV("Discriminator", Discriminator); in getInstWeight()
915 << "inlined callee '" << ore::NV("Callee", CalledFunction) in inlineCallInstruction()
916 << "' into '" << ore::NV("Caller", BB->getParent()) << "'"); in inlineCallInstruction()
947 << ore::NV("Callee", CalledFunction) << "' into '" in emitOptimizationRemarksForInlineCandidates()
948 << ore::NV("Caller", &F) << "'"); in emitOptimizationRemarksForInlineCandidates()
1089 << ore::NV("Callee", Callee) << "' into '" in inlineHotFunctions()
1090 << ore::NV("Caller", &F) << "'"); in inlineHotFunctions()
1609 << ore::NV("CondBranchesLo in propagateWeights()
[all...]
H A DHotColdSplitting.cpp345 << ore::NV("Original", OrigF) << " split cold code into " in extractColdRegion()
346 << ore::NV("Split", OutF); in extractColdRegion()
355 << ore::NV("Block", Region.front()); in extractColdRegion()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleGLESInterfaceAutogen.cpp182 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLESInterface()
264 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLESInterface()
305 GET_PROC_SUFFIX(BlitFramebuffer, NV); in GrGLMakeAssembledGLESInterface()
373 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLESInterface()
460 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLESInterface()
461 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLESInterface()
462 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLESInterface()
463 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLESInterface()
464 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp194 GET_PROC_SUFFIX(BlendBarrier, NV); in GrGLMakeAssembledGLInterface()
274 GET_PROC_SUFFIX(TextureBarrier, NV); in GrGLMakeAssembledGLInterface()
366 GET_PROC_SUFFIX(CoverageModulation, NV); in GrGLMakeAssembledGLInterface()
489 GET_PROC_SUFFIX(DeleteFences, NV); in GrGLMakeAssembledGLInterface()
490 GET_PROC_SUFFIX(FinishFence, NV); in GrGLMakeAssembledGLInterface()
491 GET_PROC_SUFFIX(GenFences, NV); in GrGLMakeAssembledGLInterface()
492 GET_PROC_SUFFIX(SetFence, NV); in GrGLMakeAssembledGLInterface()
493 GET_PROC_SUFFIX(TestFence, NV); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAssumptionCache.cpp147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument
148 auto &NAVV = getOrInsertAffectedValues(NV); in transferAffectedValuesInCache()
159 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith() argument
160 if (!isa<Instruction>(NV) && !isa<Argument>(NV)) in allUsesReplacedWith()
165 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
167 // entry for NV then this object might have been destroyed in favor of some in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp273 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite()
285 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite()
286 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
325 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
326 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall()
327 << NV("TotalCount", TotalCount); in promoteIndirectCall()
H A DPGOMemOPSizeOpt.cpp405 << "optimized " << NV("Intrinsic", StringRef(getMIName(MI))) in perform()
406 << " with count " << NV("Count", SumForOpt) << " out of " in perform()
407 << NV("Total", TotalCount) << " for " << NV("Versions", Version) in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp421 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
423 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
453 << NV("LoadAndStoreCounter", in legalLoopInstructions()
456 << NV("Threshold", InvariantThreshold); in legalLoopInstructions()
526 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp470 << NV("UnrollCount", ULO.TripCount) << " iterations"; in UnrollLoop()
479 << " peeled loop by " << NV("PeelCount", ULO.PeelCount) in UnrollLoop()
487 << NV("UnrollCount", ULO.Count); in UnrollLoop()
497 << NV("BreakoutTrip", BreakoutTrip); in UnrollLoop()
504 << " with " << NV("TripMultiple", ULO.TripMultiple) in UnrollLoop()
H A DCloneFunction.cpp590 Value *NV = UndefValue::get(PN->getType()); in CloneAndPruneIntoFromInst() local
591 PN->replaceAllUsesWith(NV); in CloneAndPruneIntoFromInst()
593 VMap[&*OldI] = NV; in CloneAndPruneIntoFromInst()
H A DLoopUnrollAndJam.cpp224 << NV("UnrollCount", TripCount) << " iterations"); in UnrollAndJamLoop()
230 << NV("UnrollCount", Count); in UnrollAndJamLoop()
238 return DiagBuilder() << " with " << NV("TripMultiple", TripMultiple) in UnrollAndJamLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h804 Value *NV = Map[V]; in visitUnknown() local
805 if (InterpretConsts && isa<ConstantInt>(NV)) in visitUnknown()
806 return SE.getConstant(cast<ConstantInt>(NV)); in visitUnknown()
807 return SE.getUnknown(NV); in visitUnknown()
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 DOptimizationRemarkEmitter.h126 using NV = DiagnosticInfoOptimizationBase::Argument;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp492 uint32_t NV = getNumValueDataForSite(VK, I); in accumulateCounts() local
494 for (uint32_t V = 0; V < NV; V++) in accumulateCounts()
935 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite() local
936 if (!NV) in annotateValueSite()
943 ArrayRef<InstrProfValueData> VDs(VD.get(), NV); in annotateValueSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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) { in changeUseAfterManifest()
812 if (V && (V->stripPointerCasts() == NV.stripPointerCasts() || in changeUseAfterManifest()
815 assert((!V || V == &NV || isa<UndefValue>(NV)) && in changeUseAfterManifest()
817 V = &NV; in changeUseAfterManifest()
821 /// Helper function to replace all uses of \p V with \p NV. Return true if
823 bool changeValueAfterManifest(Value &V, Value &NV) { in changeValueAfterManifest()
826 Changed |= changeUseAfterManifest(U, NV); in changeValueAfterManifest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp159 R << " (Force=" << NV("Force", true); in emitRemarkWithHints()
161 R << ", Vector Width=" << NV("VectorWidth", Width.Value); in emitRemarkWithHints()
163 R << ", Interleave Count=" << NV("InterleaveCount", Interleave.Value); in emitRemarkWithHints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h251 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
252 // Note the NV exists purely to disassemble 0b1111. Execution is "always".
280 case NV: return "nv"; in getCondCodeName()
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c110 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
120 rd2 = (float)NV / d2; \
130 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
140 } else if (TEXEL > NV) { \
141 TEXEL = NV; \

Completed in 32 milliseconds

123