| /llvm-project/llvm/test/CodeGen/MLRegAlloc/Inputs/ |
| H A D | reference-log-noml.txt | 23 progress: 0.7777777910232544 47 progress: 0.7777777910232544 71 progress: 0.7777777910232544 95 progress: 0.7777777910232544 119 progress: 0.7777777910232544 143 progress: 0.7777777910232544 167 progress: 0.7777777910232544 191 progress: 0.7777777910232544 215 progress: 0.7777777910232544 239 progress: 0.7777777910232544 [all …]
|
| /llvm-project/openmp/runtime/test/ompt/ |
| H A D | callback.h | 109 char *progress = buffer; in format_task_type() 111 progress += sprintf(progress, "ompt_task_initial"); in format_task_type() 113 progress += sprintf(progress, "ompt_task_implicit"); in format_task_type() 115 progress += sprintf(progress, "ompt_task_explicit"); in format_task_type() 117 progress += sprintf(progress, "ompt_task_target"); in format_task_type() 119 progress in format_task_type() 97 char *progress = buffer; format_task_type() local 1055 char *progress = buffer; on_ompt_callback_dependences() local [all...] |
| /llvm-project/clang/test/Analysis/ |
| H A D | analyzer-display-progress.m | 2 // RUN: -analyzer-display-progress \ 39 // CHECK: analyzer-display-progress.m f 40 // CHECK: analyzer-display-progress.m -[I instanceMethod:with:] 41 // CHECK: analyzer-display-progress.m +[I classMethod] 42 // CHECK: analyzer-display-progress.m g 43 // CHECK: analyzer-display-progress.m block (line: 35, col: 11)
|
| H A D | analyze-function-guide.m | 8 // CHECK-MISSING: Pass the -analyzer-display-progress for tracking which functions are analyzed.
|
| /llvm-project/libcxx/docs/Status/ |
| H A D | RangesAlgorithms.csv | |
| H A D | RangesMajorFeatures.csv | |
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_map_simplify.c | 303 unsigned pos, isl_int *eq, int keep_divs, int *progress) in eliminate_var_using_equality() argument 320 if (progress) in eliminate_var_using_equality() 321 *progress = 1; in eliminate_var_using_equality() 329 if (progress) in eliminate_var_using_equality() 330 *progress = 1; in eliminate_var_using_equality() 342 if (progress) in eliminate_var_using_equality() 343 *progress = 1; in eliminate_var_using_equality() 416 __isl_take isl_basic_map *bmap, int *progress) in eliminate_divs_eq() argument 443 *progress = 1; in eliminate_divs_eq() 451 return eliminate_divs_eq(bmap, progress); in eliminate_divs_eq() [all …]
|
| H A D | isl_map_private.h | 290 int *progress, 294 int *progress); 296 __isl_take isl_basic_set *bset, int *progress); 348 __isl_take isl_basic_map *bmap, int *progress, int detect_divs); 350 __isl_take isl_basic_map *bmap, int *progress);
|
| /llvm-project/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | pr56672.ll | 16 loop.progress: ; preds = %loop 19 loop.backedge: ; preds = %loop.progress 32 br i1 false, label %never, label %loop.progress
|
| /llvm-project/clang-tools-extra/clangd/test/Inputs/background-index/ |
| H A D | definition.jsonrpc.tmpl | 25 # BUILD: "method": "$/progress" 34 # BUILD: "method": "$/progress"
|
| /llvm-project/lldb/unittests/Core/ |
| H A D | ProgressReportTest.cpp | 43 m_listener_sp = Listener::MakeListener("progress-listener"); in CreateListenerFor() 69 // Scope this for RAII on the progress objects. in TEST_F() 70 // Create progress reports and check that their respective events for having in TEST_F() 80 // Starting progress: 1, 2, 3 in TEST_F() 81 // Ending progress: 3, 2, 1 in TEST_F() 142 // Create a finite progress report and only increment to a non-completed in TEST_F() 145 Progress progress("Finite progress", "Report 1", 100); in TEST_F() 146 progress.Increment(3); in TEST_F() 149 // Verify that the progress i in TEST_F() 222 { Progress progress("Coalesced report 1", "Starting report 1"); } TEST_F() local 223 { Progress progress("Coalesced report 1", "Starting report 2"); } TEST_F() local 224 { Progress progress("Coalesced report 1", "Starting report 3"); } TEST_F() local [all...] |
| /llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 163 def ShowProgress: Property<"show-progress", "Boolean">, 166 Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled terminal.">; 167 def ShowProgressAnsiPrefix: Property<"show-progress-ansi-prefix", "String">, 170 Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this format immediately before the progress message.">; 171 def ShowProgressAnsiSuffix: Property<"show-progress-ansi-suffix", "String">, 174 Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the progress message.">;
|
| /llvm-project/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | runtest.py | 39 if options.verbose or (options.progress > 0 and line % options.progress == 0):
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 82 Progress progress("Manually indexing DWARF", module_desc.GetData(), in Index() 97 &progress](size_t worker_id) { in Index() 102 progress.Increment(); in Index() 133 auto finalize_fn = [this, &sets, &progress](NameToDIE(IndexSet::*index)) { in Index() 138 progress.Increment(); in Index() 81 Progress progress("Manually indexing DWARF", module_desc.GetData(), Index() local
|
| /llvm-project/llvm/utils/lit/tests/Inputs/progress-bar/ |
| H A D | lit.cfg | 3 config.name = "progress-bar"
|
| /llvm-project/openmp/tools/multiplex/ |
| H A D | ompt-multiplex.h | 1133 int progress = 0; in ompt_start_tool() local 1136 while (progress < strlen(tool_libs)) { in ompt_start_tool() 1142 int tmp_progress = progress; in ompt_start_tool() 1149 char *fname = tool_libs_buffer + progress; in ompt_start_tool() 1172 tool_libs_buffer + progress, CLIENT_TOOL_LIBRARIES_VAR, in ompt_start_tool() 1175 progress = tmp_progress + 1; in ompt_start_tool()
|
| /llvm-project/openmp/docs/ |
| H A D | ReleaseNotes.rst | 7 These are in-progress notes for the upcoming LLVM 19.0.0 release.
|
| H A D | index.rst | 4 This document is a work in progress and most of the expected content is not 130 The current (in-progress) release notes can be found :doc:`here <ReleaseNotes>` while
|
| /llvm-project/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 29 By default :program:`lit` will use a succinct progress display and will only 31 options controlling the :program:`lit` progress display and output. 94 Also show a progress bar, unless ``--no-progress-bar`` is specified. 119 .. option:: --no-progress-bar 121 Do not use curses based progress bar. 663 <result code>: <test name> (<progress info>) 672 The ``<progress info>`` field can be used to report progress information such
|
| /llvm-project/lldb/test/API/lang/objc/print-obj/ |
| H A D | blocked.m | 2 // blocks the print object from making progress. Set a breakpoint on the line in
|
| /llvm-project/pstl/docs/ |
| H A D | ReleaseNotes.rst | 13 These are in-progress notes for the upcoming pstl 19 release.
|
| /llvm-project/llvm/utils/TableGen/ |
| H A D | tdtags | 32 -v Be verbose; report progress. 87 -v Be verbose; report progress.
|
| /llvm-project/lld/test/MachO/ |
| H A D | arm64-thunk-starvation.s | 35 ## _f3 there's no more room for thunks and we can't make progress.
|
| /llvm-project/clang-tools-extra/clangd/test/ |
| H A D | background-index.test | 14 # We should also see indexing progress notifications.
|
| /llvm-project/flang/docs/ |
| H A D | ReleaseNotes.md | 5 > These are in-progress notes for the upcoming LLVM |version| release.
|