• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/

Lines Matching refs:desc

69                                           cl::desc("<input file>"),
72 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
78 cl::desc("Target architecture. "
84 cl::desc("Target triple. See -version for available targets"),
89 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
94 cl::desc("Additional target features."),
99 cl::desc("Syntax variant to use for output printing"),
104 cl::desc("Prefer hex format when printing immediate values"));
107 cl::desc("Number of iterations to run"),
111 DispatchWidth("dispatch", cl::desc("Override the processor dispatch width"),
116 cl::desc("Maximum number of physical registers which can "
122 cl::desc("Number of entries in the micro-op queue"),
127 cl::desc("Maximum throughput from the decoders "
133 cl::desc("Print register file statistics"),
137 cl::desc("Print dispatch statistics"),
142 cl::desc("Print summary view (enabled by default)"),
146 cl::desc("Print scheduler statistics"),
151 cl::desc("Print retire control unit statistics"),
156 cl::desc("Print the resource pressure view (enabled by default)"),
160 cl::desc("Print the timeline view"),
165 cl::desc("Maximum number of iterations to print in timeline view"),
170 cl::desc(
176 cl::desc("If set, assume that loads and stores do not alias"),
180 cl::desc("Size of the load queue"),
184 cl::desc("Size of the store queue"),
189 cl::desc("Print instruction tables"),
194 cl::desc("Print the instruction info view (enabled by default)"),
198 cl::desc("Print all hardware statistics"),
203 cl::desc("Print all views including hardware statistics"),
208 cl::desc("Enable bottleneck analysis (disabled by default)"),
213 cl::desc("Print encoding information in the instruction info view"),