Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 25 of 228) sorted by relevance

12345678910

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_local_space.c27 return ls ? ls->dim->ctx : NULL; in isl_local_space_get_ctx()
340 ls = isl_local_space_copy(ls); in drop_unknown_divs_and_extract_div()
447 ls = isl_local_space_cow(ls); in isl_local_space_restore_space()
464 return ls ? ls->div : NULL; in isl_local_space_peek_local()
473 ls = isl_local_space_cow(ls); in isl_local_space_set_tuple_id()
489 ls = isl_local_space_cow(ls); in isl_local_space_set_dim_name()
503 ls = isl_local_space_cow(ls); in isl_local_space_set_dim_id()
533 ls = isl_local_space_cow(ls); in isl_local_space_reset_space()
1148 ls = normalize_div(ls, i); in isl_local_space_substitute_seq()
1427 ls->dim = isl_space_lift(ls->dim, ls->div->n_row); in isl_local_space_lift()
[all …]
H A Disl_local_space_private.h15 isl_stat isl_local_space_check_range(__isl_keep isl_local_space *ls,
18 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls);
26 __isl_keep isl_local_space *ls);
29 __isl_take isl_local_space *ls, int a, int b);
31 __isl_take isl_local_space *ls, __isl_take isl_vec *div);
37 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,
41 __isl_take isl_local_space *ls, __isl_take isl_mat *div);
73 __isl_take isl_local_space *ls,
77 __isl_take isl_local_space *ls,
81 __isl_take isl_local_space *ls);
[all …]
H A Disl_sort.c56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; in msort() local
77 ls = lo; in msort()
92 ls = lo; in msort()
101 if (lo > ls) { in msort()
102 memcpy (b, ls, lo - ls); in msort()
103 copied += (lo - ls); in msort()
104 b += (lo - ls); in msort()
111 memcpy (b, ls, lo - ls); in msort()
112 copied += (lo - ls); in msort()
113 b += (lo - ls); in msort()
H A Disl_constraint.c50 if (!ls || !v) in isl_constraint_alloc_vec()
59 constraint->ls = ls; in isl_constraint_alloc_vec()
64 isl_local_space_free(ls); in isl_constraint_alloc_vec()
78 ls = isl_local_space_free(ls); in isl_constraint_alloc()
79 if (!ls) in isl_constraint_alloc()
314 equal = isl_local_space_is_equal(constraint1->ls, constraint2->ls); in isl_constraint_is_equal()
707 isl_local_space *ls; in isl_basic_map_from_constraint() local
715 ls = isl_local_space_copy(constraint->ls); in isl_basic_map_from_constraint()
1277 isl_local_space *ls; in isl_constraint_alloc_aff() local
1325 cmp = isl_local_space_cmp(c1->ls, c2->ls); in isl_constraint_plain_cmp()
[all …]
H A Disl_aff.c79 aff->ls = ls; in isl_aff_alloc_vec()
492 ls = isl_local_space_copy(aff->ls); in isl_aff_get_local_space()
493 ls = isl_local_space_from_domain(ls); in isl_aff_get_local_space()
516 ls = aff->ls; in isl_aff_take_domain_local_space()
533 if (aff->ls == ls) { in isl_aff_restore_domain_local_space()
542 aff->ls = ls; in isl_aff_restore_domain_local_space()
1461 ls = isl_local_space_copy(aff->ls); in plug_in_integral_divs()
1479 aff->ls = ls; in plug_in_integral_divs()
1547 ls = isl_local_space_copy(aff->ls); in swap_div()
1558 aff->ls = ls; in swap_div()
[all …]
H A Disl_deprecated.c5 __isl_give isl_constraint *isl_equality_alloc(__isl_take isl_local_space *ls) in isl_equality_alloc() argument
7 return isl_constraint_alloc_equality(ls); in isl_equality_alloc()
12 __isl_give isl_constraint *isl_inequality_alloc(__isl_take isl_local_space *ls) in isl_inequality_alloc() argument
14 return isl_constraint_alloc_inequality(ls); in isl_inequality_alloc()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dlocal_space.h22 __isl_keep isl_local_space *ls);
24 __isl_take isl_local_space *ls);
30 __isl_take isl_local_space *ls,
40 __isl_take isl_local_space *ls,
47 __isl_take isl_local_space *ls,
57 __isl_take isl_local_space *ls);
59 __isl_take isl_local_space *ls);
61 __isl_take isl_local_space *ls);
65 __isl_take isl_local_space *ls,
68 __isl_take isl_local_space *ls,
[all …]
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx11.cpp102 Column<kEta, double>().ls(); // expected-error {{<kEta,}} in lookup()
103 Column<kDes, double>().ls(); // expected-error {{<kDes,}} in lookup()
105 Dolumn<kEta, double>().ls(); // expected-error {{<kEta,}} in lookup()
106 Dolumn<kDes, double>().ls(); // expected-error {{<kDes,}} in lookup()
107 Folumn<&kEta, double>().ls(); // expected-error {{<&kEta,}} in lookup()
108 Folumn<&kDes, double>().ls(); // expected-error {{<&kDes,}} in lookup()
109 Golumn<&kEta, double>().ls(); // expected-error {{<&kEta,}} in lookup()
110 Golumn<&kDes, double>().ls(); // expected-error {{<&kDes,}} in lookup()
111 Holumn<&kNull, double>().ls(); // expected-error {{<&kNull,}} in lookup()
112 Jolumn<kZero, double>().ls(); // expected-error {{<kZero,}} in lookup()
[all …]
/llvm-project-15.0.7/clang/test/Modules/
H A Dprune.m16 // RUN: ls %t | grep modules.timestamp
17 // RUN: ls -R %t | grep ^Module.*pcm
18 // RUN: ls -R %t | grep DependsOnModule.*pcm
24 // RUN: ls %t | grep modules.timestamp
25 // RUN: ls -R %t | grep ^Module.*pcm
26 // RUN: ls -R %t | grep DependsOnModule.*pcm
33 // RUN: ls %t | grep modules.timestamp
34 // RUN: ls -R %t | grep ^Module.*pcm
35 // RUN: ls -R %t | grep DependsOnModule.*pcm
42 // RUN: ls %t | grep modules.timestamp
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dmirror-permissions-unix.test13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777
15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666
17 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640
27 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
32 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
37 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
43 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
48 # RUN: ls -l /dev/null | cut -f 1 -d ' ' > %tnull.perms
50 # RUN: ls -l /dev/null | cut -f 1 -d ' ' | diff - %tnull.perms
55 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
H A Drespect-umask.test12 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0755
14 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0600
16 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0655
23 # RUN: ls -l %t1 | cut -f 1 -d ' ' | cmp - %t.0755
27 # RUN: ls -l %t2 | cut -f 1 -d ' ' | cmp - %t.0600
31 # RUN: ls -l %t3 | cut -f 1 -d ' ' | cmp - %t.0655
H A Dstrip-preserve-mtime.test1 ## Note: ls -l prints the modified timestamp
7 # RUN: ls -l %t-preserved.1.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
15 # RUN: ls -l %t-preserved.2.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
22 # RUN: ls -l %t.3.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
29 # RUN: ls -l %t.4.o | FileCheck %s --check-prefix=CHECK-NO-PRESERVE-MTIME
38 # RUN: ls -l %t.a | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
45 # RUN: ls -l %t-dwo | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
47 # RUN: ls -l %t-nondwo | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
52 # RUN: ls -l %t-preserved.1.alias.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
55 # RUN: ls -l %t-preserved.2.alias.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
H A Dmirror-permissions-win.test11 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777
13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666
15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640
21 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
26 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
31 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
H A Dstrip-preserve-atime.test1 # Note: ls -lu prints the accessed timestamp
10 # RUN: ls -lu %t-preserved.1.o | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
18 # RUN: ls -lu %t-preserved.2.o | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
25 # RUN: ls -lu %t.3.o | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
32 # RUN: ls -lu %t.4.o | FileCheck %s --check-prefix=CHECK-NO-PRESERVE-ATIME
41 # RUN: ls -lu %t.a | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
48 # RUN: ls -lu %t-dwo | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
50 # RUN: ls -lu %t-nondwo | FileCheck %s --check-prefix=CHECK-PRESERVE-ATIME
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dcache.ll14 ; RUN: ls %t.cache.noindex/llvmcache.timestamp
15 ; RUN: ls %t.cache.noindex | count 1
23 ; RUN: not ls %t.cache.noindex
36 ; RUN: ls %t.cache.noindex | count 4
38 ; RUN: ls %t.cache.noindex/foo
39 ; RUN: not ls %t.cache.noindex/llvmcache-foo
48 ; RUN: ls %t.cache.noindex | count 2
57 ; RUN: not ls %t.cache.noindex/llvmcache-foo
65 ; RUN: ls %t.cache.noindex/llvmcache-foo
75 ; RUN: ls %t.cache.noindex/llvmcache-foo
[all …]
H A Dsave_objects.ll7 ; RUN: ls %t.thin.out | count 2
13 ; RUN: ls %t.thin.out | count 2
14 ; RUN: ls %t.cache | count 3
20 ; RUN: ls %t.thin.out | count 2
21 ; RUN: ls %t.cache | count 3
24 ; RUN: ls %t.thin.out | grep x86_64.thinlto.o | count 2
H A Dempty_module_with_cache.ll7 ; RUN: ls %t.cache/llvmcache.timestamp
8 ; RUN: ls %t.cache | count 3
14 ; RUN: ls %t.cache | count 2
24 ; RUN: ls %t.cache/llvmcache.timestamp
25 ; RUN: ls %t.cache | count 1
31 ; RUN: not ls %t.cache
/llvm-project-15.0.7/lld/test/COFF/
H A Dincremental.test7 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
13 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
19 # RUN: ls -l %t.lib | FileCheck -check-prefix=KEEP %s
25 # RUN: ls -l %t.lib | FileCheck -check-prefix=KEEP %s
31 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
37 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
43 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
49 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
55 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
61 # RUN: ls -l %t.lib | FileCheck -check-prefix=NOKEEP %s
[all …]
H A Ddebug-dwarf.test4 # RUN: ls %t.pdb
9 # RUN: not ls %t.pdb
14 # RUN: ls %t.pdb
19 # RUN: not ls %t.pdb
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dno-opt-volatile-memcpy.c12 struct s ls; in foo() local
13 ls = ls; in foo()
15 ls = gs; in foo()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dno-opt-volatile-memcpy.cpp12 struct s ls; in foo() local
13 ls = ls; in foo()
15 ls = gs; in foo()
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dsave-temps-eq.ll19 ; RUN: ls | count 2
25 ; RUN: ls | count 2
43 ; RUN: ls | count 2
49 ; RUN: ls | count 2
55 ; RUN: ls | count 2
61 ; RUN: ls | count 2
68 ; RUN: ls | count 2
74 ; RUN: ls | count 2
81 ; RUN: ls | count 2
88 ; RUN: ls | count 2
[all …]
H A Dthinlto-emit-index.ll10 ; RUN: ls 2.o.thinlto.bc
11 ; RUN: ls 3
24 ; RUN: ls 4
28 ; RUN: not ls 5
34 ; RUN: ls 6
41 ; RUN: ls 7
42 ; RUN: ls 1.o.thinlto.bc
43 ; RUN: ls 1.o.imports
49 ; RUN: ls 8
50 ; RUN: ls 1.o.thinlto.bc
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dconflict-nonfragile-abi2.m12 @property int ls; property
25 static int ls;
27 p = le + ls + r;
33 @dynamic ls;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcond-sel.ll61 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
67 ; CHECK: csinc {{w[0-9]+}}, [[LHS]], [[RHS]], ls
77 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
84 ; CHECK: csinc {{x[0-9]+}}, [[LHS]], {{x[0-9]+}}, ls
107 ; CHECK: csinv {{w[0-9]+}}, [[LHS]], [[RHS]], ls
124 ; CHECK: csinv {{x[0-9]+}}, [[LHS]], {{x[0-9]+}}, ls
145 ; CHECK: csetm {{w[0-9]+}}, ls
175 ; CHECK: csneg {{w[0-9]+}}, [[LHS]], [[RHS]], ls
192 ; CHECK: csneg {{x[0-9]+}}, [[LHS]], {{x[0-9]+}}, ls
221 ; CHECK: cset {{w[0-9]+}}, ls
[all …]

12345678910