aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/call.spvtxt
blob: 6929b1e72a9e824f483a53fb8e13b6137d192c48 (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
               OpCapability GenericPointer
               OpCapability Linkage
               OpCapability Addresses
               OpCapability Kernel
               OpCapability Int8
               OpCapability Int16
               OpCapability Int64
               OpCapability Float16
               OpCapability Float64
         %37 = OpExtInstImport "OpenCL.std"
               OpMemoryModel Physical64 OpenCL
               OpEntryPoint Kernel %4 "call"
       %void = OpTypeVoid
      %ulong = OpTypeInt 64 0
         %40 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_CrossWorkgroup_ulong = OpTypePointer CrossWorkgroup %ulong
         %44 = OpTypeFunction %void %_ptr_Function_ulong %_ptr_Function_ulong
    %ulong_1 = OpConstant %ulong 1
          %4 = OpFunction %void None %40
         %12 = OpFunctionParameter %ulong
         %13 = OpFunctionParameter %ulong
         %26 = 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
         %14 = OpLoad %ulong %5 Aligned 8
               OpStore %7 %14
         %15 = OpLoad %ulong %6 Aligned 8
               OpStore %8 %15
         %17 = OpLoad %ulong %7
         %22 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %17
         %16 = OpLoad %ulong %22 Aligned 8
               OpStore %9 %16
         %18 = OpLoad %ulong %9
         %23 = OpBitcast %_ptr_Function_ulong %10
         %24 = OpCopyObject %ulong %18
               OpStore %23 %24 Aligned 8
         %43 = OpFunctionCall %void %1 %10 %11
         %19 = OpLoad %ulong %11 Aligned 8
               OpStore %9 %19
         %20 = OpLoad %ulong %8
         %21 = OpLoad %ulong %9
         %25 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %20
               OpStore %25 %21 Aligned 8
               OpReturn
               OpFunctionEnd
          %1 = OpFunction %void None %44
         %28 = OpFunctionParameter %_ptr_Function_ulong
         %27 = OpFunctionParameter %_ptr_Function_ulong
         %35 = OpLabel
         %29 = OpVariable %_ptr_Function_ulong Function
         %30 = OpLoad %ulong %28 Aligned 8
               OpStore %29 %30
         %32 = OpLoad %ulong %29
         %31 = OpIAdd %ulong %32 %ulong_1
               OpStore %29 %31
         %33 = OpLoad %ulong %29
               OpStore %27 %33 Aligned 8
               OpReturn
               OpFunctionEnd