Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_list_templ.c51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(EL) *list) in LIST() function
60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) in LIST() function
76 __isl_give LIST(EL) *FN(LIST(EL),cow)(__isl_take LIST(EL) *list) in LIST() function
141 __isl_give LIST(EL) *FN(LIST(EL),add)(__isl_take LIST(EL) *list, in LIST() function
158 __isl_give LIST(EL) *FN(LIST(EL),drop)(__isl_take LIST(EL) *list, in LIST() function
183 __isl_give LIST(EL) *FN(LIST(EL),clear)(__isl_take LIST(EL) *list) in LIST() function
197 __isl_give LIST(EL) *FN(LIST(EL),insert)(__isl_take LIST(EL) *list, in LIST() function
234 __isl_null LIST(EL) *FN(LIST(EL),free)(__isl_take LIST(EL) *list) in LIST() function
351 __isl_give LIST(EL) *FN(LIST(EL),swap)(__isl_take LIST(EL) *list, in LIST() function
420 __isl_give LIST(EL) *FN(LIST(EL),map)(__isl_keep LIST(EL) *list, in LIST() function
[all …]
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
22 LIST(EL) *list; in LIST()
27 list = FN(LIST(EL),alloc)(ctx, 0); in LIST()
31 return FN(LIST(EL),free)(list); in LIST()
38 list = FN(LIST(EL),add)(list, el); in LIST()
43 return FN(LIST(EL),free)(list); in LIST()
53 __isl_give LIST(EL) *FN(LIST(EL),read_from_str)(isl_ctx *ctx, in LIST() function
56 LIST(EL) *list; in LIST()
62 list = FN(isl_stream_read,LIST(EL_BASE))(s); in LIST()
H A Disl_list_templ.h4 #define LIST(EL) xLIST(EL) macro
6 struct LIST(EL) { in LIST() function
16 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);
H A Disl_test_list_templ.c6 #define LIST(EL) xLIST(EL) macro
23 LIST(EL) *list; in FN()
26 list = FN(FN(SET,get),LIST(EL_BASE))(set); in FN()
30 n = FN(LIST(EL),size)(list); in FN()
33 el = FN(LIST(EL),get_at)(list, i); in FN()
41 FN(LIST(EL),free)(list); in FN()
H A Disl_multi_read_no_explicit_domain_templ.c22 LIST(EL) **list = (LIST(EL) **) user; in FN()
26 *list = FN(LIST(EL),add)(*list, el); in FN()
45 LIST(EL) *list; in MULTI()
65 list = FN(LIST(EL),alloc)(s->ctx, 0); in MULTI()
67 multi = FN(FN(MULTI(BASE),from),LIST(BASE))(space, list); in MULTI()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dbasic-block-sections-pragma-sections.ll5 … < %s -mtriple=x86_64-pc-linux -basic-block-sections=%t.list.txt | FileCheck %s --check-prefix=LIST
6 …64-pc-linux -function-sections -basic-block-sections=%t.list.txt | FileCheck %s --check-prefix=LIST
15 ; LIST: .section foo_section,"ax",@progbits,unique,1
16 ; LIST-LABEL: _Z3fooi:
17 ; LIST: .section foo_section,"ax",@progbits,unique,2
18 ; LIST-NEXT: _Z3fooi.__part.0:
19 ; LIST-NOT: .section foo_section,"ax",@progbits,unique,3
H A Dbasic-block-sections-named-section.ll5 …< %s -mtriple=x86_64-pc-linux -basic-block-sections=%t.order.txt | FileCheck %s --check-prefix=LIST
6 …4-pc-linux -function-sections -basic-block-sections=%t.order.txt | FileCheck %s --check-prefix=LIST
15 ; LIST: .section foo_section,"ax",@progbits,unique,1
16 ; LIST-LABEL: _Z3fooi:
17 ; LIST: .section foo_section,"ax",@progbits,unique,2
18 ; LIST-NEXT: _Z3fooi.__part.0:
19 ; LIST-NOT: .section foo_section,"ax",@progbits,unique,3
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dwindows-path.test25 RUN: llvm-ar t archive.a | FileCheck %s --check-prefix=LIST-BOTH --implicit-check-not {{.}}
26 RUN: llvm-ar t archive.a a\foo.txt | FileCheck %s --check-prefix=LIST-A --implicit-check-not {{.}}
27 RUN: llvm-ar t archive.a b\foo.txt | FileCheck %s --check-prefix=LIST-B --implicit-check-not {{.}}
29 LIST-BOTH: a/foo.txt
30 LIST-BOTH-NEXT: b/foo.txt
31 LIST-BOTH-NEXT: b/foo.txt
32 LIST-A: a/foo.txt
33 LIST-B: b/foo.txt
H A Dcount.test15 RUN: llvm-ar t %t/archive.a | FileCheck %s --check-prefix=LIST-MEMBERS
18 LIST-MEMBERS: foo.txt
19 LIST-MEMBERS-NEXT: foo.txt
20 LIST-MEMBERS-NEXT: foo.txt
21 LIST-MEMBERS-NEXT: bar.txt
22 LIST-MEMBERS-NEXT: bar.txt
23 LIST-MEMBERS-NEXT: bar.txt
H A Dfull-path-option.test83 RUN: llvm-ar t add.a foo.txt | FileCheck %s --check-prefix=LIST-PARENT --match-full-lines
84 RUN: llvm-ar t add.a a/foo.txt | FileCheck %s --check-prefix=LIST-A --match-full-lines
85 RUN: llvm-ar t add.a b/foo.txt | FileCheck %s --check-prefix=LIST-B --match-full-lines
86 LIST-PARENT: foo.txt
87 LIST-PARENT-NOT: a/foo.txt
88 LIST-PARENT-NOT: b/foo.txt
89 LIST-A: a/foo.txt
90 LIST-B: b/foo.txt
/llvm-project-15.0.7/mlir/test/Pass/
H A Dpipeline-stats.mlir2 …s)' -mlir-pass-statistics -mlir-pass-statistics-display=list 2>&1 | FileCheck -check-prefix=LIST %s
5 // LIST: Pass statistics report
6 // LIST: TestStatisticPass
7 // LIST-NEXT: (S) {{0|8}} num-ops - Number of operations counted
8 // LIST-NEXT: (S) {{0|8}} num-ops2 - Number of operations counted one more time
9 // LIST-NOT: Verifier
H A Dpass-timing.mlir1 …se,canonicalize,cse)' -mlir-timing -mlir-timing-display=list 2>&1 | FileCheck -check-prefix=LIST %s
7 // LIST: Execution time report
8 // LIST: Total Execution Time:
9 // LIST: Name
10 // LIST-DAG: Canonicalizer
11 // LIST-DAG: CSE
12 // LIST-DAG: DominanceInfo
13 // LIST: Total
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Dhelp-message.test10 # RUN: FileCheck -check-prefixes=LIBTOOL-USAGE,LIST %s --match-full-lines --implicit-check-not="s…
20 # LIST-NOT: Color Options:
22 # LIST-NOT: Generic Options:
24 # LIST-NOT: llvm-libtool-darwin Options:
25 # LIST-NOT: General options:
/llvm-project-15.0.7/lld/test/MachO/
H A Dreproduce.s16 # RUN: tar tf repro1.tar | FileCheck -DPATH='%:t.dir' --check-prefix=LIST %s
17 # LIST: repro1/response.txt
18 # LIST: [[PATH]]/main.exports
19 # LIST: [[PATH]]/build1/foo.o
20 # LIST: [[PATH]]/main.order
21 # LIST: [[PATH]]/sectdata.txt
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dclass-layout.test9 RUN: lldb-test symbols %T/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=LIST %s
52 LIST: name = "_List", size = 12, decl = ClassLayoutTest.cpp:45
53 LIST-SAME: struct _List {
54 LIST: _List *current;
55 LIST: _List *previous;
56 LIST: _List *next;
57 LIST:}
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dinline-noprobe2.test9 …RUN: llvm-profdata show -show-prof-sym-list -sample %t | FileCheck %s --check-prefix=CHECK-SYM-LIST
19 ; CHECK-SYM-LIST: Dump profile symbol list
20 ; CHECK-SYM-LIST: main
21 ; CHECK-SYM-LIST: partition_pivot_first
22 ; CHECK-SYM-LIST: partition_pivot_last
23 ; CHECK-SYM-LIST: quick_sort
24 ; CHECK-SYM-LIST: swap
H A Dinline-cs-noprobe.test9 …RUN: llvm-profdata show -show-prof-sym-list -sample %t | FileCheck %s --check-prefix=CHECK-SYM-LIST
11 ; CHECK-SYM-LIST: Dump profile symbol list
12 ; CHECK-SYM-LIST: bar
13 ; CHECK-SYM-LIST: foo
14 ; CHECK-SYM-LIST: main
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64_32-va.ll14 ; CHECK: add x[[LIST:[0-9]+]], sp, #16
15 ; CHECK: str w[[LIST]],
24 ; CHECK: add x[[LIST:[0-9]+]], sp, #20
25 ; CHECK: str w[[LIST]],
/llvm-project-15.0.7/lld/test/COFF/
H A Dlinkrepro.test43 # RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
58 # RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
67 # LIST: .obj
68 # LIST: std32.lib
69 # LIST: response.txt
70 # LIST: .def
71 # LIST: .order
H A Dlinkrepro-pdb.test12 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
19 LIST: .obj
20 LIST: response.txt
21 LIST: .natvis
H A Dlinkrepro-manifest.test8 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
12 LIST: {{.*}}manifestinput.test
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dvastart.ll8 ; CHECK: [[LIST:%[0-9]+]]:_(p0) = COPY $x0
9 ; CHECK-IOS: G_VASTART [[LIST]](p0) :: (store (s64) into %ir.list, align 1)
10 ; CHECK-LINUX: G_VASTART [[LIST]](p0) :: (store (s256) into %ir.list, align 1)
H A Dvarargs-ios-translator.ll9 ; CHECK: [[LIST:%[0-9]+]]:gpr64sp = COPY $x0
11 ; CHECK: STRXui [[VARARGS_AREA]], [[LIST]], 0 :: (store (s64) into %ir.list, align 1)
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dversion-libcall.ll26 ; RUN: llvm-nm %t.exact | FileCheck --check-prefix=LIST %s
29 ; RUN: llvm-nm %t.wild | FileCheck --check-prefix=LIST %s
31 ; LIST: T __udivti3
32 ; LIST: T foo
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A D2007-01-13-BasePointerBadNoAlias.ll11 %struct.LIST = type { %struct.rec*, %struct.rec* }
15 …%struct.closure_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %stru…
16 …%struct.head_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…

123