aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/activemask.spvtxt
blob: 0753c9544a3db9c08c3cfa23cdae4598cc86a073 (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
               OpCapability GenericPointer
               OpCapability Linkage
               OpCapability Addresses
               OpCapability Kernel
               OpCapability Int8
               OpCapability Int16
               OpCapability Int64
               OpCapability Float16
               OpCapability Float64
         %18 = OpExtInstImport "OpenCL.std"
               OpMemoryModel Physical64 OpenCL
               OpEntryPoint Kernel %1 "activemask"
               OpExecutionMode %1 ContractionOff
               OpDecorate %15 LinkageAttributes "__zluda_ptx_impl__activemask" Import
       %void = OpTypeVoid
       %uint = OpTypeInt 32 0
         %21 = OpTypeFunction %uint
      %ulong = OpTypeInt 64 0
         %23 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_Function_uint = OpTypePointer Function %uint
%_ptr_Generic_uint = OpTypePointer Generic %uint
         %15 = OpFunction %uint None %21
               OpFunctionEnd
          %1 = OpFunction %void None %23
          %6 = OpFunctionParameter %ulong
          %7 = OpFunctionParameter %ulong
         %14 = OpLabel
          %2 = OpVariable %_ptr_Function_ulong Function
          %3 = OpVariable %_ptr_Function_ulong Function
          %4 = OpVariable %_ptr_Function_ulong Function
          %5 = OpVariable %_ptr_Function_uint Function
               OpStore %2 %6
               OpStore %3 %7
          %8 = OpLoad %ulong %3 Aligned 8
               OpStore %4 %8
          %9 = OpFunctionCall %uint %15
               OpStore %5 %9
         %10 = OpLoad %ulong %4
         %11 = OpLoad %uint %5
         %12 = OpConvertUToPtr %_ptr_Generic_uint %10
         %13 = OpCopyObject %uint %11
               OpStore %12 %13 Aligned 4
               OpReturn
               OpFunctionEnd