llvm-project/libclc/generic/lib/integer
Tom Stellard 3a9632d544 s/_CLC_DECL/_CLC_DEF/
Some function definitions were using _CLC_DECL, which meant that they
weren't being marked as always_inline.

Reviewed-by and Tested-by: Aaron Watry <awatry@gmail.com>

llvm-svn: 193754
2013-10-31 15:50:53 +00:00
..
abs.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
abs.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
abs_diff.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
abs_diff.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
add_sat.cl
add_sat_if.ll libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll 2013-06-26 18:21:31 +00:00
add_sat_impl.ll Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
clz.cl libclc: Implement clz() builtin 2013-06-26 18:21:55 +00:00
clz_if.ll libclc: Implement clz() builtin 2013-06-26 18:21:55 +00:00
clz_impl.ll libclc: Implement clz() builtin 2013-06-26 18:21:55 +00:00
hadd.cl Add hadd builtin 2013-08-15 19:21:07 +00:00
hadd.inc Add hadd builtin 2013-08-15 19:21:07 +00:00
mad24.cl Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
mad24.inc Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
mul24.cl Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
mul24.inc Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
mul_hi.cl s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
rhadd.cl Add rhadd builtin 2013-08-15 19:21:10 +00:00
rhadd.inc Add rhadd builtin 2013-08-15 19:21:10 +00:00
rotate.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
rotate.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
sub_sat.cl Implement sub_sat builtin. Patch by Lei Mou! 2012-08-05 22:25:12 +00:00
sub_sat_if.ll libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll 2013-06-26 18:21:31 +00:00
sub_sat_impl.ll Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
upsample.cl s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00