Searched refs:cl (Results 476 - 500 of 878) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp112 static cl::opt<bool>
113 SkipLongBranch("skip-mips-long-branch", cl::init(false),
114 cl::desc("MIPS: Skip branch expansion pass."), cl::Hidden);
116 static cl::opt<bool>
117 ForceLongBranch("force-mips-long-branch", cl::init(false),
118 cl::desc("MIPS: Expand all branches to long format."),
119 cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp52 cl::opt<std::string> OutputFile("output",
53 cl::desc("Specify a reference program output "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp49 static cl::opt<int>
51 cl::desc("Debug control for aggressive anti-dep breaker"),
52 cl::init(0), cl::Hidden);
54 static cl::opt<int>
56 cl::desc("Debug control for aggressive anti-dep breaker"),
57 cl::init(0), cl::Hidden);
H A DRegAllocPBQP.cpp98 static cl::opt<bool>
100 cl::desc("Attempt coalescing during PBQP register allocation."),
101 cl::init(false), cl::Hidden);
104 static cl::opt<bool>
106 cl::desc("Dump graphs for each function/round in the compilation unit."),
107 cl::init(false), cl::Hidden);
H A DEarlyIfConversion.cpp47 static cl::opt<unsigned>
48 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden,
49 cl::desc("Maximum number of instructions per speculated block."));
52 static cl::opt<bool> Stress("stress-early-ifcvt", cl::Hidden,
53 cl::desc("Turn all knobs to 11"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp43 static cl::opt<bool>
44 DisableParallelDSP("disable-arm-parallel-dsp", cl::Hidden, cl::init(false),
45 cl::desc("Disable the ARM Parallel DSP pass"));
47 static cl::opt<unsigned>
48 NumLoadLimit("arm-parallel-dsp-load-limit", cl::Hidden, cl::init(16),
49 cl::desc("Limit the number of loads analysed"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp60 static cl::opt<bool> ClMergeInit(
61 "stack-tagging-merge-init", cl::Hidden, cl::init(true), cl::ZeroOrMore,
62 cl::desc("merge stack variable initializers with tagging when possible"));
64 static cl::opt<unsigned> ClScanLimit("stack-tagging-merge-init-scan-limit",
65 cl::init(40), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp56 static cl::opt<bool> DisableX86AvoidStoreForwardBlocks(
57 "x86-disable-avoid-SFB", cl::Hidden,
58 cl::desc("X86: Disable Store Forwarding Blocks fixup."), cl::init(false));
60 static cl::opt<unsigned> X86AvoidSFBInspectionLimit(
62 cl::desc("X86: Number of instructions backward to "
64 cl::init(20), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp61 static cl::opt<bool> ForceSkipUniformRegions(
63 cl::Hidden,
64 cl::desc("Force whether the StructurizeCFG pass skips uniform regions"),
65 cl::init(false));
67 static cl::opt<bool>
68 RelaxedUniformRegions("structurizecfg-relaxed-uniform-regions", cl::Hidden,
69 cl::desc("Allow relaxed uniform region checks"),
70 cl::init(true));
H A DSeparateConstOffsetFromGEP.cpp200 static cl::opt<bool> DisableSeparateConstOffsetFromGEP(
201 "disable-separate-const-offset-from-gep", cl::init(false),
202 cl::desc("Do not separate the constant offset from a GEP instruction"),
203 cl::Hidden);
208 static cl::opt<bool>
209 VerifyNoDeadCode("reassociate-geps-verify-no-dead-code", cl::init(false),
210 cl::desc("Verify this pass produces no dead code"),
211 cl::Hidden);
H A DIndVarSimplify.cpp102 static cl::opt<bool> VerifyIndvars(
103 "verify-indvars", cl::Hidden,
104 cl::desc("Verify the ScalarEvolution result after running indvars"));
108 static cl::opt<ReplaceExitVal> ReplaceExitValue(
109 "replexitval", cl::Hidden, cl::init(OnlyCheapRepl),
110 cl::desc("Choose the strategy to replace exit value in IndVarSimplify"),
111 cl::values(clEnumValN(NeverRepl, "never", "never replace exit value"),
119 static cl::opt<bool> UsePostIncrementRanges(
120 "indvars-post-increment-ranges", cl
[all...]
H A DRewriteStatepointsForGC.cpp84 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden,
85 cl::init(false));
86 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden,
87 cl::init(false));
90 static cl::opt<bool> PrintBasePointers("spp-print-base-pointers", cl::Hidden,
91 cl::init(false));
95 static cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp41 static cl::opt<bool> SingleTrapBB("bounds-checking-single-trap",
42 cl::desc("Use one trap block per function"));
H A DControlHeightReduction.cpp48 static cl::opt<bool> ForceCHR("force-chr", cl::init(false), cl::Hidden,
49 cl::desc("Apply CHR for all functions"));
51 static cl::opt<double> CHRBiasThreshold(
52 "chr-bias-threshold", cl::init(0.99), cl::Hidden,
53 cl::desc("CHR considers a branch bias greater than this ratio as biased"));
55 static cl::opt<unsigned> CHRMergeThreshold(
56 "chr-merge-threshold", cl
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1830 snmp_client_set_host(struct snmp_client *cl, const char *h) argument
1835 if (cl->chost != NULL)
1836 free(cl->chost);
1837 cl->chost = NULL;
1842 if (cl->chost != NULL)
1843 free(cl->chost);
1844 cl->chost = np;
1850 snmp_client_set_port(struct snmp_client *cl, const char *p) argument
1855 if (cl->cport != NULL)
1856 free(cl
[all...]
/freebsd-11-stable/contrib/gcc/
H A Drecog.c2137 op_alt[j].cl = NO_REGS;
2212 op_alt[j].cl = reg_class_subunion[(int) op_alt[j].cl]
2218 op_alt[j].cl =
2219 reg_class_subunion[(int) op_alt[j].cl][(int) GENERAL_REGS];
2231 op_alt[j].cl
2233 [(int) op_alt[j].cl]
2239 op_alt[j].cl
2241 [(int) op_alt[j].cl]
2571 enum reg_class cl;
2559 enum reg_class cl; local
2666 reg_fits_class_p(rtx operand, enum reg_class cl, int offset, enum machine_mode mode) argument
2941 enum reg_class cl; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp157 static cl::opt<int> HexagonVLCRIterationLim("hexagon-vlcr-iteration-lim",
158 cl::Hidden,
159 cl::desc("Maximum distance of loop carried dependences that are handled"),
160 cl::init(2), cl::ZeroOrMore);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp106 static cl::opt<PassSummaryAction> ClSummaryAction(
108 cl::desc("What to do with the summary when running this pass"),
109 cl::values(clEnumValN(PassSummaryAction::None, "none", "Do nothing"),
114 cl::Hidden);
116 static cl::opt<std::string> ClReadSummary(
118 cl::desc("Read summary from given YAML file before running pass"),
119 cl::Hidden);
121 static cl::opt<std::string> ClWriteSummary(
123 cl::desc("Write summary to given YAML file after running pass"),
124 cl
[all...]
H A DFunctionAttrs.cpp82 static cl::opt<bool> EnableNonnullArgPropagation(
83 "enable-nonnull-arg-prop", cl::init(true), cl::Hidden,
84 cl::desc("Try to propagate nonnull argument attributes from callsites to "
87 static cl::opt<bool> DisableNoUnwindInference(
88 "disable-nounwind-inference", cl::Hidden,
89 cl::desc("Stop inferring nounwind attribute during function-attrs pass"));
91 static cl::opt<bool> DisableNoFreeInference(
92 "disable-nofree-inference", cl::Hidden,
93 cl
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c788 LClosure *cl; local
794 cl = clLvalue(ci->func); /* local reference to function's closure */
795 k = cl->p->k; /* local reference to function's constant table */
833 setobj2s(L, ra, cl->upvals[b]->v);
837 TValue *upval = cl->upvals[GETARG_B(i)]->v;
849 TValue *upval = cl->upvals[GETARG_A(i)]->v;
856 UpVal *uv = cl->upvals[GETARG_B(i)];
1162 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base);
1178 if (cl->p->sizep > 0) luaF_close(L, base);
1286 Proto *p = cl
[all...]
H A Dldebug.c211 static void funcinfo (lua_Debug *ar, Closure *cl) { argument
212 if (noLuaClosure(cl)) {
219 Proto *p = cl->l.p;
311 Closure *cl; local
328 cl = ttisclosure(func) ? clvalue(func) : NULL;
329 status = auxgetinfo(L, what, ar, cl, ci);
336 collectvalidlines(L, cl);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp110 cl::opt<bool>
111 llvm::RunSLPVectorization("vectorize-slp", cl::init(false), cl::Hidden,
112 cl::desc("Run the SLP vectorization passes"));
114 static cl::opt<int>
115 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden,
116 cl::desc("Only vectorize if you gain more than this "
119 static cl::opt<bool>
120 ShouldVectorizeHor("slp-vectorize-hor", cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp51 static cl::opt<bool> PrintBranchProb(
52 "print-bpi", cl::init(false), cl::Hidden,
53 cl::desc("Print the branch probability info."));
55 cl::opt<std::string> PrintBranchProbFuncName(
56 "print-bpi-func-name", cl::Hidden,
57 cl::desc("The option to specify the name of the function "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp75 extern cl::opt<bool> LTODiscardValueNames;
76 extern cl::opt<std::string> RemarksFilename;
77 extern cl::opt<std::string> RemarksPasses;
78 extern cl::opt<bool> RemarksWithHotness;
79 extern cl::opt<std::string> RemarksFormat;
84 static cl::opt<int>
85 ThreadCount("threads", cl::init(llvm::heavyweight_hardware_concurrency()));
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dcmll-x86.S174 movzbl %cl,%esi
184 movzbl %cl,%ecx
234 movzbl %cl,%esi
244 movzbl %cl,%ecx
294 movzbl %cl,%esi
304 movzbl %cl,%ecx
522 movzbl %cl,%esi
532 movzbl %cl,%ecx
582 movzbl %cl,%esi
592 movzbl %cl,
[all...]

Completed in 369 milliseconds

<<11121314151617181920>>