aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/atom_add_float.spvtxt
blob: 9533d83d416785a6acf87924b65f5ae45fc1f5b9 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
               OpCapability GenericPointer
               OpCapability Linkage
               OpCapability Addresses
               OpCapability Kernel
               OpCapability Int8
               OpCapability Int16
               OpCapability Int64
               OpCapability Float16
               OpCapability Float64
               OpCapability DenormFlushToZero
         %46 = OpExtInstImport "OpenCL.std"
               OpMemoryModel Physical64 OpenCL
               OpEntryPoint Kernel %1 "atom_add_float" %42
               OpExecutionMode %1 ContractionOff
               OpDecorate %37 LinkageAttributes "__zluda_ptx_impl__atom_relaxed_gpu_shared_add_f32" Import
       %void = OpTypeVoid
      %float = OpTypeFloat 32
%_ptr_Workgroup_float = OpTypePointer Workgroup %float
         %50 = OpTypeFunction %float %_ptr_Workgroup_float %float
       %uint = OpTypeInt 32 0
      %uchar = OpTypeInt 8 0
  %uint_1024 = OpConstant %uint 1024
%_arr_uchar_uint_1024 = OpTypeArray %uchar %uint_1024
%_ptr_Workgroup__arr_uchar_uint_1024 = OpTypePointer Workgroup %_arr_uchar_uint_1024
         %42 = OpVariable %_ptr_Workgroup__arr_uchar_uint_1024 Workgroup
      %ulong = OpTypeInt 64 0
         %57 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_Function_float = OpTypePointer Function %float
%_ptr_Generic_float = OpTypePointer Generic %float
    %ulong_4 = OpConstant %ulong 4
%_ptr_Generic_uchar = OpTypePointer Generic %uchar
%uint_1024_0 = OpConstant %uint 1024
%uint_1024_1 = OpConstant %uint 1024
%uint_1024_2 = OpConstant %uint 1024
  %ulong_4_0 = OpConstant %ulong 4
         %37 = OpFunction %float None %50
         %39 = OpFunctionParameter %_ptr_Workgroup_float
         %40 = OpFunctionParameter %float
               OpFunctionEnd
          %1 = OpFunction %void None %57
          %9 = OpFunctionParameter %ulong
         %10 = OpFunctionParameter %ulong
         %36 = OpLabel
          %2 = OpVariable %_ptr_Function_ulong Function
          %3 = OpVariable %_ptr_Function_ulong Function
          %5 = OpVariable %_ptr_Function_ulong Function
          %6 = OpVariable %_ptr_Function_ulong Function
          %7 = OpVariable %_ptr_Function_float Function
          %8 = OpVariable %_ptr_Function_float Function
               OpStore %2 %9
               OpStore %3 %10
         %11 = OpLoad %ulong %2 Aligned 8
               OpStore %5 %11
         %12 = OpLoad %ulong %3 Aligned 8
               OpStore %6 %12
         %14 = OpLoad %ulong %5
         %29 = OpConvertUToPtr %_ptr_Generic_float %14
         %13 = OpLoad %float %29 Aligned 4
               OpStore %7 %13
         %16 = OpLoad %ulong %5
         %30 = OpConvertUToPtr %_ptr_Generic_float %16
         %62 = OpBitcast %_ptr_Generic_uchar %30
         %63 = OpInBoundsPtrAccessChain %_ptr_Generic_uchar %62 %ulong_4
         %26 = OpBitcast %_ptr_Generic_float %63
         %15 = OpLoad %float %26 Aligned 4
               OpStore %8 %15
         %17 = OpLoad %float %7
         %43 = OpBitcast %_ptr_Workgroup__arr_uchar_uint_1024 %42
         %31 = OpBitcast %_ptr_Workgroup_float %43
               OpStore %31 %17 Aligned 4
         %19 = OpLoad %float %8
         %44 = OpBitcast %_ptr_Workgroup__arr_uchar_uint_1024 %42
         %32 = OpBitcast %_ptr_Workgroup_float %44
         %18 = OpFunctionCall %float %37 %32 %19
               OpStore %7 %18
         %45 = OpBitcast %_ptr_Workgroup__arr_uchar_uint_1024 %42
         %33 = OpBitcast %_ptr_Workgroup_float %45
         %20 = OpLoad %float %33 Aligned 4
               OpStore %8 %20
         %21 = OpLoad %ulong %6
         %22 = OpLoad %float %7
         %34 = OpConvertUToPtr %_ptr_Generic_float %21
               OpStore %34 %22 Aligned 4
         %23 = OpLoad %ulong %6
         %24 = OpLoad %float %8
         %35 = OpConvertUToPtr %_ptr_Generic_float %23
         %67 = OpBitcast %_ptr_Generic_uchar %35
         %68 = OpInBoundsPtrAccessChain %_ptr_Generic_uchar %67 %ulong_4_0
         %28 = OpBitcast %_ptr_Generic_float %68
               OpStore %28 %24 Aligned 4
               OpReturn
               OpFunctionEnd