Home
last modified time | relevance | path

Searched refs:hoo (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/Mips/
Dconst6.ll34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst4a.ll38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
46 call void bitcast (void (...)* @hoo to void ()*)()
47 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dsimplebr.ll21 call void bitcast (void (...)* @hoo to void ()*)()
32 declare void @hoo(...) #1
/external/llvm/test/CodeGen/Mips/
Dconst6.ll34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst4a.ll38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
46 call void bitcast (void (...)* @hoo to void ()*)()
47 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dsimplebr.ll21 call void bitcast (void (...)* @hoo to void ()*)()
32 declare void @hoo(...) #1
/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))
21 %tmp12 = call i32 @hoo()
47 %tmp29 = call i32 @hoo()
64 %tmp12 = call i32 @hoo()
91 %tmp29 = call i32 @hoo()
107 %tmp12 = call i32 @hoo()
130 %tmp29 = call i32 @hoo()
148 %tmp12 = call i32 @hoo()
172 %tmp29 = call i32 @hoo()
[all …]
Dphi_or.ll4 ; if (__builtin_expect((x > goo() || y > hoo()), 1)) {
9 ; if (__builtin_expect((x > goo() || y > hoo()), 0)) {
24 %tmp12 = call i32 @hoo()
42 %tmp22 = call i32 @hoo()
68 %tmp12 = call i32 @hoo()
86 %tmp22 = call i32 @hoo()
94 declare i32 @hoo()
/external/llvm-project/llvm/test/MC/ELF/ARM/
Dclang-section.s66 .globl hoo symbol
68 .type hoo,%function
69 .code 32 @ @hoo
70 hoo: label
81 .size hoo, .Lfunc_end2-hoo
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/
Dalloca.ll18 declare void @hoo(i64*)
39 call void @hoo(i64* %a.i)
40 call void @hoo(i64* %c)
/external/llvm-project/llvm/test/Analysis/LazyValueAnalysis/
Dinvalidation.ll22 declare void @hoo(i64*)
42 call void @hoo(i64* %a.i)
43 call void @hoo(i64* %c)
/external/llvm-project/llvm/test/Transforms/SampleProfile/Inputs/
Dprofile-symbol-list.ll6 ; __attribute__((noinline)) int hoo() { return 4 };
17 ; return goo() + hoo() != 7;
20 ; Both goo and hoo don't show up in the input profile.
22 ; and function hoo doesn't show up. Then the profile symbol list in the input
23 ; profile will contain goo but not hoo. Verify the entry count of goo is
24 ; 0 and the entry count of hoo is -1.
112 !10 = distinct !DISubprogram(name: "hoo", linkageName: "_Z3hoov", scope: !1, file: !1, line: 4, typ…
/external/curl/tests/data/
Dtest1831 hoo
85 hoo
/external/llvm-project/llvm/test/tools/llvm-profdata/Inputs/
Dmix_sample.proftext9 hoo:50:1
/external/llvm/test/CodeGen/PowerPC/
Dstack-realign.ll98 define void @hoo(%struct.s* byval nocapture readonly %a) {
113 ; CHECK-LABEL: @hoo
129 ; CHECK-32-LABEL: @hoo
143 ; CHECK-32-PIC-LABEL: @hoo
Drecipest.ll142 define <4 x float> @hoo(<4 x float> %a, <4 x float> %b) nounwind {
147 ; CHECK: @hoo
150 ; CHECK-SAFE: @hoo
/external/llvm-project/clang/test/CodeGen/X86/
Dx86-builtins-vector-width.c21 void hoo(void) __attribute__((__min_vector_width__(128))) { in hoo() function
Dx86-vector-width.c21 void hoo(void) { in hoo() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmay_alias.cpp22 auto hoo(Alias<int> &r) { return r; } in hoo() function
Dclang-sections.cpp44 int hoo(void) { in hoo() function
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dstack-realign.ll108 define void @hoo(%struct.s* byval(%struct.s) nocapture readonly %a) {
123 ; CHECK-LABEL: @hoo
139 ; CHECK-32-LABEL: @hoo
157 ; CHECK-32-PIC-LABEL: @hoo
/external/llvm-project/llvm/test/CodeGen/ARM/
Dclang-section.ll42 define i32 @hoo() #7 {
73 ;CHECK: .type hoo,%function
74 ;CHECK: hoo:
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dphi-known.ll71 declare void @hoo()
102 call void @hoo()
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dsimple.ll65 define i32 @hoo(i32* nocapture %a) nounwind uwtable readonly {
88 ; CHECK-LABEL: @hoo
Dsimple32.ll65 define i32 @hoo(i32* nocapture %a) nounwind uwtable readonly {
88 ; CHECK-LABEL: @hoo

123