| /llvm-project/offload/test/offloading/fortran/ |
| H A D | target-map-double-large-nested-dtype-multi-member.f90 | 2 ! nested derived types 33 type(middle_layer) :: nested 39 top_dtype2%nested%nest%i4 = 10 40 top_dtype2%nested%nest%j4 = 12 41 top_dtype2%nested%nest%k4 = 54 43 top_dtype2%nested%nest2%i3 = 20 44 top_dtype2%nested%nest2%j3 = 40 45 top_dtype2%nested%nest2%k3 = 60 47 top_dtype2%nested%i2 = 200 53 !$omp target map(from: top_dtype%nested 34 type(middle_layer) :: nested global() component [all...] |
| H A D | target-map-large-nested-dtype-multi-member.f90 | 1 ! Offloading test checking interaction of an explicit member map a large nested 33 type(middle_layer) :: nested 38 top_dtype%nested%nest%j4 = 12 39 !$omp target map(tofrom: top_dtype%nested%nest%j4, top_dtype%nested%nest%i4, top_dtype%nested%nest%k4) & 40 !$omp map(tofrom: top_dtype%array_i, top_dtype%nested%nest2%i3, top_dtype%nested%i2, top_dtype%nested%nest2%k3, top_dtype%nested 34 type(middle_layer) :: nested global() component [all...] |
| H A D | target-map-two-nested-dtype-member-array-map.f90 | 19 type(array) :: nested component 26 scalar_arr1%nested%array_z(i) = i 27 scalar_arr2%nested%array_z(i) = i 30 !$omp target map(tofrom:scalar_arr1%nested%array_z(3:6), scalar_arr1%nested%array_ix(3:6), scalar_arr2%nested%array_z(3:6), scalar_arr2%nested%array_ix(3:6)) 32 scalar_arr2%nested%array_ix(i) = scalar_arr1%nested%array_z(i) 36 scalar_arr1%nested [all...] |
| H A D | target-map-nested-dtype-complex-member.f90 | 1 ! Offloading test checking interaction of an nested derived type member map of 18 type(bottom_layer) :: nested 26 !$omp target map(tofrom: top_dtype%nested%i2, top_dtype%k, top_dtype%nested%j2, top_dtype%nested%array_i2, top_dtype%l) 28 top_dtype%nested%array_i2(i) = i * 2 32 top_dtype%nested%j2 = (510,210) 34 top_dtype%nested%i2 = 30.30 38 print *, top_dtype%nested%i2 40 print *, top_dtype%nested 19 type(bottom_layer) :: nested global() component [all...] |
| H A D | target-map-nested-dtype-multi-member.f90 | 2 ! nested derived type 17 type(bottom_layer) :: nested 24 !$omp target map(tofrom: top_dtype%nested%i2, top_dtype%k, top_dtype%nested%array_i2) 26 top_dtype%nested%array_i2(i) = i * 2 29 top_dtype%nested%i2 = 30.30 33 print *, top_dtype%nested%i2 35 print *, top_dtype%nested%array_i2 18 type(bottom_layer) :: nested global() component
|
| H A D | target-map-double-nested-dtype-single-member.f90 | 17 type(bottom_layer) :: nested 25 !$omp target map(tofrom: top_dtype%nested%array_i2, top_dtype2%nested%array_j2) 27 top_dtype%nested%array_i2(i) = i * 2 31 top_dtype2%nested%array_j2(i) = i * 2 35 print *, top_dtype%nested%array_i2 36 print *, top_dtype2%nested%array_j2 18 type(bottom_layer) :: nested global() component
|
| H A D | target-map-double-nested-dtype-array-bounds.f90 | 2 ! bounds from two nested derived types 17 type(bottom_layer) :: nested 25 !$omp target map(tofrom: top_dtype%nested%array_i2(4:8), top_dtype2%nested%array_j2(4:8)) 27 top_dtype%nested%array_i2(i) = i * 2 31 top_dtype2%nested%array_j2(i) = i * 2 35 print *, top_dtype%nested%array_i2 36 print *, top_dtype2%nested%array_j2 18 type(bottom_layer) :: nested global() component
|
| H A D | target-map-double-nested-dtype-double-array-bounds.f90 | 2 ! array bounds from two nested derived types 17 type(bottom_layer) :: nested 25 !$omp target map(tofrom: top_dtype%nested%array_i2(4:8), top_dtype2%nested%array_j2(4:8)) 27 top_dtype%nested%array_i2(i) = i * 2 31 top_dtype2%nested%array_j2(i) = i * 2 35 print *, top_dtype%nested%array_i2 36 print *, top_dtype2%nested%array_j2 18 type(bottom_layer) :: nested global() component
|
| H A D | target-map-nested-dtype-derived-member.f90 | 1 ! Offloading test checking interaction of an nested derived type member map 2 ! with the inclusion of an entire nested derived type being mapped 17 type(bottom_layer) :: nested 25 !$omp target map(tofrom: top_dtype%k, top_dtype%nested2%array_i2, top_dtype%nested) 28 top_dtype%nested%array_i2(i) = i * 2 31 top_dtype%nested%i2 = 30.30 35 print *, top_dtype%nested%i2 37 print *, top_dtype%nested%array_i2 19 type(bottom_layer) :: nested global() component
|
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_space.c | 47 space->nested[0] = NULL; in isl_space_alloc() 48 space->nested[1] = NULL; in isl_space_alloc() 74 if (space->n_in != 0 || space->nested[0]) in isl_space_is_set() 183 if (space->n_in != 0 || space->nested[0] || in isl_space_is_params() 184 space->n_out != 0 || space->nested[1]) in isl_space_is_params() 312 if (!space->nested[pos]) in isl_space_peek_nested() 315 return space->nested[pos]; in isl_space_peek_nested() 408 if (space->nested[0] && in isl_space_dup() 409 !(dup->nested[0] = isl_space_copy(space->nested[0]))) in isl_space_dup() 411 if (space->nested[1] && in isl_space_dup() [all …]
|
| /llvm-project/mlir/test/Transforms/ |
| H A D | test-symbol-dce.mlir | 4 // Check that trivially dead and trivially live non-nested cases are handled. 11 // CHECK-NOT: func nested @dead_nested_function 12 func.func nested @dead_nested_function() 17 // CHECK: func nested @live_nested_function 18 func.func nested @live_nested_function() 28 // Check that we don't DCE nested symbols if they are used. 29 // CHECK-LABEL: module attributes {test.nested} 30 module attributes {test.nested} { 33 // CHECK-NOT: func nested @dead_nested_function 34 func.func nested @dead_nested_function() [all …]
|
| /llvm-project/flang/test/Lower/OpenMP/ |
| H A D | derived-type-map.f90 | 111 type :: nested 115 end type nested 120 type(nested) :: nest 142 type :: nested 146 end type nested 151 type(nested) :: nest 175 type :: nested 179 end type nested 184 type(nested) :: nest 209 type :: nested 117 type :: nested global() type 149 type :: nested global() type 183 type :: nested global() type 218 type :: nested global() type [all...] |
| /llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | NestedMatcher.cpp | 44 void NestedPattern::copyNestedToThis(ArrayRef<NestedPattern> nested) { in copyNestedToThis() argument 45 if (nested.empty()) in copyNestedToThis() 48 auto *newNested = allocator()->Allocate<NestedPattern>(nested.size()); in copyNestedToThis() 49 std::uninitialized_copy(nested.begin(), nested.end(), newNested); in copyNestedToThis() 50 nestedPatterns = ArrayRef<NestedPattern>(newNested, nested.size()); in copyNestedToThis() 58 NestedPattern::NestedPattern(ArrayRef<NestedPattern> nested, in NestedPattern() argument 61 copyNestedToThis(nested); in NestedPattern() 149 NestedPattern If(ArrayRef<NestedPattern> nested) { in If() argument 150 return NestedPattern(nested, isAffineIfOp); in If() 153 ArrayRef<NestedPattern> nested) { in If() argument [all …]
|
| /llvm-project/llvm/test/tools/llvm-rc/ |
| H A D | include-paths.test | 12 ; RUN: rm -f %t.nested-include.res 13 ; RUN: llvm-rc -no-preprocess /FO %t.nested-include.res /I %p/Inputs/nested -- %p/Inputs/deep-inclu… 14 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s 17 ; RUN: rm -f %t.nested-include.res 18 ; RUN: env INCLUDE=%p/Inputs/nested llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/d… 19 ; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s 22 ; RUN: rm -f %t.nested-include.res 23 ; RUN: not env INCLUDE=%p/Inputs/nested llvm-rc -no-preprocess /X /FO %t.nested-include.res -- %p/I… 27 ; RUN: rm -f %t.nested-include.res 28 ; RUN: not llvm-rc -no-preprocess /FO %t.nested-include.res -- %p/Inputs/deep-include.rc 2>&1 \ [all …]
|
| /llvm-project/flang/test/Semantics/ |
| H A D | call01.f90 | 21 res = nested() 24 integer function nested() function 26 nested = n * f02(n-1) ! 15.6.2.1(3) 27 end function nested 111 res = nested() 114 character(1) function nested() function 117 nested = f14(n-1) ! 15.6.2.1(3) 118 end function nested
|
| /llvm-project/flang/test/Integration/OpenMP/ |
| H A D | map-types-and-sizes.f90 | 151 type :: nested type 155 end type nested 160 type(nested) :: nest 173 type :: nested type 177 end type nested 182 type(nested) :: nest 195 type :: nested type 199 end type nested 204 type(nested) :: nest
|
| /llvm-project/mlir/test/IR/ |
| H A D | print-ir-nesting.mlir | 4 // CHECK: 1 nested regions: 13 // CHECK: 0 nested regions: 20 // CHECK: 2 nested regions: 26 // CHECK: 0 nested regions: 34 // CHECK: 0 nested regions: 37 // CHECK: 0 nested regions: 42 // CHECK: 0 nested regions: 45 // CHECK: 0 nested regions: 50 // CHECK: 0 nested regions: 53 // CHECK: 0 nested region [all...] |
| /llvm-project/llvm/test/Analysis/BasicAA/ |
| H A D | noalias-bugs.ll | 10 %nested = type { %nested.i64 } 11 %nested.i64 = type { i64 } 15 %ptr = getelementptr inbounds %nested, ptr %p1, i64 -1, i32 0 16 %ptr.64 = getelementptr inbounds %nested.i64, ptr %ptr, i64 0, i32 0 17 %ptr2= getelementptr inbounds %nested, ptr %p2, i64 0, i32 0 20 %either_ptr.64 = getelementptr inbounds %nested.i64, ptr %either_ptr, i64 0, i32 0
|
| /llvm-project/llvm/test/tools/llvm-ar/ |
| H A D | windows-path.test | 36 RUN: rm -f a\nested.a b\nested.a nested.a 37 RUN: llvm-ar rcST a\nested.a a\foo.txt 38 RUN: llvm-ar rcST b\nested.a b\foo.txt 39 RUN: llvm-ar rcST nested.a a\nested.a foo.txt b\nested.a 40 RUN: llvm-ar t nested.a | FileCheck %s --check-prefix=NESTED --implicit-check-not {{.}}
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/ |
| H A D | adaptor.pass.cpp | 40 …Foo nested[2][3][3] = {{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, {{10, 11, 12}, {13, 14, 15}, {16, 17, 18… in test() local 66 auto jv = std::views::join(nested); in test() 72 assert(&(*jv2.begin()) == &nested[0][0][0]); in test() 101 auto jv = nested | std::views::join | std::views::join; in test() 104 assert(&(*jv.begin()) == &nested[0][0][0]); in test() 105 static_assert(CanBePiped<decltype((nested)), decltype((std::views::join))>); in test() 111 auto jv = nested | join_twice; in test() 114 assert(&(*jv.begin()) == &nested[0][0][0]); in test() 115 static_assert(CanBePiped<decltype((nested)), decltype((join_twice))>); in test()
|
| /llvm-project/clang/test/SemaObjCXX/ |
| H A D | nullability-consistency-arrays.mm | 1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 3 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type %s … 4 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x … 5 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x … 6 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -Wno-nullability-inferred-on-nested-type -x …
|
| /llvm-project/mlir/docs/Tutorials/ |
| H A D | UnderstandingTheIRStructure.md | 25 The IR is recursively nested, an `Operation` can have one or multiple nested 31 the nested regions and print them individually: 48 printIndent() << " " << op->getNumRegions() << " nested regions:\n"; 120 1 nested regions: 126 0 nested regions: 130 2 nested regions: 134 0 nested regions: 138 0 nested regions: 140 0 nested region [all...] |
| /llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
| H A D | NestedMatcher.h | 95 NestedPattern(ArrayRef<NestedPattern> nested, 122 void copyNestedToThis(ArrayRef<NestedPattern> nested); 181 NestedPattern If(ArrayRef<NestedPattern> nested = {}); 183 ArrayRef<NestedPattern> nested = {}); 186 NestedPattern For(ArrayRef<NestedPattern> nested = {}); 188 ArrayRef<NestedPattern> nested = {});
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/ |
| H A D | adaptor.pass.cpp | 112 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 117 std::same_as<Result> decltype(auto) result = nested | partial; in test() 124 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 129 std::same_as<Result> decltype(auto) result = nested | partial; in test() 136 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local 141 std::same_as<Result> decltype(auto) result = nested | partial; in test() 148 …std::pair<std::tuple<int, int>, std::tuple<int>> nested[] = {{{1, 2}, {3}}, {{4, 5}, {6}}, {{7, 8}… in test() local 153 std::same_as<Result> decltype(auto) result = nested | partial; in test() 160 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local 165 std::same_as<Result> decltype(auto) result = nested | partial; in test()
|
| /llvm-project/offload/test/offloading/ |
| H A D | spmdization.c | 18 int nthreads = 0, ip = 0, lvl = 0, alvl = 0, nested = 0, tid = 0, maxt = 0; in main() local 20 #pragma omp target map(from : nthreads, ip, lvl, alvl, nested, tid, maxt) in main() 26 nested = omp_get_nested(); in main() 34 nthreads, ip, lvl, alvl, nested, tid, maxt); in main()
|