Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 11314) sorted by relevance

12345678910>>...453

/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dbranch-relaxation-long.ll16 call void asm sideeffect "nop", ""()
17 call void asm sideeffect "nop", ""()
18 call void asm sideeffect "nop", ""()
19 call void asm sideeffect "nop", ""()
20 call void asm sideeffect "nop", ""()
21 call void asm sideeffect "nop", ""()
22 call void asm sideeffect "nop", ""()
23 call void asm sideeffect "nop", ""()
24 call void asm sideeffect "nop", ""()
25 call void asm sideeffect "nop", ""()
[all …]
H A Djmp-long.ll14 tail call addrspace(0) void asm sideeffect "nop", ""()
15 tail call addrspace(0) void asm sideeffect "nop", ""()
16 tail call addrspace(0) void asm sideeffect "nop", ""()
17 tail call addrspace(0) void asm sideeffect "nop", ""()
18 tail call addrspace(0) void asm sideeffect "nop", ""()
19 tail call addrspace(0) void asm sideeffect "nop", ""()
20 tail call addrspace(0) void asm sideeffect "nop", ""()
21 tail call addrspace(0) void asm sideeffect "nop", ""()
22 tail call addrspace(0) void asm sideeffect "nop", ""()
1039 ; CHECK: call 0
[all …]
H A Dbranch-relaxation.ll14 call void asm sideeffect "nop", ""()
15 call void asm sideeffect "nop", ""()
16 call void asm sideeffect "nop", ""()
17 call void asm sideeffect "nop", ""()
18 call void asm sideeffect "nop", ""()
19 call void asm sideeffect "nop", ""()
20 call void asm sideeffect "nop", ""()
21 call void asm sideeffect "nop", ""()
22 call void asm sideeffect "nop", ""()
23 call void asm sideeffect "nop", ""()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcode_placement_ext_tsp_large.ll118 call void @a()
119 call void @a()
120 call void @a()
121 call void @a()
122 call void @a()
123 call void @a()
124 call void @a()
125 call void @a()
126 call void @a()
127 call void @a()
[all …]
H A Dcode_placement_ext_tsp.ll29 %call = call zeroext i1 @a()
33 call void @d()
34 call void @d()
35 call void @d()
39 call void @e()
70 %call = call zeroext i1 @a()
74 call void @d()
123 %call = call zeroext i1 @a()
209 %call = call zeroext i1 @a()
310 %call = call zeroext i1 @a()
[all …]
H A Dsetjmp-spills.ll21 %a1 = call i32 @get_val()
22 %a2 = call i32 @get_val()
23 %a3 = call i32 @get_val()
24 %a4 = call i32 @get_val()
25 %a5 = call i32 @get_val()
26 %a6 = call i32 @get_val()
27 %a7 = call i32 @get_val()
28 %a8 = call i32 @get_val()
60 call void @longjmp()
79 ; call setjmp().
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dvgpr-agpr-limit-gfx90a.ll530 call void @use256vgprs()
553 call void @foo()
554 call void @use256vgprs()
563 call void @use256vgprs()
574 call void @foo()
575 call void @use256vgprs()
584 call void @use256vgprs()
595 call void @foo()
616 call void @foo()
646 call void @foo()
[all …]
H A Dattr-amdgpu-flat-work-group-size-vgpr-limit.ll15 %v0 = call i32 asm sideeffect "; def $0", "=v"()
16 %v1 = call i32 asm sideeffect "; def $0", "=v"()
17 %v2 = call i32 asm sideeffect "; def $0", "=v"()
18 %v3 = call i32 asm sideeffect "; def $0", "=v"()
19 %v4 = call i32 asm sideeffect "; def $0", "=v"()
20 %v5 = call i32 asm sideeffect "; def $0", "=v"()
544 call void @use256vgprs()
563 call void @foo()
564 call void @use256vgprs()
582 call void @foo()
[all …]
H A Dexceed-max-sgprs.ll5 call void asm sideeffect "", "~{s[0:7]}" ()
6 call void asm sideeffect "", "~{s[8:15]}" ()
7 call void asm sideeffect "", "~{s[16:23]}" ()
8 call void asm sideeffect "", "~{s[24:31]}" ()
9 call void asm sideeffect "", "~{s[32:39]}" ()
10 call void asm sideeffect "", "~{s[40:47]}" ()
11 call void asm sideeffect "", "~{s[48:55]}" ()
18 call void asm sideeffect "", "~{vcc}" ()
37 call void asm sideeffect "", "~{vcc}" ()
56 call void asm sideeffect "", "~{vcc}" ()
[all …]
H A Dloop-prefetch.ll27 tail call void @llvm.amdgcn.s.sleep(i32 0)
52 tail call void @llvm.amdgcn.s.sleep(i32 0)
53 tail call void @llvm.amdgcn.s.sleep(i32 0)
54 tail call void @llvm.amdgcn.s.sleep(i32 0)
55 tail call void @llvm.amdgcn.s.sleep(i32 0)
56 tail call void @llvm.amdgcn.s.sleep(i32 0)
57 tail call void @llvm.amdgcn.s.sleep(i32 0)
58 tail call void @llvm.amdgcn.s.sleep(i32 0)
59 tail call void @llvm.amdgcn.s.sleep(i32 0)
60 tail call void @llvm.amdgcn.s.sleep(i32 0)
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dexponential-deferred-inlining.ll7 call void @foo()
8 call void @foo()
9 call void @foo()
10 call void @foo()
11 call void @foo()
12 call void @foo()
13 call void @foo()
14 call void @foo()
15 call void @foo()
16 call void @foo()
[all …]
H A Dmonster_scc.ll51 ; OLD-NOT: call
53 ; OLD-NOT: call
55 ; OLD-NOT: call
57 ; OLD-NOT: call
59 ; OLD-NOT: call
60 ; NEW-NOT: call
62 ; NEW-NOT: call
64 ; NEW-NOT: call
66 ; NEW-NOT: call
68 ; NEW-NOT: call
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dlower-scalar-mass-nofast.ll90 %call = tail call float @acosf(float %a)
100 %call = tail call float @acoshf(float %a)
110 %call = tail call float @asinf(float %a)
120 %call = tail call float @asinhf(float %a)
140 %call = tail call float @atanf(float %a)
160 %call = tail call float @cbrtf(float %a)
180 %call = tail call float @cosf(float %a)
190 %call = tail call float @coshf(float %a)
210 %call = tail call float @erff(float %a)
220 %call = tail call float @expf(float %a)
[all …]
H A Dlower-scalar-mass-afn.ll89 %call = tail call afn float @acosf(float %a)
98 %call = tail call afn float @acoshf(float %a)
107 %call = tail call afn float @asinf(float %a)
116 %call = tail call afn float @asinhf(float %a)
134 %call = tail call afn float @atanf(float %a)
152 %call = tail call afn float @cbrtf(float %a)
170 %call = tail call afn float @cosf(float %a)
179 %call = tail call afn float @coshf(float %a)
197 %call = tail call afn float @erff(float %a)
206 %call = tail call afn float @expf(float %a)
[all …]
H A Dlower-scalar-mass-fast.ll89 %call = tail call nnan ninf afn nsz float @acosf(float %a)
98 %call = tail call nnan ninf afn nsz float @acoshf(float %a)
107 %call = tail call nnan ninf afn nsz float @asinf(float %a)
116 %call = tail call nnan ninf afn nsz float @asinhf(float %a)
134 %call = tail call nnan ninf afn nsz float @atanf(float %a)
152 %call = tail call nnan ninf afn nsz float @cbrtf(float %a)
170 %call = tail call nnan ninf afn nsz float @cosf(float %a)
179 %call = tail call nnan ninf afn nsz float @coshf(float %a)
197 %call = tail call nnan ninf afn nsz float @erff(float %a)
206 %call = tail call nnan ninf afn nsz float @expf(float %a)
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Util/PredicateInfo/
H A Dtestandor.ll39 call void @foo(i1 %xz)
40 call void @foo(i1 %yz)
41 call void @bar(i32 %x)
42 call void @bar(i32 %y)
45 call void @foo(i1 %xz)
46 call void @foo(i1 %yz)
47 call void @bar(i32 %x)
48 call void @bar(i32 %y)
49 call void @foo(i1 %z)
94 call void @foo(i1 %z)
[all …]
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dreduce_clobber_limit.ll11 call void @blah()
12 call void @blah()
13 call void @blah()
14 call void @blah()
15 call void @blah()
16 call void @blah()
21 call void @blah()
22 call void @blah()
23 call void @blah()
24 call void @blah()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dconst4a.ll30 call void bitcast (void (...)* @foo to void ()*)()
34 call void bitcast (void (...)* @goo 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 ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
H A 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 …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dderef-alloc-fns.ll26 %call = tail call noalias i8* @malloc(i64 %n)
35 %call = tail call noalias i8* @malloc(i64 40)
93 call i8* @foo(i8* %call, i8* %call_1, i8* %call_2)
160 %call = tail call noalias i8* @malloc(i64 0)
287 %call = tail call i8* @_Znam(i64 %n)
296 %call = tail call i8* @_Znam(i64 40)
305 %call = tail call i8* @_Znwm(i64 40)
314 %call = tail call i8* @_Znam(i64 0)
332 %call = tail call noalias i8* @strdup(i8* %str)
364 %call = call i8* @my_malloc(i64 32)
[all …]
H A Dpow-exp.ll10 %call = call fast float @expf(float %x) nounwind readnone
11 %pow = call fast float @llvm.pow.f32(float %call, float %y)
21 %call = call fast float @expf(float %x)
22 %pow = call fast float @powf(float %call, float %y)
32 %call = call fast double @exp(double %x) nounwind readnone
65 %call = call fp128 @expl(fp128 %x)
109 %call = call fast double @exp2(double %x)
110 %pow = call fast double @pow(double %call, double %y)
131 %call = call fp128 @exp2l(fp128 %x)
379 tail call void @use_d(double %call)
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dfold-not-thread.ll20 call i32 @f2()
21 call i32 @f2()
22 call i32 @f2()
23 call i32 @f2()
24 call i32 @f2()
25 call i32 @f2()
26 call i32 @f2()
27 call i32 @f2()
28 call i32 @f2()
29 call i32 @f2()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Inline/AMDGPU/
H A Dinline-amdgpu-dx10-clamp.ll19 %call = call i32 @func_default()
26 %call = call i32 @func_default()
33 %call = call i32 @func_dx10_clamp_enabled()
40 %call = call i32 @func_dx10_clamp_disabled()
47 %call = call i32 @func_default()
54 %call = call i32 @func_dx10_clamp_enabled()
69 %call = call i32 @func_default()
78 %call = call i32 @func_default()
85 %call = call i32 @func_default()
92 %call = call i32 @func_default()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dcbnz.ll13 call void @x()
14 call void @x()
15 call void @x()
16 call void @x()
17 call void @x()
18 call void @x()
19 call void @x()
20 call void @x()
21 call void @x()
22 call void @x()
[all …]
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dpreallocated-invalid.ll17 %cs = call token @llvm.call.preallocated.setup(i32 1)
18 %x = call i8* @llvm.call.preallocated.arg(token %cs, i32 0)
46 %cs0 = call token @llvm.call.preallocated.setup(i32 0)
47 %cs1 = call token @llvm.call.preallocated.setup(i32 0)
54 %cs0 = call token @llvm.call.preallocated.setup(i32 0)
55 %cs1 = call token @llvm.call.preallocated.setup(i32 0)
62 %cs = call token @llvm.call.preallocated.setup(i32 1)
79 %cs = call token @llvm.call.preallocated.setup(i32 2)
86 %cs = call token @llvm.call.preallocated.setup(i32 1)
95 %cs = call token @llvm.call.preallocated.setup(i32 1)
[all …]

12345678910>>...453