| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | interleave.td | 6 defvar StringList = ["foo", "bar", "zoo", "snork", "quux"]; 19 // CHECK: Test4 = "foo, bar, zoo, snork, quux"; 20 // CHECK: Test5 = "foo & bar & zoo & snork & quux & grits"; 81 // CHECK: str = "foo/bar/zoo"; 85 string zoo = "oops, not zoo"; 86 string str = !interleave([foo, "bar", zoo], "/"); 87 let zoo = "zoo";
|
| H A D | filter.td | 6 defvar WordList = ["foo", "bar", "zoo", "foo", "snork", "snork", "quux"]; 26 // CHECK: list5 = ["foo", "bar", "zoo", "foo", "snork", "snork", "quux"]; 40 // CHECK: list2 = ["bar", "zoo", "snork", "snork", "quux"];
|
| H A D | ListSlices.td | 98 // CHECK: list<list<string>> Array = {{.*}}"foo", "bar", "snork"], ["zoo", "quux", "flarp"]] 100 // CHECK: list<string> ZooQuux = ["zoo", "quux"] 104 ["zoo", "quux", "flarp"]];
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/ |
| H A D | function-specialization-constant-expression.ll | 29 define internal i64 @zoo(i1 %flag) { 30 ; CHECK-LABEL: @zoo( 64 ; CHECK-NEXT: [[TMP1:%.*]] = call i64 @zoo(i1 false) 65 ; CHECK-NEXT: [[TMP2:%.*]] = call i64 @zoo(i1 true) 69 %1 = call i64 @zoo(i1 0) 70 %2 = call i64 @zoo(i1 1)
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | default_private_ast_print.cpp | 100 void zoo(int); 111 zoo(z + f); in foo() 130 zoo(z + f); in bar()
|
| H A D | default_firstprivate_ast_print.cpp | 111 void zoo(int); 122 zoo(z + f); in foo() 143 zoo(z + f); in bar()
|
| H A D | nvptx_lambda_pointer_capturing.cpp | 55 void zoo(const FTy &functor) { in zoo() function 67 zoo([=](int i){p[i] = 0;}); in main()
|
| H A D | declare_target_ast_print.cpp | 64 void zoo() {} in zoo() function 67 #pragma omp declare target to(zoo) indirect(false)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | tail-call-no-save-fp-lr.ll | 10 tail call void @zoo(i32 undef) 14 define void @zoo(i32 %a) { 15 ; CHECK-LABEL: zoo:
|
| H A D | no-neon-no-fp.ll | 15 declare i1 @zoo() 18 %1 = call zeroext i1 @zoo()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | clang-sections.cpp | 37 extern int zoo(int *x, int *y); 40 return zoo(g, &lstat_h); in goo()
|
| H A D | microsoft-abi-thunks.cpp | 75 void zoo(C* obj) { in zoo() function
|
| H A D | microsoft-abi-template-static-init.cpp | 88 inline int zoo = foo(); variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-05-28-Crash.ll | 8 %0 = tail call i32 (...) @zoo(i32 %y) nounwind, !dbg !9 ; <i32> [#uses=1] 12 declare i32 @zoo(...) 20 %0 = tail call i32 (...) @zoo(i32 1) nounwind, !dbg !12 ; <i32> [#uses=1]
|
| H A D | vector-intrinsics.ll | 110 define <4 x double> @zoo(<4 x double> %p, i32 %q) 111 ; CHECK-LABEL: zoo:
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | asm-goto.cpp | 42 int zoo(int n) in zoo() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/TailCallElim/ |
| H A D | tre-byval-parameter.ll | 6 ; int zoo ( S p1 ); 10 ; return zoo(p1); 13 ; // p1 could be used when zoo(p1) is called.
|
| /llvm-project-15.0.7/clang/test/SemaSYCL/ |
| H A D | int128.cpp | 115 BIGTY zoo(BIGTY h) { in zoo() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | clang-section.ll | 35 …%call = call i32 @zoo(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @_ZL1g, i32 0, i32 0), i3… 39 declare i32 @zoo(i32*, i32*) #6
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 1052 static const char *zoo = "FOOBAR123"; in TEST() local 1053 const char *p = Ident(zoo); in TEST() 1058 static char zoo[10]; in TEST() local 1059 const char *p = Ident(zoo); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | csspgo-inline-icall.ll | 55 !11 = distinct !DISubprogram(name: "zoo", linkageName: "_Z3zoov", scope: !1, file: !1, line: 24, un…
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ARM/ |
| H A D | clang-section.s | 51 bl zoo
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | combine-comparisons-by-cse.ll | 678 ; CHECK-NEXT: bl zoo 716 %call = call i32 @zoo(i32 1) 751 ; CHECK-NEXT: bl zoo 762 call i32 @zoo(i32 128) 770 call i32 @zoo(i32 42) 774 call i32 @zoo(i32 1) 850 declare i32 @zoo(i32)
|