Searched refs:cl (Results 376 - 400 of 878) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp37 static cl::opt<bool> ClColoring("safe-stack-coloring",
38 cl::desc("enable safe stack coloring"),
39 cl::Hidden, cl::init(false));
H A DInterleavedAccessPass.cpp76 static cl::opt<bool> LowerInterleavedAccesses(
78 cl::desc("Enable lowering interleaved accesses to intrinsics"),
79 cl::init(true), cl::Hidden);
H A DScheduleDAGInstrs.cpp67 static cl::opt<bool> EnableAASchedMI("enable-aa-sched-mi", cl::Hidden,
68 cl::ZeroOrMore, cl::init(false),
69 cl::desc("Enable use of AA during MI DAG construction"));
71 static cl::opt<bool> UseTBAA("use-tbaa-in-sched-mi", cl::Hidden,
72 cl::init(true), cl::desc("Enable use of TBAA during MI DAG construction"));
80 static cl
[all...]
H A DStackColoring.cpp68 static cl::opt<bool>
70 cl::init(false), cl::Hidden,
71 cl::desc("Disable stack coloring"));
78 static cl::opt<bool>
80 cl::init(false), cl::Hidden,
81 cl::desc("Do not optimize lifetime zones that "
88 static cl::opt<bool>
90 cl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp43 static llvm::cl::opt<bool> DisableMemAluCombiner(
44 "disable-lanai-mem-alu-combiner", llvm::cl::init(false),
45 llvm::cl::desc("Do not combine ALU and memory operators"),
46 llvm::cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp40 static cl::opt<int> ProcResCostLim("procres-cost-lim", cl::Hidden,
41 cl::desc("The OOO window for processor "
43 cl::init(8));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h93 extern cl::opt<unsigned> DefMaxInstsToScan;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp41 static cl::opt<bool> EnableSpillVGPRToAGPR(
43 cl::desc("Enable spilling VGPRs to AGPRs"),
44 cl::ReallyHidden,
45 cl::init(true));
H A DAMDGPUTargetTransformInfo.cpp57 static cl::opt<unsigned> UnrollThresholdPrivate(
59 cl::desc("Unroll threshold for AMDGPU if private memory used in a loop"),
60 cl::init(2700), cl::Hidden);
62 static cl::opt<unsigned> UnrollThresholdLocal(
64 cl::desc("Unroll threshold for AMDGPU if local memory used in a loop"),
65 cl::init(1000), cl::Hidden);
67 static cl::opt<unsigned> UnrollThresholdIf(
69 cl
[all...]
H A DSIFixupVectorISel.cpp45 static cl::opt<bool> EnableGlobalSGPRAddr(
47 cl::desc("Enable use of SGPR regs for GLOBAL LOAD/STORE instructions"),
48 cl::init(false));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp53 static cl::opt<bool>
55 cl::desc("Force use of AdvSIMD scalar instructions everywhere"),
56 cl::init(false), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h19 extern cl::opt<bool> ForgetSCEVInLoopUnroll;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp33 static cl::opt<bool, true>
34 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), cl::Hidden,
35 cl::desc("Verify dominator info (time consuming)"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp88 static cl::opt<bool> UseGPUDA("use-gpu-divergence-analysis", cl::init(false),
89 cl::Hidden,
90 cl::desc("turn the LegacyDivergenceAnalysis into "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp39 cl::opt<bool>
40 WasmKeepRegisters("wasm-keep-registers", cl::Hidden,
41 cl::desc("WebAssembly: output stack registers in"
43 cl::init(false));
H A DWebAssemblyCFGSort.cpp39 static cl::opt<bool> WasmDisableEHPadSort(
40 "wasm-disable-ehpad-sort", cl::ReallyHidden,
41 cl::desc(
43 cl::init(false));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp46 static cl::opt<bool> DisableVSXFMAMutate(
48 cl::desc("Disable VSX FMA instruction mutation"), cl::init(true),
49 cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp71 static cl::opt<bool>
73 cl::desc("Change byte and word instructions to larger sizes"),
74 cl::init(true), cl::Hidden);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp28 static cl::opt<bool>
29 AnnotateNoAlias("loop-version-annotate-no-alias", cl::init(true),
30 cl::Hidden,
31 cl::desc("Add no-alias annotation for instructions that "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp50 static cl::opt<unsigned> RDFLimit("rdf-limit",
51 cl::init(std::numeric_limits<unsigned>::max()));
52 static cl::opt<bool> RDFDump("rdf-dump", cl::init(false));
H A DHexagonEarlyIfConv.cpp101 static cl::opt<bool> EnableHexagonBP("enable-hexagon-br-prob", cl::Hidden,
102 cl::init(true), cl::desc("Enable branch probability info"));
103 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden,
104 cl::desc("Size limit in Hexagon early if-conversion"));
105 static cl::opt<bool> SkipExitBranches("eif-no-loop-exit", cl
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dprocess.c299 Der_class cl; local
303 &cl, &ty, &tag, NULL);
308 krb5_store_uint32(sp, MAKE_TAG(cl, ty, 0));
/freebsd-11-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c312 uint8_t ch, cl; local
324 cl = (uint8_t)wc;
325 if (ch >= 0xA1 && cl >= 0xA1) {
/freebsd-11-stable/contrib/lua/src/
H A Dlfunc.c45 void luaF_initupvals (lua_State *L, LClosure *cl) { argument
47 for (i = 0; i < cl->nupvalues; i++) {
52 cl->upvals[i] = uv;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp32 static cl::opt<bool> ViewBackground("view-background", cl::Hidden,
33 cl::desc("Execute graph viewer in the background. Creates tmp file litter."));

Completed in 557 milliseconds

<<11121314151617181920>>