blob: 6754ce48c25b6c58362212c265f66f7a91ff8d07 (
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
|
OpCapability GenericPointer
OpCapability Linkage
OpCapability Addresses
OpCapability Kernel
OpCapability Int8
OpCapability Int16
OpCapability Int64
OpCapability Float16
OpCapability Float64
%30 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "ntid"
OpExecutionMode %1 ContractionOff
OpDecorate %11 LinkageAttributes "__zluda_ptx_impl__sreg_ntid" Import
%void = OpTypeVoid
%uint = OpTypeInt 32 0
%uchar = OpTypeInt 8 0
%34 = OpTypeFunction %uint %uchar
%ulong = OpTypeInt 64 0
%36 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_Function_uint = OpTypePointer Function %uint
%_ptr_Generic_uint = OpTypePointer Generic %uint
%uchar_0 = OpConstant %uchar 0
%11 = OpFunction %uint None %34
%13 = OpFunctionParameter %uchar
OpFunctionEnd
%1 = OpFunction %void None %36
%14 = OpFunctionParameter %ulong
%15 = OpFunctionParameter %ulong
%28 = OpLabel
%2 = OpVariable %_ptr_Function_ulong Function
%3 = OpVariable %_ptr_Function_ulong Function
%4 = OpVariable %_ptr_Function_ulong Function
%5 = OpVariable %_ptr_Function_ulong Function
%6 = OpVariable %_ptr_Function_uint Function
%7 = OpVariable %_ptr_Function_uint Function
OpStore %2 %14
OpStore %3 %15
%16 = OpLoad %ulong %2 Aligned 8
OpStore %4 %16
%17 = OpLoad %ulong %3 Aligned 8
OpStore %5 %17
%19 = OpLoad %ulong %4
%26 = OpConvertUToPtr %_ptr_Generic_uint %19
%18 = OpLoad %uint %26 Aligned 4
OpStore %6 %18
%10 = OpFunctionCall %uint %11 %uchar_0
%20 = OpCopyObject %uint %10
OpStore %7 %20
%22 = OpLoad %uint %6
%23 = OpLoad %uint %7
%21 = OpIAdd %uint %22 %23
OpStore %6 %21
%24 = OpLoad %ulong %5
%25 = OpLoad %uint %6
%27 = OpConvertUToPtr %_ptr_Generic_uint %24
OpStore %27 %25 Aligned 4
OpReturn
OpFunctionEnd
|