blob: ca4685a0495ef2acc773a47df8b4609ca2684417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
OpCapability GenericPointer
OpCapability Linkage
OpCapability Addresses
OpCapability Kernel
OpCapability Int64
OpCapability Int8
%47 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %4 "call"
%void = OpTypeVoid
%ulong = OpTypeInt 64 0
%50 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_CrossWorkgroup_ulong = OpTypePointer CrossWorkgroup %ulong
%53 = OpTypeFunction %ulong %ulong
%ulong_1 = OpConstant %ulong 1
%4 = OpFunction %void None %50
%12 = OpFunctionParameter %ulong
%13 = OpFunctionParameter %ulong
%32 = OpLabel
%5 = OpVariable %_ptr_Function_ulong Function
%6 = OpVariable %_ptr_Function_ulong Function
%7 = OpVariable %_ptr_Function_ulong Function
%8 = OpVariable %_ptr_Function_ulong Function
%9 = OpVariable %_ptr_Function_ulong Function
%10 = OpVariable %_ptr_Function_ulong Function
%11 = OpVariable %_ptr_Function_ulong Function
OpStore %5 %12
OpStore %6 %13
%15 = OpLoad %ulong %5
%14 = OpCopyObject %ulong %15
OpStore %7 %14
%17 = OpLoad %ulong %6
%16 = OpCopyObject %ulong %17
OpStore %8 %16
%19 = OpLoad %ulong %7
%28 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %19
%18 = OpLoad %ulong %28
OpStore %9 %18
%21 = OpLoad %ulong %9
%29 = OpCopyObject %ulong %21
%30 = OpCopyObject %ulong %29
%20 = OpCopyObject %ulong %30
OpStore %10 %20
%23 = OpLoad %ulong %10
%22 = OpFunctionCall %ulong %1 %23
OpStore %11 %22
%25 = OpLoad %ulong %11
%24 = OpCopyObject %ulong %25
OpStore %9 %24
%26 = OpLoad %ulong %8
%27 = OpLoad %ulong %9
%31 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %26
OpStore %31 %27
OpReturn
OpFunctionEnd
%1 = OpFunction %ulong None %53
%36 = OpFunctionParameter %ulong
%45 = OpLabel
%34 = OpVariable %_ptr_Function_ulong Function
%33 = OpVariable %_ptr_Function_ulong Function
%35 = OpVariable %_ptr_Function_ulong Function
OpStore %34 %36
%38 = OpLoad %ulong %34
%37 = OpCopyObject %ulong %38
OpStore %35 %37
%40 = OpLoad %ulong %35
%39 = OpIAdd %ulong %40 %ulong_1
OpStore %35 %39
%42 = OpLoad %ulong %35
%41 = OpCopyObject %ulong %42
OpStore %33 %41
%43 = OpLoad %ulong %33
OpReturnValue %43
OpFunctionEnd
|