Searched refs:cl (Results 451 - 475 of 878) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp30 static cl::opt<bool> PropagateAttrs("propagate-attrs", cl::init(true),
31 cl::Hidden,
32 cl::desc("Propagate attributes in index"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp31 cl::OptionCategory GICombinerOptionCategory(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h50 /// cl Namespace - This namespace contains all of the command line option
53 namespace cl { namespace in namespace:llvm
174 CommaSeparated = 0x01, // Should this cl::list split between commas?
175 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
176 Sink = 0x04, // Should this cl::list eat all unknown options?
315 bool isPositional() const { return getFormattingFlag() == cl::Positional; }
316 bool isSink() const { return getMiscFlags() & cl::Sink; }
317 bool isDefaultOption() const { return getMiscFlags() & cl::DefaultOption; }
320 return getNumOccurrencesFlag() == cl::ConsumeAfter;
620 struct OptionValue<cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp355 cl::opt<unsigned>
356 llvm::DefMaxInstsToScan("available-load-scan-limit", cl::init(6), cl::Hidden,
357 cl::desc("Use this to specify the default maximum number of instructions "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp29 static cl::opt<bool>
31 cl::init(false),
32 cl::desc("Disable Sparc leaf procedure optimization."),
33 cl::Hidden);
H A DDelaySlotFiller.cpp32 static cl::opt<bool> DisableDelaySlotFiller(
34 cl::init(false),
35 cl::desc("Disable the Sparc delay slot filler."),
36 cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp64 static cl::opt<bool, true>
65 VerifyLoopLCSSAFlag("verify-loop-lcssa", cl::location(VerifyLoopLCSSA),
66 cl::Hidden,
67 cl::desc("Verify loop lcssa form (time consuming)"));
H A DLoopUnroll.cpp51 static cl::opt<bool>
52 UnrollRuntimeEpilog("unroll-runtime-epilog", cl::init(false), cl::Hidden,
53 cl::desc("Allow runtime unrolled loops to be unrolled "
56 static cl::opt<bool>
57 UnrollVerifyDomtree("unroll-verify-domtree", cl::Hidden,
58 cl::desc("Verify domtree after unrolling"),
60 cl::init(true)
62 cl::init(false)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp38 static cl::opt<bool> WasmDisableExplicitLocals(
39 "wasm-disable-explicit-locals", cl::Hidden,
40 cl::desc("WebAssembly: output implicit locals in"
42 cl::init(false));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp53 static cl::opt<bool>
55 cl::desc("Avoid optimizing x86 call frames for size"),
56 cl::init(false), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp61 static cl::opt<bool>
62 FixedPointRegToImm("ppc-reg-to-imm-fixed-point", cl::Hidden, cl::init(true),
63 cl::desc("Iterate to a fixed point when attempting to "
66 static cl::opt<bool>
67 ConvertRegReg("ppc-convert-rr-to-ri", cl::Hidden, cl::init(true),
68 cl::desc("Convert eligible reg+reg instructions to reg+imm"));
70 static cl::opt<bool>
72 cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp49 static cl::opt<unsigned>
50 MaxIntegerBW("float2int-max-integer-bw", cl::init(64), cl::Hidden,
51 cl::desc("Max integer bitwidth to consider in float2int"
H A DLoopFuse.cpp102 static cl::opt<FusionDependenceAnalysisChoice> FusionDependenceAnalysis(
104 cl::desc("Which dependence analysis should loop fusion use?"),
105 cl::values(clEnumValN(FUSION_DEPENDENCE_ANALYSIS_SCEV, "scev",
111 cl::Hidden, cl::init(FUSION_DEPENDENCE_ANALYSIS_ALL), cl::ZeroOrMore);
114 static cl::opt<bool>
116 cl::desc("Enable verbose debugging for Loop Fusion"),
117 cl::Hidden, cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp38 static cl::opt<unsigned> MaxFunctionsPerValue(
39 "cvp-max-functions-per-value", cl::Hidden, cl::init(4),
40 cl::desc("The maximum number of functions to track per lattice value"));
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp34 cl::OptionCategory DAGISelCat("Options for -gen-dag-isel");
37 static cl::opt<bool> OmitComments("omit-comments",
38 cl::desc("Do not generate comments"),
39 cl::init(false), cl::cat(DAGISelCat));
41 static cl::opt<bool> InstrumentCoverage(
43 cl::desc("Generates tables to help identify patterns matched"),
44 cl::init(false), cl::cat(DAGISelCat));
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win34 !IF [$(COMSPEC) /c cl /nologo /? \
81 CL = cl.exe
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp78 static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge",
79 cl::init(cl::BOU_UNSET), cl::Hidden);
82 static cl::opt<unsigned>
84 cl::desc("Max number of predecessors to consider tail merging"),
85 cl::init(150), cl::Hidden);
89 static cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp69 static cl::opt<int> HWLoopLimit("hexagon-max-hwloop", cl::Hidden, cl::init(-1));
72 static cl::opt<std::string> PHFn("hexagon-hwloop-phfn", cl::Hidden,
73 cl::init(""));
77 static cl::opt<bool> HWCreatePreheader("hexagon-hwloop-preheader",
78 cl::Hidden, cl::init(true),
79 cl
[all...]
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S427 load_loop: mov %cl,%dh
428 cmp $MAX_READ_SEC,%cl # Truncate to max read size
431 load_notrunc: sub %dh,%cl # Update count
479 add $3,%cl # round %ecx up to
589 xor %cl,%cl # Zero length
591 ff.namelen: inc %cl # Update length
597 ff.namedone: dec %cl # Adjust length and save
598 mov %cl,name_len
630 mov %cl,
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c62 struct p2p_reg_class *cl = &ch->reg_class[ch->reg_classes]; local
63 cl->reg_class = *pos++;
69 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
71 os_memcpy(cl->channel, pos, cl->channels);
386 struct p2p_reg_class *cl; local
497 cl = &intersection->reg_class[0];
499 cl->reg_class, cl->channel[0]);
500 p2p->op_reg_class = cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp119 static cl::opt<bool> ClPreserveAlignment(
121 cl::desc("respect alignment requirements provided by input IR"), cl::Hidden,
122 cl::init(false));
131 static cl::list<std::string> ClABIListFiles(
133 cl::desc("File listing native ABI functions and how the pass treats them"),
134 cl::Hidden);
138 static cl::opt<bool> ClArgsABI(
140 cl::desc("Use the argument ABI rather than the TLS ABI"),
141 cl
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c314 uint32_t cl; local
322 cl = c;
324 cl += c + p_len;
325 while (cl > 0xffff)
326 cl = (cl >> 16) + (cl & 0xffff);
327 c = cl;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c652 Closure *cl; local
657 cl = luaU_undump(L, p->z, &p->buff, p->name);
661 cl = luaY_parser(L, p->z, &p->buff, &p->dyd, p->name, c);
663 lua_assert(cl->l.nupvalues == cl->l.p->sizeupvalues);
664 for (i = 0; i < cl->l.nupvalues; i++) { /* initialize upvalues */
666 cl->l.upvals[i] = up;
667 luaC_objbarrier(L, cl, up);
H A Dlfunc.c24 Closure *c = &luaC_newobj(L, LUA_TCCL, sizeCclosure(n), NULL, 0)->cl;
31 Closure *c = &luaC_newobj(L, LUA_TLCL, sizeLclosure(n), NULL, 0)->cl;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h258 int8_t cl; /* scheduler class [0..N] */ member in struct:t4_sched_class_params
318 int8_t cl; /* class index; -1 => unbind */ member in struct:t4_sched_queue

Completed in 195 milliseconds

<<11121314151617181920>>