Home
last modified time | relevance | path

Searched refs:goo (Results 1 – 25 of 158) sorted by relevance

1234567

/external/llvm-project/llvm/test/Transforms/ForcedFunctionAttrs/
Dforced.ll4 ; RUN: opt < %s -S -passes=forceattrs -force-remove-attribute goo:cold | FileCheck %s --check-prefi…
5 ; RUN: opt < %s -S -passes=forceattrs -force-remove-attribute goo:noinline | FileCheck %s --check-p…
6 ; RUN: opt < %s -S -passes=forceattrs -force-attribute goo:cold -force-remove-attribute goo:noinlin…
7 ; RUN: opt < %s -S -passes=forceattrs -force-attribute goo:noinline -force-remove-attribute goo:noi…
16 ; REMOVE-COLD: define void @goo() #0 {
19 ; REMOVE-NOINLINE: define void @goo() {
22 ; ADD-COLD-REMOVE-NOINLINE: define void @goo() #0 {
26 ; ADD-NOINLINE-REMOVE-NOINLINE: define void @goo() {
28 define void @goo() #0 {
/external/llvm-project/lld/test/ELF/lto/Inputs/
Dthin1.ll4 define i32 @foo(i32 %goo) {
6 %goo.addr = alloca i32, align 4
7 store i32 %goo, i32* %goo.addr, align 4
8 %0 = load i32, i32* %goo.addr, align 4
9 %1 = load i32, i32* %goo.addr, align 4
/external/llvm-project/llvm/test/ThinLTO/X86/Inputs/
Dimport-metadata.ll4 define i32 @foo(i32 %goo) {
6 %goo.addr = alloca i32, align 4
7 store i32 %goo, i32* %goo.addr, align 4
8 %0 = load i32, i32* %goo.addr, align 4
9 %1 = load i32, i32* %goo.addr, align 4
/external/javassist/src/test/test4/
DVarArgs.java5 return goo(1, 2, 3) + goo(1, "a", "b", "c"); in test()
8 public int goo(int i, int... k) { in goo() method in VarArgs
12 public int goo(int i, String... k) { in goo() method in VarArgs
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-thunks.cpp80 virtual B* goo();
85 virtual C* goo();
109 virtual G* goo();
122 virtual F* goo();
158 virtual C* goo();
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-thunks.cpp80 virtual B* goo();
85 virtual C* goo();
109 virtual G* goo();
122 virtual F* goo();
158 virtual C* goo();
/external/llvm-project/llvm/test/MC/AArch64/
Dlabel-arithmetic-elf.s84 .type goo, @function
85 goo: label
88 add w0, w1, #(goo - foo)
89 cmp w0, #(goo - foo)
93 add w0, w1, #(. - goo)
94 cmp w0, #(. - goo)
/external/llvm-project/llvm/test/Transforms/LowerExpectIntrinsic/
Dphi_merge.ll5 ; if (__builtin_expect((x > goo() && y > hoo() && z > too()), 1))
8 ; if (__builtin_expect((x > goo() && y > hoo() && z > too()), 0))
15 %tmp8 = call i32 @goo()
43 %tmp27 = call i32 @goo()
57 %tmp8 = call i32 @goo()
87 %tmp27 = call i32 @goo()
101 %tmp8 = call i32 @goo()
126 %tmp27 = call i32 @goo()
141 %tmp8 = call i32 @goo()
168 %tmp27 = call i32 @goo()
[all …]
Dphi_or.ll4 ; if (__builtin_expect((x > goo() || y > hoo()), 1)) {
9 ; if (__builtin_expect((x > goo() || y > hoo()), 0)) {
17 %tmp8 = call i32 @goo()
38 %tmp20 = call i32 @goo()
61 %tmp8 = call i32 @goo()
82 %tmp20 = call i32 @goo()
93 declare i32 @goo()
Dphi_tern.ll4 ; return __builtin_expect((a > b ? 1, goo(), 0);
15 %tmp8 = call i32 @goo()
36 %tmp8 = call i32 @goo()
47 declare i32 @goo()
/external/llvm-project/clang/test/CodeGen/
Difunc.c26 extern void goo(void);
29 goo(); in bar2()
32 extern void goo(void) __attribute__ ((ifunc("goo_ifunc")));
/external/clang/test/CodeGen/
Difunc.c26 extern void goo(void);
29 goo(); in bar2()
32 extern void goo(void) __attribute__ ((ifunc("goo_ifunc")));
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/
Dsibling-loops.ll19 ; CHECK-NEXT: tail call void @goo(i64 [[I_0]], i64 [[I_0]])
29 ; CHECK-NEXT: tail call void @goo(i64 [[I_1]], i64 [[TMP0]])
40 ; CHECK-NEXT: tail call void @goo(i64 [[I_2]], i64 [[J_2]])
51 ; CHECK-NEXT: tail call void @goo(i64 [[I_3]], i64 [[J_3]])
62 ; CHECK-NEXT: tail call void @goo(i64 [[I_4]], i64 [[J_4]])
73 ; CHECK-NEXT: tail call void @goo(i64 [[I_5]], i64 [[J_5]])
87 tail call void @goo(i64 %i.0, i64 %i.0)
99 tail call void @goo(i64 %i.1, i64 %j.1)
112 tail call void @goo(i64 %i.2, i64 %j.2)
125 tail call void @goo(i64 %i.3, i64 %j.3)
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dbranch-hint.ll13 call void @goo()
29 call void @goo()
56 call void @goo()
78 call void @goo()
96 call void @goo()
103 declare void @goo()
Di32-to-float.ll41 define double @goo(i32 %a) nounwind {
46 ; CHECK: @goo
53 ; CHECK-PWR6: @goo
59 ; CHECK-A2: @goo
65 ; CHECK-VSX: @goo
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dbranch-hint.ll13 call void @goo()
29 call void @goo()
56 call void @goo()
78 call void @goo()
96 call void @goo()
103 declare void @goo()
Di32-to-float.ll41 define double @goo(i32 %a) nounwind {
46 ; CHECK: @goo
53 ; CHECK-PWR6: @goo
59 ; CHECK-A2: @goo
65 ; CHECK-VSX: @goo
/external/llvm-project/llvm/test/MC/ELF/ARM/
Dclang-section.s40 .globl goo symbol
42 .type goo,%function
43 .code 32 @ @goo
44 goo: label
61 .size goo, .Lfunc_end1-goo
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Duse-sample-profile-attr.ll6 ;; @goo doesn't have use-sample-profile attribute so it won't have
8 ; CHECK-NOT: @goo{{.*}} !prof
9 define void @goo() !dbg !26 {
63 ;; @goo is not inlined because @goo doesn't have use-sample-profile attribute.
65 ; CHECK: call void @goo
66 call void @goo(), !dbg !27
116 !26 = distinct !DISubprogram(name: "goo", line: 11, isLocal: false, isDefinition: true, virtualInde…
/external/llvm-project/llvm/test/Transforms/Util/
Dcg-updater-dead-function-callees.ll5 ; CHECK-NOT: void @goo()
13 define internal fastcc void @goo() {
24 call fastcc void @goo()
/external/llvm/test/Transforms/BDCE/
Dbasic.ll56 %call = tail call signext i32 @goo(i32 signext 5) #1
59 %call1 = tail call signext i32 @goo(i32 signext 3) #1
62 %call4 = tail call signext i32 @goo(i32 signext 2) #1
65 %call7 = tail call signext i32 @goo(i32 signext 1) #1
68 %call10 = tail call signext i32 @goo(i32 signext 0) #1
71 %call13 = tail call signext i32 @goo(i32 signext 4) #1
79 ; CHECK: tail call signext i32 @goo(i32 signext 5)
80 ; CHECK-NEXT: tail call signext i32 @goo(i32 signext 3)
81 ; CHECK-NEXT: tail call signext i32 @goo(i32 signext 2)
82 ; CHECK: tail call signext i32 @goo(i32 signext 1)
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Doverflt.ll31 define void @goo() {
33 ; CHECK-LABEL: .ent goo
46 ; CHECK-LABEL: .end goo
62 ;void goo() {
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Doverflt.ll31 define void @goo() {
33 ; CHECK-LABEL: .ent goo
46 ; CHECK-LABEL: .end goo
62 ;void goo() {
/external/llvm-project/llvm/test/CodeGen/X86/
Dbug37521.ll6 declare void @goo(<2 x i256>)
20 ; CHECK-NEXT: callq goo
25 call void @goo(<2 x i256> %load)
/external/llvm-project/llvm/test/Transforms/SampleProfile/Inputs/
Duse-sample-profile-attr.prof5 goo:1820:20
14 4: goo:5860

1234567