| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_list_templ.c | 51 __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 D | isl_list_read_templ.c | 19 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 D | isl_list_templ.h | 4 #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 D | isl_test_list_templ.c | 6 #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 D | isl_multi_read_no_explicit_domain_templ.c | 22 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 D | basic-block-sections-pragma-sections.ll | 5 … < %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 D | basic-block-sections-named-section.ll | 5 …< %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 D | windows-path.test | 25 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 D | count.test | 15 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 D | full-path-option.test | 83 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 D | pipeline-stats.mlir | 2 …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 D | pass-timing.mlir | 1 …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 D | help-message.test | 10 # 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 D | reproduce.s | 16 # 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 D | class-layout.test | 9 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 D | inline-noprobe2.test | 9 …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 D | inline-cs-noprobe.test | 9 …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 D | arm64_32-va.ll | 14 ; 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 D | linkrepro.test | 43 # 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 D | linkrepro-pdb.test | 12 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s 19 LIST: .obj 20 LIST: response.txt 21 LIST: .natvis
|
| H A D | linkrepro-manifest.test | 8 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 D | vastart.ll | 8 ; 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 D | varargs-ios-translator.ll | 9 ; 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 D | version-libcall.ll | 26 ; 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 D | 2007-01-13-BasePointerBadNoAlias.ll | 11 %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.…
|