Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_space.c25 return space ? space->ctx : NULL; in isl_space_get_ctx()
61 space = isl_space_cow(space); in mark_as_set()
161 space = mark_as_set(space); in isl_space_set_alloc()
335 return space->nparam + space->n_in + space->n_out; in n()
399 space->nparam, space->n_in, space->n_out); in isl_space_dup()
1239 space->nparam + n, space->n_in, space->n_out); in isl_space_add_dims()
1251 space->nparam, space->n_in + n, space->n_out); in isl_space_add_dims()
1254 space->nparam, space->n_in, space->n_out + n); in isl_space_add_dims()
1363 space->n_id = space->nparam + space->n_in + space->n_out + n; in isl_space_insert_dims()
1421 space->nparam + space->n_in + space->n_out); in isl_space_move_dims()
[all …]
H A Disl_reordering.c27 exp->space = NULL; in isl_reordering_alloc()
54 if (!dup->space) in isl_reordering_dup()
99 return r->space; in isl_reordering_peek_space()
149 exp->space = isl_space_free(exp->space); in isl_parameter_alignment_reordering()
150 exp->space = isl_space_add_dims(exp->space, in isl_parameter_alignment_reordering()
152 exp->space = isl_space_set_dim_id(exp->space, in isl_parameter_alignment_reordering()
158 if (!exp->space) in isl_parameter_alignment_reordering()
193 r->space = isl_space_copy(space); in isl_reordering_unbind_params_insert_domain()
195 if (!r->space) in isl_reordering_unbind_params_insert_domain()
291 res->space = isl_space_replace_params(space, exp_space); in isl_reordering_extend_space()
[all …]
H A Disl_farkas.c100 space = isl_space_set_dim_name(space, in isl_space_prefix()
143 space = isl_space_prefix(space, "c_"); in isl_space_coefficients()
146 space = isl_space_wrap(space); in isl_space_coefficients()
174 space = isl_space_set_dim_name(space, in isl_space_unprefix()
198 space = isl_space_unwrap(space); in isl_space_solutions()
205 space = isl_space_move_dims(space, in isl_space_solutions()
207 space = isl_space_range(space); in isl_space_solutions()
852 space = isl_space_coefficients(space); in isl_basic_set_coefficients()
879 space = isl_space_solutions(space); in isl_basic_set_solutions()
901 space = isl_space_coefficients(space); in isl_set_coefficients()
[all …]
H A Disl_multi_identity_templ.c25 if (!space) in MULTI()
28 if (isl_space_is_set(space)) in MULTI()
32 n_in = isl_space_dim(space, isl_dim_in); in MULTI()
44 isl_space_free(space); in MULTI()
48 space = isl_space_domain(space); in MULTI()
49 ls = isl_local_space_from_space(space); in MULTI()
62 isl_space_free(space); in MULTI()
70 __isl_take isl_space *space) in MULTI()
80 __isl_take isl_space *space) in MULTI()
91 isl_space *space; in MULTI() local
[all …]
H A Disl_space_private.h25 __isl_give isl_space *isl_space_cow(__isl_take isl_space *space);
27 __isl_give isl_space *isl_space_underlying(__isl_take isl_space *space,
30 uint32_t isl_space_get_tuple_hash(__isl_keep isl_space *space);
32 uint32_t isl_space_get_full_hash(__isl_keep isl_space *space);
53 isl_size isl_space_wrapped_dim(__isl_keep isl_space *space,
57 isl_stat isl_space_check_range(__isl_keep isl_space *space,
59 isl_stat isl_space_check_is_set(__isl_keep isl_space *space);
60 isl_bool isl_space_may_be_set(__isl_keep isl_space *space);
65 isl_bool isl_space_has_named_params(__isl_keep isl_space *space);
94 __isl_take isl_space *space, __isl_keep isl_multi_id *tuple);
[all …]
H A Disl_bind_domain_templ.c25 isl_space *space; in FN() local
28 space = FN(TYPE,get_domain_space)(obj); in FN()
31 space = isl_space_map_from_set(space); in FN()
32 ma = isl_multi_aff_identity(space); in FN()
38 space = isl_space_drop_dims(space, isl_dim_param, param, 1); in FN()
111 isl_space *space; in FN() local
114 space = FN(TYPE,get_space)(obj); in FN()
115 space = isl_space_bind_map_domain(space, tuple); in FN()
159 isl_space *space; in FN() local
162 space = FN(TYPE,get_space)(obj); in FN()
[all …]
H A Disl_multi_templ.c68 multi->space = space; in MULTI()
210 isl_space *space; in MULTI() local
316 multi->space = space; in MULTI()
354 space = isl_space_reset_user(space); in MULTI()
464 space = isl_space_align_params(space, FN(EL,get_space)(el)); in MULTI()
614 space = isl_space_range_factor_domain(space); in MULTI()
642 space = isl_space_range_factor_range(space); in MULTI()
668 space = isl_space_factor_range(space); in MULTI()
691 multi->space = isl_space_flatten_range(multi->space); in MULTI()
870 space = isl_space_from_range(space); in MULTI()
[all …]
H A Disl_multi_tuple_id_templ.c28 return isl_space_has_tuple_id(multi->space, type); in FN()
68 isl_space *space; in MULTI() local
74 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
75 space = isl_space_set_tuple_name(space, type, s); in MULTI()
77 return FN(MULTI(BASE),reset_space)(multi, space); in MULTI()
84 isl_space *space; in MULTI() local
90 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
91 space = isl_space_set_tuple_id(space, type, id); in MULTI()
117 isl_space *space; in MULTI() local
128 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
[all …]
H A Disl_union_templ.c31 return u->space; in FN()
75 space = isl_space_params(space); in FN()
76 if (!space) in FN()
85 u->space = space; in FN()
330 space = isl_space_copy(control->space); in FN()
348 if (!space) in FN()
350 control->space = space; in FN()
536 space = isl_space_drop_dims(space, isl_dim_in, 0, in FN()
538 space = isl_space_drop_dims(space, isl_dim_out, 0, in FN()
765 space = data->control->match_space(space); in FN()
[all …]
H A Disl_output.c294 if (!p || !space) in print_term()
397 struct isl_print_space_data data = { .space = space, .type = type }; in print_var_list()
446 data->space = space; in print_tuple()
1667 isl_space *space; in isl_union_map_print_isl() local
1799 p = print_term(space, NULL, space->ctx->one, 1 + var, p, 0); in print_base()
2252 isl_space *space; in print_pw_qpolynomial_c() local
2310 isl_space *space; in print_union_pw_qpolynomial_isl() local
2397 isl_space *space; in print_pw_qpolynomial_fold_c() local
2472 isl_space *space; in print_union_pw_qpolynomial_fold_isl() local
2552 if (!space) in isl_printer_print_space_isl()
[all …]
H A Disl_aff.c2650 space = isl_space_params(space); in isl_aff_project_domain_on_params()
3965 space = isl_space_domain(space); in isl_multi_aff_from_aff_mat()
4073 space = isl_space_domain(space); in isl_multi_aff_domain_map()
4126 space = isl_space_domain(space); in isl_multi_aff_range_map()
4221 space = isl_space_domain(space); in isl_multi_aff_project_out_map()
4559 space = space_factor(space); in pw_multi_aff_factor()
6156 maff->space = space; in isl_multi_aff_lift()
7173 mpa->space = space; in isl_multi_pw_aff_pullback_multi_aff_aligned()
7243 mpa->space = space; in isl_multi_pw_aff_pullback_pw_multi_aff_aligned()
7575 space = isl_space_free(space); in isl_multi_pw_aff_eq_map_on_space()
[all …]
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSpaceTest.cpp20 space.insertVar(VarKind::Domain, 0, 2); in TEST()
21 EXPECT_EQ(space.getNumDomainVars(), 4u); in TEST()
24 space.insertVar(VarKind::Range, 0, 1); in TEST()
25 EXPECT_EQ(space.getNumRangeVars(), 3u); in TEST()
34 space.insertVar(VarKind::SetDim, 0, 2); in TEST()
35 EXPECT_EQ(space.getNumRangeVars(), 4u); in TEST()
49 EXPECT_EQ(space.getNumRangeVars(), 0u); in TEST()
55 space.resetIds<int *>(); in TEST()
63 space.insertVar(VarKind::Domain, 0, 2); in TEST()
67 space.insertVar(VarKind::Range, 0, 1); in TEST()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-xray/X86/
H A Dstack-multithread.yaml38 # PER-THREAD: #0 #1{{[[:space:]]+}}1{{[[:space:]]+}}674
39 # PER-THREAD: #1 #2{{[[:space:]]+}}1{{[[:space:]]+}}450
40 # PER-THREAD: #2 #3{{[[:space:]]+}}1{{[[:space:]]+}}100
53 # AGGREGATE: #1 #2{{[[:space:]]+}}2{{[[:space:]]+}}700
54 # AGGREGATE: #2 #3{{[[:space:]]+}}2{{[[:space:]]+}}200
58 # AGGREGATE: #0 #2{{[[:space:]]+}}1{{[[:space:]]+}}30
59 # AGGREGATE: #1 #3{{[[:space:]]+}}1{{[[:space:]]+}}10
64 # AGGREGATE: #1 #1{{[[:space:]]+}}1{{[[:space:]]+}}1
77 # AGGREGATE: #0 #2{{[[:space:]]+}}1{{[[:space:]]+}}30
78 # AGGREGATE: #1 #3{{[[:space:]]+}}1{{[[:space:]]+}}10
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dspace.h22 isl_ctx *isl_space_get_ctx(__isl_keep isl_space *space);
49 __isl_take isl_space *space, __isl_take isl_id *id);
65 __isl_keep isl_space *space);
68 __isl_keep isl_space *space);
115 __isl_take isl_space *space);
117 __isl_take isl_space *space);
119 __isl_take isl_space *space);
121 __isl_take isl_space *space);
151 __isl_take isl_space *space, unsigned dim);
210 __isl_keep isl_space *space);
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h67 : space(space), equalities(0, space.getNumVars() + 1, in IntegerRelation()
78 /*numReservedCols=*/space.getNumVars() + 1, space) {} in IntegerRelation()
85 return IntegerRelation(space); in getUniverse()
187 return space.getNumVarKind(kind); in getNumVarKind()
192 return space.getVarKindOffset(kind); in getVarKindOffset()
197 return space.getVarKindEnd(kind); in getVarKindEnd()
222 : space(space), numIneqs(numIneqs), numEqs(numEqs) {} in CountsSnapshot()
228 PresburgerSpace space;
709 PresburgerSpace space; variable
753 /*numReservedCols=*/space.getNumVars() + 1, space) {} in IntegerPolyhedron()
[all …]
H A DPresburgerRelation.h43 static PresburgerRelation getEmpty(const PresburgerSpace &space);
51 unsigned getNumVars() const { return space.getNumVars(); } in getNumVars()
56 const PresburgerSpace &getSpace() const { return space; } in getSpace()
144 explicit PresburgerRelation(const PresburgerSpace &space) : space(space) { in PresburgerRelation() argument
145 assert(space.getNumLocalVars() == 0 && in PresburgerRelation()
149 PresburgerSpace space; variable
163 static PresburgerSet getEmpty(const PresburgerSpace &space);
181 explicit PresburgerSet(const PresburgerSpace &space) in PresburgerSet() argument
182 : PresburgerRelation(space) { in PresburgerSet()
183 assert(space.getNumDomainVars() == 0 && in PresburgerSet()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-perm-14.ll37 ; CHECK-NEXT: .space 1
38 ; CHECK-NEXT: .space 1
39 ; CHECK-NEXT: .space 1
40 ; CHECK-NEXT: .space 1
41 ; CHECK-NEXT: .space 1
42 ; CHECK-NEXT: .space 1
43 ; CHECK-NEXT: .space 1
44 ; CHECK-NEXT: .space 1
45 ; CHECK-NEXT: .space 1
46 ; CHECK-NEXT: .space 1
[all …]
/llvm-project-15.0.7/clang/docs/
H A DSYCLSupport.rst16 Address space handling
27 default address space" (see section 5.9.3) and "inferred address space" (see
29 space" mode.
35 The default address space is "generic-memory", which is a virtual address space
40 space-attributed type
42 address space
48 global address space
53 space.
94 data with the address space attribute or not.
97 space attributes for pointers:
[all …]
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb2-branch-ranges.s11 .space 0xfffffe
14 .space 0xfffffe
20 .space 0x1000000
32 .space 0x1000000
37 .space 0xffffc
44 .space 0x100000
53 .space 0x100000
57 .space 0xfffffc
78 .space 0xffffc
85 .space 0x100000
[all …]
H A Dthumb-branches.s12 .space 0x3fffff
17 .space 0x400000
22 .space 0xffffff
25 .space 0xffffff
30 .space 0x1000000
43 .space 0x3ffffc
47 .space 0x400000
52 .space 0xfffffc
58 .space 0xfffffc
63 .space 0xfffffd
[all …]
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dutil.c27 if (!space) in ppcg_multi_val_from_int()
30 ctx = isl_space_get_ctx(space); in ppcg_multi_val_from_int()
31 n = isl_space_dim(space, isl_dim_set); in ppcg_multi_val_from_int()
32 mv = isl_multi_val_zero(space); in ppcg_multi_val_from_int()
46 __isl_take isl_space *space, int *list) in ppcg_multi_val_from_int_list() argument
52 if (!space) in ppcg_multi_val_from_int_list()
55 ctx = isl_space_get_ctx(space); in ppcg_multi_val_from_int_list()
56 n = isl_space_dim(space, isl_dim_set); in ppcg_multi_val_from_int_list()
57 mv = isl_multi_val_zero(space); in ppcg_multi_val_from_int_list()
81 isl_space *space; in ppcg_size_from_extent() local
[all …]
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dstorageclass.cl71 // expected-error@-2 {{extern variable must reside in constant address space}}
78 // expected-error@-2 {{extern variable must reside in constant address space}}
83 // expected-error@-2 {{extern variable must reside in constant address space}}
90 // expected-error@-2 {{extern variable must reside in constant address space}}
98 // expected-error@-3 {{extern variable must reside in constant address space}}
108 // expected-error@-13 {{extern variable must reside in constant address space}}
229 // expected-error@-2 {{extern variable must reside in constant address space}}
231 // expected-error@-4 {{extern variable must reside in constant address space}}
238 // expected-error@-2 {{extern variable must reside in constant address space}}
240 // expected-error@-4 {{extern variable must reside in constant address space}}
[all …]
H A Dusm-address-spaces-conversions.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0
2 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DGENE…
3 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DCONS…
4 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DLOCAL
8 * space. As ISO/IEC TR 18037 5.1.3 declares - it's possible to implicitly
9 * convert a subset address space to a superset address space, while conversion
36 …g '__generic int *__private' to '__global_device int *__private' changes address space of pointer}}
37 …ing '__generic int *__private' to '__global_host int *__private' changes address space of pointer}}
39 …ng '__global int *__private' to '__global_device int *__private' changes address space of pointer}}
40 …ning '__global int *__private' to '__global_host int *__private' changes address space of pointer}}
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-cortex-a53-843419-recognize.s48 .space 4096 - 8
66 .space 4096 - 8
84 .space 4096 - 4
102 .space 4096 - 8
120 .space 4096 - 4
138 .space 4096 - 4
156 .space 4096 - 8
173 .space 4096 - 4
191 .space 4096 - 4
209 .space 4096 - 8
[all …]
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_space.s4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1,3
16 .space -(2 > 0), 3
19 # CHECK: .space 1
24 # CHECK: .space TEST0-TEST1
29 # CHECK: .space -((TEST0-TEST1)>0)

12345678910>>...45