Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 170) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dptr-int-transitivity-3.ll4 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 Dptr-int-transitivity-1.ll4 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 Dmerge-ptr-and-int.ll5 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 Dptr-int-transitivity-2.ll4 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 Dnonzero-address-spaces.ll8 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 Dinline-asm.ll14 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 Dpr21792.ll7 @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 Dconstexpr-duffs-device.cpp20 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 Dmalloc-annotations.cpp20 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 Dmalloc-annotations.c28 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 Dmisc-ps-region-store.cpp407 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 Dmodule.modulemap1 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 Dbuiltin-expect.c81 int variable_expected(int stuff) { in variable_expected() argument
88 switch (__builtin_expect(stuff, stuff)) { in variable_expected()
H A Dbuiltin-expect-with-probability.cpp86 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 Dp7.cpp30 export module stuff;
37 import stuff; variable
48 import stuff; variable
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dconversion.m5 @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 DREADME.txt14 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 DNamedMDNode.ll1 ; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = "
6 !llvm.stuff = !{!0, !1}
/llvm-project-15.0.7/clang/test/Frontend/
H A Dmacros.c8 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 Dlinknamedmdnode.ll4 ; CHECK: !llvm.stuff = !{!0, !1}
7 !llvm.stuff = !{!0}
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A D2009-12-10-LICM-Indbr-Crash.ll12 indirectbr i8* undef, [label %preheader, label %stuff]
14 stuff:
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dnull-aliases-nothing.ll6 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 Dnull-aliases-nothing.ll6 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 Dchecker_messages.dot5 // CHECK-SAME: <td align="left">Foo stuff:</td>
31 "Foo stuff:",
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Dremove-metadata-args.ll4 ; All exciting stuff must remain in the reduced file.
10 ; Boring stuff's metadata must have been removed.

1234567