| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | ptr-int-transitivity-3.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
| H A D | ptr-int-transitivity-1.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 16 call void @stuff() 17 call void @stuff() 18 call void @stuff()
|
| H A D | merge-ptr-and-int.ll | 5 declare void @stuff() 10 call void @stuff() 11 call void @stuff() 12 call void @stuff() 22 call void @stuff() 23 call void @stuff() 24 call void @stuff()
|
| H A D | ptr-int-transitivity-2.ll | 4 declare void @stuff() 8 call void @stuff() 9 call void @stuff() 10 call void @stuff() 20 call void @stuff() 21 call void @stuff() 22 call void @stuff()
|
| H A D | nonzero-address-spaces.ll | 8 declare void @stuff() 13 call void @stuff() 14 call void @stuff() 15 call void @stuff() 25 call void @stuff() 26 call void @stuff() 27 call void @stuff()
|
| H A D | inline-asm.ll | 14 declare void @stuff() 19 call void @stuff() 25 call void @stuff() 32 call void @stuff() 38 call void @stuff() 45 call void @stuff() 51 call void @stuff()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr21792.ll | 7 @stuff = external dso_local constant [256 x double], align 16 16 ; CHECK-NEXT: leaq stuff(%r8), %rdi 18 ; CHECK-NEXT: leaq stuff(%rax), %rsi 21 ; CHECK-NEXT: leaq stuff(%rdx), %rdx 22 ; CHECK-NEXT: leaq stuff(%rcx), %rcx 23 ; CHECK-NEXT: leaq stuff+8(%r8), %r8 24 ; CHECK-NEXT: leaq stuff+8(%rax), %r9 35 %add.ptr = getelementptr inbounds i8, ptr @stuff, i64 %idx.ext 38 %add.ptr6 = getelementptr inbounds i8, ptr @stuff, i64 %idx.ext5 41 %add.ptr15 = getelementptr inbounds i8, ptr @stuff, i64 %idx.ext14 [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-duffs-device.cpp | 20 char stuff[14]; member 21 constexpr S() : stuff{} { in S() 22 copy("Hello, world!", 14, stuff); 31 static_assert(streq(S().stuff, "Hello, world!"), "should be same"); 32 static_assert(!streq(S().stuff, "Something else"), "should be different");
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | malloc-annotations.cpp | 20 struct stuff { struct 24 struct stuff myglobalstuff; argument 44 void af1_f(MemoryAllocator &Alloc, struct stuff *somestuff) { in af1_f() 49 void af1_g(MemoryAllocator &Alloc, struct stuff **pps) { in af1_g() 50 *pps = (struct stuff *)Alloc.my_malloc(sizeof(struct stuff)); // no-warning in af1_g()
|
| H A D | malloc-annotations.c | 28 struct stuff { struct 31 struct stuff myglobalstuff; argument 80 struct stuff mystuff; in af1_d() 89 void af1_f(struct stuff *somestuff) { in af1_f() 94 void af1_g(struct stuff **pps) { in af1_g() 95 *pps = my_malloc(sizeof(struct stuff)); // no-warning in af1_g()
|
| H A D | misc-ps-region-store.cpp | 407 int **stuff[100]; member 415 if (stuff[x]) in test() 417 if (!stuff[x]) { in test() 418 stuff[x] = new int*[y+1]; in test() 420 stuff[x][y] = 0; // no-warning in test()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/submodules-merge-defs/ |
| H A D | module.modulemap | 1 module "stuff" { 10 // Do not re-export stuff.use 11 use "stuff" 16 use "stuff"
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-expect.c | 81 int variable_expected(int stuff) { in variable_expected() argument 88 switch (__builtin_expect(stuff, stuff)) { in variable_expected()
|
| H A D | builtin-expect-with-probability.cpp | 86 int variable_expected(int stuff) { in variable_expected() argument 93 switch(__builtin_expect_with_probability(stuff, stuff, prob)) { in variable_expected()
|
| /llvm-project-15.0.7/clang/test/CXX/module/module.context/ |
| H A D | p7.cpp | 30 export module stuff; 37 import stuff; variable 48 import stuff; variable
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | conversion.m | 5 @property (readonly) BOOL stuff; property 10 f.otherStuff = !f.stuff; // no-warning 11 BOOL b = !f.stuff; // no-warning
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | README.txt | 14 1. Verify, how stuff is handling implicit zext with 8 bit operands (this might 26 5. Implement varargs stuff. 28 6. Verify and fix (if needed) how's stuff playing with i32 / i64. 30 7. Implement floating point stuff (softfp?)
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | NamedMDNode.ll | 1 ; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = " 6 !llvm.stuff = !{!0, !1}
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | macros.c | 8 void stuff(int,int,int); 9 #define memset(x,y,z) ({ stuff(x,y,z); x; })
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | linknamedmdnode.ll | 4 ; CHECK: !llvm.stuff = !{!0, !1} 7 !llvm.stuff = !{!0}
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | 2009-12-10-LICM-Indbr-Crash.ll | 12 indirectbr i8* undef, [label %preheader, label %stuff] 14 stuff:
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | null-aliases-nothing.ll | 6 define void @test1(%t* noalias %stuff ) { 7 %p = getelementptr inbounds %t, %t* %stuff, i32 0, i32 0
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | null-aliases-nothing.ll | 6 define void @test1(%t* noalias %stuff ) { 7 %p = getelementptr inbounds %t, %t* %stuff, i32 0, i32 0
|
| /llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/ |
| H A D | checker_messages.dot | 5 // CHECK-SAME: <td align="left">Foo stuff:</td> 31 "Foo stuff:",
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | remove-metadata-args.ll | 4 ; All exciting stuff must remain in the reduced file. 10 ; Boring stuff's metadata must have been removed.
|