| /llvm-project/clang/test/OpenMP/ |
| H A D | unroll_messages.cpp | 25 #pragma omp unroll partial( in func() 29 #pragma omp unroll partial(4 in func() 33 #pragma omp unroll partial(4+ in func() 37 #pragma omp unroll partial(for) in func() 41 #pragma omp unroll partial(func) in func() 45 #pragma omp unroll partial() in func() 49 #pragma omp unroll partial(4,4) in func() 55 #pragma omp unroll partial(a) in func() 59 #pragma omp unroll partial(0) in func() 63 #pragma omp unroll partial partial in func() [all …]
|
| H A D | unroll_ast_print.cpp | 59 #pragma omp unroll partial in func_unroll_partial() 78 #pragma omp unroll partial(4) in func_unroll_partial_factor() 97 #pragma omp unroll partial(2) in func_unroll_partial_factor_for() 115 #pragma omp unroll partial(Factor) in unroll_templated() 136 #pragma omp unroll partial(Factor) in unroll_templated_factor()
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | partial-reduction-add.ll | 13 …%partial.reduce = call <4 x i32> @llvm.experimental.vector.partial.reduce.add.v4i32.v4i32.v4i32(<4… 14 ret <4 x i32> %partial.reduce 24 …%partial.reduce = call <4 x i32> @llvm.experimental.vector.partial.reduce.add.v4i32.v4i32.v8i32(<4… 25 ret <4 x i32> %partial.reduce 34 …%partial.reduce = call <vscale x 4 x i32> @llvm.experimental.vector.partial.reduce.add.nxv4i32.nxv… 35 ret <vscale x 4 x i32> %partial.reduce 45 …%partial.reduce = call <vscale x 4 x i32> @llvm.experimental.vector.partial.reduce.add.nxv4i32.nxv… 46 ret <vscale x 4 x i32> %partial.reduce 58 …%partial.reduce = call <vscale x 4 x i32> @llvm.experimental.vector.partial.reduce.add.nxv4i32.nxv… 59 ret <vscale x 4 x i32> %partial.reduce [all …]
|
| /llvm-project/llvm/test/Transforms/CodeExtractor/ |
| H A D | PartialInlineOptRemark.ll | 1 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -disable-output < %s 2>&1 | F… 2 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -disable-output < %s 2>&1 | F… 3 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -disable-output -max-partial-… 4 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -disable-output -max-partial-… 6 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -disable-partial-inlining < %… 7 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining --disable-partial-inlining <… 8 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -max-partial-inlining=0 < %s… 9 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -max-partial-inlining=0 < %s… 10 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&… 11 ; RUN: opt -S -passes=partial-inliner -pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&…
|
| H A D | PartialInlineNoInline.ll | 1 ; RUN: opt < %s -passes=partial-inliner -S -stats -pass-remarks=partial-inlining 2>&1 | FileCheck %s 36 ; Check that no remarks have been emitted, inline_fail has not been partial 37 ; inlined, no code has been extracted and the partial-inlining counter 43 ; CHECK-NOT: partial-inlining
|
| H A D | PartialInlineNoLiveOut.ll | 1 ; RUN: opt -S -passes=partial-inliner -max-num-inline-blocks=2 -skip-partial-inlining-cost-analysis… 2 ; RUN: opt -S -passes=partial-inliner -max-num-inline-blocks=2 -skip-partial-inlining-cost-analysi…
|
| H A D | PartialInlineAlloca2.ll | 1 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s 2 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s
|
| H A D | live_shrink_unsafe.ll | 1 ; The expected behavior of this file is expected to change when partial 4 ; RUN: opt -S -passes=partial-inliner -skip-partial-inlining-cost-analysis < %s | FileCheck %s 5 ; RUN: opt -S -passes=partial-inliner -skip-partial-inlining-cost-analysis < %s | FileCheck %s
|
| H A D | PartialInlineAlloca.ll | 2 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s 3 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s
|
| H A D | PartialInlineAlloca5.ll | 1 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s 2 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s
|
| H A D | live_shrink_gep.ll | 1 ; RUN: opt -S -passes=partial-inliner -skip-partial-inlining-cost-analysis < %s | FileCheck %s 2 ; RUN: opt -S -passes=partial-inliner -skip-partial-inlining-cost-analysis < %s | FileCheck %s
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
| H A D | adaptor.pass.cpp | 101 auto partial = std::views::chunk_by(pred); in test() local 102 std::same_as<Result> decltype(auto) result = partial(range); in test() 107 auto const partial = std::views::chunk_by(pred); in test() local 108 std::same_as<Result> decltype(auto) result = partial(range); in test() 131 auto partial = std::views::chunk_by(pred); in test() local 132 std::same_as<Result> decltype(auto) result = range | partial; in test() 137 auto const partial = std::views::chunk_by(pred); in test() local 138 std::same_as<Result> decltype(auto) result = range | partial; in test() 181 [[maybe_unused]] auto partial = std::views::chunk_by(std::move(array)); in test() local 199 auto const partial = std::views::filter(pred1) | std::views::chunk_by(pred2); in test() local [all …]
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/ |
| H A D | adaptor.pass.cpp | 44 auto const partial = std::views::transform(PlusOne{}); in test() local 46 std::same_as<Result> auto result = partial(MoveOnlyView{buff}); in test() 65 auto const partial = std::views::transform(PlusOne{}); in test() local 67 std::same_as<Result> auto result = MoveOnlyView{buff} | partial; in test() 91 auto partial = std::views::transform(X{}); in test() local 92 (void)partial; in test() 106 auto const partial = std::views::transform(PlusOne{}) | std::views::transform(TimesTwo{}); in test() local 108 std::same_as<Result> auto result = MoveOnlyView{buff} | partial; in test()
|
| /llvm-project/llvm/test/Transforms/LoopUnroll/ |
| H A D | partial-unroll-const-bounds.ll | 1 ; RUN: opt < %s -S -unroll-partial-threshold=20 -unroll-threshold=20 -passes=loop-unroll -unroll-al… 2 …equire<opt-remark-emit>,loop-unroll' -unroll-partial-threshold=20 -unroll-threshold=20 -unroll-all… 4 ; Also check that the simple unroller doesn't allow the partial unrolling. 5 …remark-emit>,loop(loop-unroll-full)' -unroll-partial-threshold=20 -unroll-threshold=20 -unroll-all…
|
| /llvm-project/clang/test/CXX/class/class.compare/class.spaceship/ |
| H A D | p2.cpp | 71 using partial = wrap<float>; typedef 91 template void f<std::partial_ordering, partial>(); 92 template void f<std::partial_ordering, weak, partial>(); 93 template void f<std::partial_ordering, strong, partial>(); 94 template void f<std::partial_ordering, partial, weak>(); 95 template void f<std::partial_ordering, partial, strong>(); 96 template void f<std::partial_ordering, weak, partial, strong>();
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/ |
| H A D | adaptor.pass.cpp | 116 auto const partial = std::views::elements<0> | std::views::elements<0>; in test() local 117 std::same_as<Result> decltype(auto) result = nested | partial; in test() 128 auto const partial = std::views::keys | std::views::keys; in test() local 129 std::same_as<Result> decltype(auto) result = nested | partial; in test() 140 auto const partial = std::views::values | std::views::values; in test() local 141 std::same_as<Result> decltype(auto) result = nested | partial; in test() 152 auto const partial = std::views::keys | std::views::values; in test() local 153 std::same_as<Result> decltype(auto) result = nested | partial; in test() 164 auto const partial = std::views::values | std::views::keys; in test() local 165 std::same_as<Result> decltype(auto) result = nested | partial; in test()
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/ |
| H A D | adaptor.pass.cpp | 73 auto const partial = std::views::filter(pred); in test() local 74 std::same_as<Result> decltype(auto) result = partial(range); in test() 90 auto const partial = std::views::filter(pred); in test() local 91 std::same_as<Result> decltype(auto) result = range | partial; in test() 112 [[maybe_unused]] auto partial = std::views::filter(X{}); in test() local 130 auto const partial = std::views::filter(pred1) | std::views::filter(pred2); in test() local 131 std::same_as<Result> decltype(auto) result = range | partial; in test()
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop.while/ |
| H A D | adaptor.pass.cpp | 73 auto const partial = std::views::drop_while(Pred{}); in test() local 75 std::same_as<Result> auto result = partial(MoveOnlyView{buff}); in test() 88 auto const partial = std::views::drop_while(Pred{}); in test() local 90 std::same_as<Result> auto result = MoveOnlyView{buff} | partial; in test() 108 auto const partial = std::views::drop_while(Pred{}) | std::views::drop_while(Pred2{}); in test() local 110 std::same_as<Result> auto result = MoveOnlyView{buff} | partial; in test()
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/ |
| H A D | adaptor.pass.cpp | 63 auto const partial = std::views::take_while(Pred{}); in test() local 65 std::same_as<Result> decltype(auto) result = partial(MoveOnlyView{buff}); in test() 78 auto const partial = std::views::take_while(Pred{}); in test() local 80 std::same_as<Result> decltype(auto) result = MoveOnlyView{buff} | partial; in test() 98 auto const partial = std::views::take_while(Pred{}) | std::views::take_while(Pred2{}); in test() local 100 std::same_as<Result> decltype(auto) result = MoveOnlyView{buff} | partial; in test()
|
| /llvm-project/mlir/python/mlir/extras/ |
| H A D | types.py | 5 from functools import partial 129 type_constructor=partial( 147 type_constructor=partial(RankedTensorType.get, encoding=encoding), 163 type_constructor=partial(UnrankedMemRefType.get, memory_space=memory_space), 168 type_constructor=partial(
|
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_tab_pip.c | 190 struct isl_partial_sol *partial; member 200 struct isl_partial_sol *partial, *next; in sol_free() local 203 for (partial = sol->partial; partial; partial = next) { in sol_free() 204 next = partial->next; in sol_free() 205 isl_basic_set_free(partial->dom); in sol_free() 206 isl_multi_aff_free(partial->ma); in sol_free() 207 free(partial); in sol_free() 224 struct isl_partial_sol *partial; in sol_push_sol() local 229 partial = isl_alloc_type(dom->ctx, struct isl_partial_sol); in sol_push_sol() 230 if (!partial) in sol_push_sol() [all …]
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/ |
| H A D | adaptor.pass.cpp | 91 auto partial = std::views::transform(f) | std::views::split(sep); in test() local 94 std::same_as<Result> decltype(auto) result = partial(view); in test() 103 auto partial = std::views::split(sep) | std::views::transform(f); in test() local 106 std::same_as<Result> decltype(auto) result = partial(view); in test() 117 [[maybe_unused]] auto partial = std::views::split(X{}); in test() local
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/ |
| H A D | adaptor.pass.cpp | 92 auto partial = std::views::transform(f) | std::views::lazy_split(sep); in test() local 95 std::same_as<Result> decltype(auto) result = partial(view); in test() 104 auto partial = std::views::lazy_split(sep) | std::views::transform(f); in test() local 107 std::same_as<Result> decltype(auto) result = partial(view); in test() 118 [[maybe_unused]] auto partial = std::views::lazy_split(X{}); in test() local
|
| /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | unused-inlined-params.test | 20 # CHECK: name = "partial", type = "int", valid ranges = <block>, location = [0x0000000000000011, 0x… 23 # Show variables outsid of the live range of the 'partial' parameter 31 # location, so |partial| is missing here. 32 # CHECK-NOT: partial 47 # CHECK: name = "partial", type = "int", valid ranges = <block>, location = [0x0000000000000001, 0x…
|
| /llvm-project/llvm/test/Transforms/CodeExtractor/X86/ |
| H A D | InheritTargetAttributes.ll | 1 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis | llc -filetype=null 2 ; RUN: opt < %s -passes=partial-inliner -skip-partial-inlining-cost-analysis -S | FileCheck %s
|