[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[llvm-project.git] / libclc / generic / lib / SOURCES
blob579e909e53d462eea16658e30594d8683e580691
1 subnormal_config.cl
2 subnormal_helper_func.ll
3 async/async_work_group_copy.cl
4 async/async_work_group_strided_copy.cl
5 async/prefetch.cl
6 async/wait_group_events.cl
7 atomic/atomic_add.cl
8 atomic/atomic_and.cl
9 atomic/atomic_cmpxchg.cl
10 atomic/atomic_dec.cl
11 atomic/atomic_inc.cl
12 atomic/atomic_max.cl
13 atomic/atomic_min.cl
14 atomic/atomic_or.cl
15 atomic/atomic_sub.cl
16 atomic/atomic_xor.cl
17 atomic/atomic_xchg.cl
18 cl_khr_global_int32_base_atomics/atom_add.cl
19 cl_khr_global_int32_base_atomics/atom_cmpxchg.cl
20 cl_khr_global_int32_base_atomics/atom_dec.cl
21 cl_khr_global_int32_base_atomics/atom_inc.cl
22 cl_khr_global_int32_base_atomics/atom_sub.cl
23 cl_khr_global_int32_base_atomics/atom_xchg.cl
24 cl_khr_global_int32_extended_atomics/atom_and.cl
25 cl_khr_global_int32_extended_atomics/atom_max.cl
26 cl_khr_global_int32_extended_atomics/atom_min.cl
27 cl_khr_global_int32_extended_atomics/atom_or.cl
28 cl_khr_global_int32_extended_atomics/atom_xor.cl
29 cl_khr_local_int32_base_atomics/atom_add.cl
30 cl_khr_local_int32_base_atomics/atom_cmpxchg.cl
31 cl_khr_local_int32_base_atomics/atom_dec.cl
32 cl_khr_local_int32_base_atomics/atom_inc.cl
33 cl_khr_local_int32_base_atomics/atom_sub.cl
34 cl_khr_local_int32_base_atomics/atom_xchg.cl
35 cl_khr_local_int32_extended_atomics/atom_and.cl
36 cl_khr_local_int32_extended_atomics/atom_max.cl
37 cl_khr_local_int32_extended_atomics/atom_min.cl
38 cl_khr_local_int32_extended_atomics/atom_or.cl
39 cl_khr_local_int32_extended_atomics/atom_xor.cl
40 cl_khr_int64_base_atomics/atom_add.cl
41 cl_khr_int64_base_atomics/atom_cmpxchg.cl
42 cl_khr_int64_base_atomics/atom_dec.cl
43 cl_khr_int64_base_atomics/atom_inc.cl
44 cl_khr_int64_base_atomics/atom_sub.cl
45 cl_khr_int64_base_atomics/atom_xchg.cl
46 cl_khr_int64_extended_atomics/atom_and.cl
47 cl_khr_int64_extended_atomics/atom_max.cl
48 cl_khr_int64_extended_atomics/atom_min.cl
49 cl_khr_int64_extended_atomics/atom_or.cl
50 cl_khr_int64_extended_atomics/atom_xor.cl
51 common/degrees.cl
52 common/mix.cl
53 common/radians.cl
54 common/sign.cl
55 common/smoothstep.cl
56 common/step.cl
57 geometric/cross.cl
58 geometric/distance.cl
59 geometric/dot.cl
60 geometric/fast_distance.cl
61 geometric/fast_length.cl
62 geometric/fast_normalize.cl
63 geometric/length.cl
64 geometric/normalize.cl
65 integer/abs.cl
66 integer/abs_diff.cl
67 integer/add_sat.cl
68 integer/clz.cl
69 integer/hadd.cl
70 integer/mad24.cl
71 integer/mad_sat.cl
72 integer/mul24.cl
73 integer/mul_hi.cl
74 integer/popcount.cl
75 integer/rhadd.cl
76 integer/rotate.cl
77 integer/sub_sat.cl
78 integer/upsample.cl
79 math/acos.cl
80 math/acosh.cl
81 math/acospi.cl
82 math/asin.cl
83 math/asinh.cl
84 math/asinpi.cl
85 math/atan.cl
86 math/atan2.cl
87 math/atan2pi.cl
88 math/atanh.cl
89 math/atanpi.cl
90 math/cbrt.cl
91 math/ceil.cl
92 math/copysign.cl
93 math/cos.cl
94 math/cosh.cl
95 math/cospi.cl
96 math/ep_log.cl
97 math/erf.cl
98 math/erfc.cl
99 math/exp.cl
100 math/exp_helper.cl
101 math/expm1.cl
102 math/exp2.cl
103 math/clc_exp10.cl
104 math/exp10.cl
105 math/fabs.cl
106 math/fdim.cl
107 math/floor.cl
108 math/clc_fma.cl
109 math/fma.cl
110 math/fmax.cl
111 math/fmin.cl
112 math/clc_fmod.cl
113 math/fmod.cl
114 math/fract.cl
115 math/frexp.cl
116 math/half_cos.cl
117 math/half_divide.cl
118 math/half_exp.cl
119 math/half_exp10.cl
120 math/half_exp2.cl
121 math/half_log.cl
122 math/half_log10.cl
123 math/half_log2.cl
124 math/half_powr.cl
125 math/half_recip.cl
126 math/half_rsqrt.cl
127 math/half_sin.cl
128 math/half_sqrt.cl
129 math/half_tan.cl
130 math/clc_hypot.cl
131 math/hypot.cl
132 math/ilogb.cl
133 math/clc_ldexp.cl
134 math/ldexp.cl
135 math/lgamma.cl
136 math/lgamma_r.cl
137 math/log.cl
138 math/log10.cl
139 math/log1p.cl
140 math/log2.cl
141 math/logb.cl
142 math/mad.cl
143 math/maxmag.cl
144 math/minmag.cl
145 math/modf.cl
146 math/nan.cl
147 math/native_cos.cl
148 math/native_divide.cl
149 math/native_exp.cl
150 math/native_exp10.cl
151 math/native_exp2.cl
152 math/native_log.cl
153 math/native_log10.cl
154 math/native_log2.cl
155 math/native_powr.cl
156 math/native_recip.cl
157 math/native_rsqrt.cl
158 math/native_sin.cl
159 math/native_sqrt.cl
160 math/native_tan.cl
161 math/tables.cl
162 math/clc_nextafter.cl
163 math/nextafter.cl
164 math/clc_pow.cl
165 math/pow.cl
166 math/clc_pown.cl
167 math/pown.cl
168 math/clc_powr.cl
169 math/powr.cl
170 math/clc_remainder.cl
171 math/remainder.cl
172 math/clc_remquo.cl
173 math/remquo.cl
174 math/rint.cl
175 math/clc_rootn.cl
176 math/rootn.cl
177 math/round.cl
178 math/rsqrt.cl
179 math/sin.cl
180 math/sincos.cl
181 math/sincos_helpers.cl
182 math/sinh.cl
183 math/sinpi.cl
184 math/clc_sqrt.cl
185 math/sqrt.cl
186 math/clc_tan.cl
187 math/tan.cl
188 math/tanh.cl
189 math/clc_tanpi.cl
190 math/tanpi.cl
191 math/tgamma.cl
192 math/trunc.cl
193 misc/shuffle.cl
194 misc/shuffle2.cl
195 relational/all.cl
196 relational/any.cl
197 relational/bitselect.cl
198 relational/isequal.cl
199 relational/isfinite.cl
200 relational/isgreater.cl
201 relational/isgreaterequal.cl
202 relational/isinf.cl
203 relational/isless.cl
204 relational/islessequal.cl
205 relational/islessgreater.cl
206 relational/isnan.cl
207 relational/isnormal.cl
208 relational/isnotequal.cl
209 relational/isordered.cl
210 relational/isunordered.cl
211 relational/select.cl
212 relational/signbit.cl
213 shared/clamp.cl
214 shared/max.cl
215 shared/min.cl
216 shared/vload.cl
217 shared/vstore.cl
218 workitem/get_global_id.cl
219 workitem/get_global_size.cl