Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_codegen.c242 executed = isl_map_coalesce(executed); in generate_domain()
1515 executed = isl_union_map_free(executed); in create_node_scaled()
1730 executed = isl_union_map_free(executed); in create_node()
1743 executed = isl_union_map_free(executed); in create_node()
2100 data.executed = executed; in generate_sorted_domains()
2219 data.executed = executed; in generate_parallel_domains()
3155 domains.executed = executed; in compute_domains()
3499 executed = isl_union_map_copy(executed); in generate_shifted_component_tree_part()
3643 executed = isl_union_map_free(executed); in generate_shifted_component_tree()
3682 executed = isl_union_map_free(executed); in generate_shifted_component_tree()
[all …]
H A Disl_ast_build.c210 dup->executed = isl_union_map_copy(build->executed); in isl_ast_build_dup()
242 (build->executed && !dup->executed) || in isl_ast_build_dup()
322 isl_union_map_free(build->executed); in isl_ast_build_free()
1032 __isl_take isl_ast_build *build, __isl_take isl_union_map *executed) in isl_ast_build_set_executed() argument
1038 isl_union_map_free(build->executed); in isl_ast_build_set_executed()
1039 build->executed = executed; in isl_ast_build_set_executed()
1044 isl_union_map_free(executed); in isl_ast_build_set_executed()
1269 isl_union_map *executed; in isl_ast_build_get_schedule() local
1276 executed = isl_union_map_copy(build->executed); in isl_ast_build_get_schedule()
1279 executed = isl_union_map_apply_domain(executed, in isl_ast_build_get_schedule()
[all …]
H A Disl_ast_build_expr.h20 __isl_keep isl_ast_build *build, __isl_take isl_map *executed);
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dsingle_threaded_execution.ll12 ; CHECK-NOT: [openmp-opt] Basic block @kernel entry is executed by a single thread.
13 ; CHECK: [openmp-opt] Basic block @kernel if.then is executed by a single thread.
14 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.else is executed by a single thread.
15 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.end is executed by a single thread.
32 ; CHECK-NOT: [openmp-opt] Basic block @nvptx entry is executed by a single thread.
33 ; CHECK-DAG: [openmp-opt] Basic block @nvptx if.then is executed by a single thread.
34 ; CHECK-NOT: [openmp-opt] Basic block @nvptx if.end is executed by a single thread.
53 ; CHECK-NOT: [openmp-opt] Basic block @amdgcn entry is executed by a single thread.
74 ; CHECK: [openmp-opt] Basic block @foo entry is executed by a single thread.
88 ; CHECK-NOT: [openmp-opt] Basic block @baz entry is executed by a single thread.
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/
H A Dbasic.test88 OUT-F-NEXT:Lines executed:100.00% of 1
93 OUT-F-NEXT:Lines executed:0.00% of 1
98 OUT-F-NEXT:Lines executed:0.00% of 2
108 OUT-F-NEXT:Lines executed:0.00% of 3
211 C-U:unconditional 0 never executed
213 C-U:unconditional 1 never executed
219 C-U:unconditional 0 never executed
221 C-U:unconditional 1 never executed
238 C-U:unconditional 0 never executed
241 C-U:unconditional 0 never executed
[all …]
H A Dtmpl.test12 F-NEXT: Lines executed:100.00% of 1
14 F-NEXT: Lines executed:100.00% of 1
H A Dintermediate-format.test29 OUT-NEXT:Lines executed:81.40% of 43
30 OUT-B-NEXT:Branches executed:100.00% of 15
35 OUT-NEXT:Lines executed:100.00% of 1
H A Drelative-only.test25 STRIP1-NEXT:Lines executed:100.00% of 1
29 STRIP1-NEXT:Lines executed:0.00% of 1
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md85executed upon debugger startup prior to creating the LLDB target. Commands and command output will…
86executed just before launching after the LLDB target has been created. Commands and command output…
87 … | LLDB commands executed just after each stop. Commands and command output will be sent to the de…
88 …| LLDB commands executed when the program exits. Commands and command output will be sent to the d…
89 …DB commands executed when the debugging session ends. Commands and command output will be sent to …
112executed upon debugger startup prior to creating the LLDB target. Commands and command output will…
113executed just before launching after the LLDB target has been created. Commands and command output…
114 … | LLDB commands executed just after each stop. Commands and command output will be sent to the de…
115 …| LLDB commands executed when the program exits. Commands and command output will be sent to the d…
116 …DB commands executed when the debugging session ends. Commands and command output will be sent to …
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-unreachable.m15 return; // expected-warning {{will never be executed}}
25 return 1; // expected-warning {{will never be executed}}
34 return 0; // expected-warning {{will never be executed}}
56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add…
62 calledFun(); // expected-warning {{will never be executed}}
70 calledFun(); // expected-warning {{code will never be executed}}
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-unreachable.m9 f(); // expected-warning{{will never be executed}}
33 f(); // expected-warning{{will never be executed}}
38 f(); // expected-warning{{will never be executed}}
52 f(); // expected-warning{{never be executed}}
H A Dwarn-unreachable.mm10 f(); // expected-warning {{will never be executed}}
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstack-capture-leak-arc.mm24 is captured by an asynchronously-executed block}}
43 is captured by an asynchronously-executed block}}
64 is captured by an asynchronously-executed block}}
75 is captured by an asynchronously-executed block}}
91 is captured by an asynchronously-executed block}}
112 is captured by an asynchronously-executed block}}
184 …stack memory associated with local variable 'buf' is captured by an asynchronously-executed block}}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dno-escape.m15 … pointer 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-n…
21 … pointer 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-n…
26 …:25: warning: pointer 'q' with attribute 'noescape' is captured by an asynchronously-executed block
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp80 static bool executed = false; in getTypeSizeInBits() local
81 if (executed) in getTypeSizeInBits()
84 executed = true; in getTypeSizeInBits()
90 static bool executed = false; in getABIAlignment() local
91 if (executed) in getABIAlignment()
94 executed = true; in getABIAlignment()
100 static bool executed = false; in getPreferredAlignment() local
101 if (executed) in getPreferredAlignment()
104 executed = true; in getPreferredAlignment()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dmultiple-statement-macro.rst8 ones will be executed unconditionally.
16 INCREMENT_TWO(a, b); // (b)++ will be executed unconditionally.
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP120.rst7 target offloading kernel was changed. Generic-mode kernels are executed by a
12 executed on a GPU target. This is only possible if the instructions previously
13 executed by a single thread have no side-effects or can be guarded. If the
26 be executed in generic-mode. Sometimes it is easier to use generic-mode
H A DOMP121.rst9 cannot be either recomputed by each thread independently or guarded and executed
13 from being executed in SPMD-mode. Calls to functions outside the current
22 or operations that cannot be executed in SPMD-mode.
H A DOMP132.rst1 Generic-mode kernel is executed with a customized state machine that requires a fallback. [OMP132]
37 omp133.cpp:4:1: remark: Generic-mode kernel is executed with a customized state machine
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Ddiscriminator.ll14 ; In this test, if the loop is executed 100 times, the decrement operation
21 ; This means that the predicate 'i < 5' (line 3) is executed 100 times,
22 ; but the then branch (line 3.1) is only executed 5 times.
/llvm-project-15.0.7/bolt/test/X86/
H A Dshrinkwrapping-pop-order.s37 # CHECK: BOLT-INFO: Shrink wrapping reduced 6 store executions (28.6% total instructions executed, …
38 …wrapping failed at reducing 0 store executions (0.0% total instructions executed, 0.0% store instr…
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/reorder/
H A D.lit_test_times.txt1 42.0 not-executed.txt
/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/
H A Dempty.in2 # executed relation and fail to detect this emptiness.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrVFP.td266 // Some single precision VFP instructions may be executed on both NEON and
279 // Some single precision VFP instructions may be executed on both NEON and
416 // Some single precision VFP instructions may be executed on both NEON and
441 // Some single precision VFP instructions may be executed on both NEON and
487 // Some single precision VFP instructions may be executed on both NEON and
510 // Some single precision VFP instructions may be executed on both NEON and
594 // Some single precision VFP instructions may be executed on both NEON and
613 // Some single precision VFP instructions may be executed on both NEON and
637 // Some single precision VFP instructions may be executed on both NEON and
663 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dobjc-arc-contract.ll7 ; Make sure -objc-arc-contract is executed.

12345678910>>...13