Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 122) sorted by relevance

12345

/llvm-project/llvm/test/CodeGen/MLRegAlloc/Inputs/
H A Dreference-log-noml.txt23 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 Dcallback.h109 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 Danalyzer-display-progress.m2 // 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 Danalyze-function-guide.m8 // CHECK-MISSING: Pass the -analyzer-display-progress for tracking which functions are analyzed.
/llvm-project/libcxx/docs/Status/
H A DRangesAlgorithms.csv
H A DRangesMajorFeatures.csv
/llvm-project/polly/lib/External/isl/
H A Disl_map_simplify.c303 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 Disl_map_private.h290 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 Dpr56672.ll16 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 Ddefinition.jsonrpc.tmpl25 # BUILD: "method": "$/progress"
34 # BUILD: "method": "$/progress"
/llvm-project/lldb/unittests/Core/
H A DProgressReportTest.cpp43 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 DCoreProperties.td163 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 Druntest.py39 if options.verbose or (options.progress > 0 and line % options.progress == 0):
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp82 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 Dlit.cfg3 config.name = "progress-bar"
/llvm-project/openmp/tools/multiplex/
H A Dompt-multiplex.h1133 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 DReleaseNotes.rst7 These are in-progress notes for the upcoming LLVM 19.0.0 release.
H A Dindex.rst4 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 Dlit.rst29 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 Dblocked.m2 // blocks the print object from making progress. Set a breakpoint on the line in
/llvm-project/pstl/docs/
H A DReleaseNotes.rst13 These are in-progress notes for the upcoming pstl 19 release.
/llvm-project/llvm/utils/TableGen/
H A Dtdtags32 -v Be verbose; report progress.
87 -v Be verbose; report progress.
/llvm-project/lld/test/MachO/
H A Darm64-thunk-starvation.s35 ## _f3 there's no more room for thunks and we can't make progress.
/llvm-project/clang-tools-extra/clangd/test/
H A Dbackground-index.test14 # We should also see indexing progress notifications.
/llvm-project/flang/docs/
H A DReleaseNotes.md5 > These are in-progress notes for the upcoming LLVM |version| release.

12345