@@ -1329,7 +1329,7 @@ OBJS = \
haifa-sched.o \
hash-map-tests.o \
hash-set-tests.o \
- hsa.o \
+ hsa-common.o \
hsa-gen.o \
hsa-regalloc.o \
hsa-brig.o \
@@ -2516,7 +2516,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
$(srcdir)/sancov.c \
$(srcdir)/ipa-devirt.c \
$(srcdir)/internal-fn.h \
- $(srcdir)/hsa.c \
+ $(srcdir)/hsa-common.c \
@all_gtfiles@
# Compute the list of GT header files from the corresponding C sources,
@@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see
#include "dumpfile.h"
#include "print-tree.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
#include "gomp-constants.h"
/* Convert VAL to little endian form, if necessary. */
similarity index 99%
rename from gcc/hsa.c
rename to gcc/hsa-common.c
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
#include "print-tree.h"
#include "stringpool.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
#include "internal-fn.h"
#include "ctype.h"
#include "builtins.h"
@@ -991,4 +991,4 @@ hsa_internal_fn::get_argument_type (int n)
}
}
-#include "gt-hsa.h"
+#include "gt-hsa-common.h"
similarity index 99%
rename from gcc/hsa.h
rename to gcc/hsa-common.h
@@ -1309,7 +1309,7 @@ hsa_internal_fn_hasher::equal (const value_type a, const compare_type b)
return a->m_fn == b->m_fn && a->m_type_bit_size == b->m_type_bit_size;
}
-/* in hsa.c */
+/* in hsa-common.c */
extern struct hsa_function_representation *hsa_cfun;
extern hash_map <tree, vec <const char *> *> *hsa_decl_kernel_dependencies;
extern hsa_summary_t *hsa_summaries;
@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h"
#include "print-tree.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
/* Return textual name of TYPE. */
@@ -49,7 +49,7 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h"
#include "print-tree.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
#include "cfghooks.h"
#include "tree-cfg.h"
#include "cfgloop.h"
@@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "print-tree.h"
#include "cfghooks.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
/* Process a PHI node PHI of basic block BB as a part of naive out-f-ssa. */
@@ -41,7 +41,7 @@ along with GCC; see the file COPYING3. If not see
#include "cgraph.h"
#include "print-tree.h"
#include "symbol-summary.h"
-#include "hsa.h"
+#include "hsa-common.h"
namespace {
@@ -56,7 +56,7 @@ along with GCC; see the file COPYING3. If not see
#include "cilk.h"
#include "gomp-constants.h"
#include "gimple-pretty-print.h"
-#include "hsa.h"
+#include "hsa-common.h"
/* OMP region information. Every parallel and workshare
@@ -57,7 +57,7 @@ along with GCC; see the file COPYING3. If not see
#include "context.h"
#include "gomp-constants.h"
#include "gimple-pretty-print.h"
-#include "hsa.h"
+#include "hsa-common.h"
/* Lowering of OMP parallel and workshare constructs proceeds in two
phases. The first phase scans the function looking for OMP statements
@@ -77,7 +77,7 @@ along with GCC; see the file COPYING3. If not see
#include "gcse.h"
#include "tree-chkp.h"
#include "omp-offload.h"
-#include "hsa.h"
+#include "hsa-common.h"
#include "edit-context.h"
#if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)