| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | isolate3.st | 5 options: "{ isolate[[] -> [x]] : 10 <= x <= 20; [isolate[] -> unroll[x]] }"
|
| H A D | isolate1.st | 1 # Check that the isolate option is adjusted by schedule space scaling 5 options: "{ isolate[[] -> [x]] : 10 <= x <= 20 }"
|
| H A D | isolate2.st | 1 # Check that the isolate option is adjusted by schedule space scaling 7 options: "{ isolate[[x] -> [y]] : 10 <= x <= 20 }"
|
| H A D | isolate6.st | 7 options: "{ isolate[[] -> [a,b,c,d]] : 0 <= 10a,10b and \ 8 10a+9+10b+9 <= 100; [isolate[] -> unroll[3]] }"
|
| H A D | isolate5.st | 1 # Check that use of isolate option prevents shifted stride detection 5 options: "{ isolate[[] -> [x, y]] : 10 <= x < 90 }"
|
| H A D | isolate4.st | 5 options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"
|
| H A D | isolate7.st | 8 …options: "[n] -> { atomic[i0] : i0 >= 0 and i0 <= 1; isolate[[] -> [i0, i1]] : (exists (e0 = floor…
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_schedule_tree.c | 2240 isolate = isl_set_copy(isolate); in isolate_initial() 2242 map = isl_set_unwrap(isolate); in isolate_initial() 2244 isolate = isl_map_wrap(map); in isolate_initial() 2245 isolate = isl_set_set_tuple_id(isolate, id); in isolate_initial() 2247 return isolate; in isolate_initial() 2281 isolate = isl_set_copy(isolate); in isolate_final() 2283 map = isl_set_unwrap(isolate); in isolate_final() 2292 isolate = isl_map_wrap(map); in isolate_final() 2293 isolate = isl_set_set_tuple_id(isolate, id); in isolate_final() 2295 return isolate; in isolate_final() [all …]
|
| H A D | isl_schedule_band.c | 496 enum isl_ast_loop_type type, int isolate) in loop_type_space() argument 504 if (!isolate) in loop_type_space() 527 int isolate) in add_loop_types() argument 549 space = loop_type_space(space, type[i], isolate); in add_loop_types() 712 __isl_keep isl_union_set *options, int pos, int isolate) in extract_loop_type() argument 725 space = loop_type_space(space, type, isolate); in extract_loop_type() 807 int isolate) in loop_types() argument 818 space = loop_type_space(space, type, isolate); in loop_types() 927 isl_set *isolate; in isl_schedule_band_get_ast_isolate_option() local 938 isolate = isl_union_set_extract_set(band->ast_build_options, space); in isl_schedule_band_get_ast_isolate_option() [all …]
|
| H A D | ChangeLog | 64 - preserve isolate option in isl_schedule_node_band_split
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | isolate-declaration.rst | 1 .. title:: clang-tidy - readability-isolate-declaration 3 readability-isolate-declaration
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | memory-dep-remarks.ll | 152 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 197 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 235 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 271 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 318 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 338 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 358 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 378 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope…
|
| H A D | diag-with-hotness-info-2.ll | 25 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 27 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 29 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope…
|
| H A D | unsafe-dep-remark.ll | 14 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope…
|
| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | parallel_backend_tbb.h | 107 tbb::this_task_arena::isolate([=]() { in __parallel_for() 119 …return tbb::this_task_arena::isolate([__first, __last, &__identity, &__real_body, &__reduction]() … in __parallel_reduce() 202 tbb::this_task_arena::isolate( in __parallel_transform_reduce() 363 tbb::this_task_arena::isolate([=, &__combine]() { in __parallel_strict_scan() 405 tbb::this_task_arena::isolate([__range, &__body]() { tbb::parallel_scan(__range, __body); }); in __parallel_transform_scan() 1163 tbb::this_task_arena::isolate([=, &__nsort]() { 1270 tbb::this_task_arena::isolate([=]() { in __parallel_merge() 1288 …tbb::this_task_arena::isolate([&]() { tbb::parallel_invoke(std::forward<_F1>(__f1), std::forward<_… in __parallel_invoke()
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | .clang-tidy | 56 # readability-isolate-declaration,
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | const-correctness.rst | 48 `readability-isolate-declaration <readability-isolate-declaration.html>`_ first.
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | TipsAndTricks.rst | 31 isolate which pass makes a change, the steps are as follows:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | p10-string-ops.ll | 9 ; These test cases aim to test the vector string isolate builtins on Power10.
|
| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ |
| H A D | focaltech_test_detail_threshold-7bc17e.ll | 78 ; CHECK: options: "[call15] -> { atomic[0]; isolate{{\[\[}}i0, i1] -> [i2]] : i0 >= 0 and 0…
|
| H A D | pattern-matching-based-opts_6.ll | 23 ; /* We isolate a set of partial tile prefixes, which contains only partial
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | pointer-phis.ll | 205 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 282 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope… 420 …#pragma loop distribute(enable) to allow loop distribution to attempt to isolate the offending ope…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2012-01-10-UndefExceptionEdge.ll | 10 ; Live range splitting tries to isolate the block containing the first function
|
| /llvm-project-15.0.7/llvm/docs/DependenceGraphs/ |
| H A D | index.rst | 90 design pattern to isolate the construction of the dependence graph
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/ |
| H A D | README.txt | 12 and simple for checker writers, and attempts to isolate them from much
|