* Makefile.def (target_modules): Remove libcilkrts. * Makefile.in: Ditto. * configure: Ditto. * configure.ac: Ditto. contrib/ * contrib/gcc_update: Ditto. gcc/ * Makefile.in (cilkplus.def, cilk-builtins.def, c-family/cilk.o, c-family/c-cilkplus.o, c-family/array-notation-common.o, cilk-common.o, cilk.h, cilk-common.c): Remove. * builtin-types.def (BT_FN_INT_PTR_PTR_PTR_FTYPE_BT_INT_BT_PTR_BT_PTR_BT_PTR): Remove. * builtins.c (is_builtin_name): Remove cilkplus condition. (BUILT_IN_CILK_DETACH, BUILT_IN_CILK_POP_FRAME): Remove. * builtins.def (DEF_CILK_BUILTIN_STUB, DEF_CILKPLUS_BUILTIN, cilk-builtins.def, cilkplus.def): Remove. * cif-code.def (CILK_SPAWN): Remove. * cilk-builtins.def: Delete. * cilk-common.c: Ditto. * cilk.h: Ditto. * cilkplus.def: Ditto. * config/darwin.h (fcilkplus): Delete. * cppbuiltin.c: Ditto. * doc/extend.texi: Remove cilkplus doc. * doc/generic.texi: Ditto. * doc/invoke.texi: Ditto. * doc/passes.texi: Ditto. * gcc.c (fcilkplus): Remove. * gengtype.c (cilk.h): Remove. * gimple-pretty-print.c (dump_gimple_omp_for): Remove cilkplus support. * gimple.h (GF_OMP_FOR_KIND_CILKFOR, GF_OMP_FOR_KIND_CILKSIMD): Remove. * gimplify.c (gimplify_return_expr, maybe_fold_stmt, gimplify_call_expr, is_gimple_stmt, gimplify_modify_expr, gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses, gimplify_omp_for, gimplify_expr): Remove cilkplus conditions. * ipa-fnsummary.c (ipa_dump_fn_summary, compute_fn_summary, inline_read_section): Ditto. * ipa-inline-analysis.c (cilk.h): Remove. * ira.c (ira_setup_eliminable_regset): Remove cilkplus support. * lto-wrapper.c (merge_and_complain, append_compiler_options, append_linker_options): Remove condition for fcilkplus. * lto/lto-lang.c (cilk.h): Remove. (lto_init): Remove condition for fcilkplus. * omp-expand.c (expand_cilk_for_call): Delete. (expand_omp_taskreg, expand_omp_for_static_chunk, expand_omp_for): Remove cilkplus conditions. (expand_cilk_for): Delete. * omp-general.c (omp_extract_for_data): Remove cilkplus support. * omp-low.c (scan_sharing_clauses, create_omp_child_function, execute_lower_omp, diagnose_sb_0): Ditto. * omp-simd-clone.c (simd_clone_clauses_extract): Ditto. * tree-core.h (OMP_CLAUSE__CILK_FOR_COUNT_): Delete. * tree-nested.c: Ditto. * tree-pretty-print.c (dump_omp_clause): Remove cilkplus support. (dump_generic_node): Ditto. * tree.c (OMP_CLAUSE__CILK_FOR_COUNT_): Delete. * tree.def (cilk_simd, cilk_for, cilk_spawn_stmt, cilk_sync_stmt): Delete. * tree.h (CILK_SPAWN_FN, EXPR_CILK_SPAWN): Delete. gcc/c-family/ * array-notation-common.c: Delete. * c-cilkplus.c: Ditto. * c-common.c (_Cilk_spawn, _Cilk_sync, _Cilk_for): Remove. * c-common.def (ARRAY_NOTATION_REF): Remove. * c-common.h (RID_CILK_SPAWN, build_array_notation_expr, build_array_notation_ref, C_ORT_CILK, c_check_cilk_loop, c_validate_cilk_plus_loop, cilkplus_an_parts, cilk_ignorable_spawn_rhs_op, cilk_recognize_spawn): Remove. * c-gimplify.c (CILK_SPAWN_STMT): Remove. * c-omp.c: Remove CILK_SIMD check. * c-pragma.c: Ditto. * c-pragma.h: Remove CILK related pragmas. * c-pretty-print.c (c_pretty_printer::postfix_expression): Remove ARRAY_NOTATION_REF condition. (c_pretty_printer::expression): Ditto. * c.opt (fcilkplus): Remove. * cilk.c: Delete. gcc/c/ * Make-lang.in (c/c-array-notation.o): Remove. * c-array-notation.c: Delete. * c-decl.c: Remove cilkplus condition. * c-parser.c (c_parser_cilk_simd, c_parser_cilk_for, c_parser_cilk_verify_simd, c_parser_array_notation, c_parser_cilk_clause_vectorlength, c_parser_cilk_grainsize, c_parser_cilk_simd_fn_vector_attrs, c_finish_cilk_simd_fn_tokens): Delete. (c_parser_declaration_or_fndef): Remove cilkplus condition. (c_parser_direct_declarator_inner): Ditto. (CILK_SIMD_FN_CLAUSE_MASK): Delete. (c_parser_attributes, c_parser_compound_statement, c_parser_statement_after_labels, c_parser_if_statement, c_parser_switch_statement, c_parser_while_statement, c_parser_do_statement, c_parser_for_statement, c_parser_unary_expression, c_parser_postfix_expression, c_parser_postfix_expression_after_primary, c_parser_pragma, c_parser_omp_clause_name, c_parser_omp_all_clauses, c_parser_omp_for_loop, c_finish_omp_declare_simd): Remove cilkplus support. * c-typeck.c (build_array_ref, build_function_call_vec, convert_arguments, lvalue_p, build_compound_expr, c_finish_return, c_finish_if_stmt, c_finish_loop, build_binary_op): Remove cilkplus support. gcc/cp/ * Make-lang.in (cp/cp-array-notation.o, cp/cp-cilkplus.o): Delete. * call.c (convert_for_arg_passing, build_cxx_call): Remove cilkplus. * constexpr.c (potential_constant_expression_1): Ditto. * cp-array-notation.c: Delete. * cp-cilkplus.c: Ditto. * cp-cilkplus.h: Ditto. * cp-gimplify.c (cp_gimplify_expr, cp_fold_r, cp_genericize): Remove cilkplus condition. * cp-objcp-common.c (ARRAY_NOTATION_REF): Delete. * cp-tree.h (cilkplus_an_triplet_types_ok_p): Delete. * decl.c (grokfndecl, finish_function): Remove cilkplus condition. * error.c (dump_decl, dump_expr): Remove ARRAY_NOTATION_REF condition. * lambda.c (cp-cilkplus.h): Remove. * parser.c (cp_parser_cilk_simd, cp_parser_cilk_for, cp_parser_cilk_simd_vectorlength): Delete. (cp_debug_parser, cp_parser_ctor_initializer_opt_and_function_body, cp_parser_postfix_expression, cp_parser_postfix_open_square_expression, cp_parser_statement, cp_parser_jump_statement, cp_parser_direct_declarator, cp_parser_late_return_type_opt, cp_parser_gnu_attribute_list, cp_parser_omp_clause_name, cp_parser_omp_clause_aligned, cp_parser_omp_clause_linear, cp_parser_omp_all_clauses, cp_parser_omp_flush, cp_parser_omp_for_cond, cp_parser_omp_for_incr, cp_parser_omp_for_loop_init, cp_parser_omp_for_loop, cp_parser_omp_declare_simd): Remove cilkplus support. (CILK_SIMD_FN_CLAUSE_MASK, cp_parser_late_parsing_cilk_simd_fn_info, cp_parser_cilk_grainsize): Remove. (cp_parser_pragma, c_parse_file): Remove cilkplus support. (cp_parser_cilk_simd_vectorlength, cp_parser_cilk_simd_linear, cp_parser_cilk_simd_clause_name, cp_parser_cilk_simd_all_clauses, cp_parser_cilk_simd, cp_parser_cilk_for): Remove. * parser.h (IN_CILK_SIMD_FOR, IN_CILK_SPAWN): Remove. * pt.c (tsubst_attribute, tsubst_expr, tsubst_copy_and_build): Remove cilkplus support. * semantics.c (finish_goto_stmt, begin_while_stmt, finish_do_body, finish_init_stmt, finish_switch_cond, simplify_aggr_init_expr, finish_omp_clauses, finish_omp_clauses, finish_omp_for): Remove cilkplus support. * tree.c (lvalue_kind): Remove ARRAY_NOTATION_REF conditon. * typeck.c (cp_build_array_ref, cp_build_compound_expr, check_return_expr): Remove cilkplus support. gcc/testsuite/ * c-c++-common/attr-simd-3.c: Delete. * c-c++-common/cilk-plus/AN/an-if.c: Delete. * c-c++-common/cilk-plus/AN/array_test1.c: Delete. * c-c++-common/cilk-plus/AN/array_test2.c: Delete. * c-c++-common/cilk-plus/AN/array_test_ND.c: Delete. * c-c++-common/cilk-plus/AN/builtin_fn_custom.c: Delete. * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c: Delete. * c-c++-common/cilk-plus/AN/builtin_func_double.c: Delete. * c-c++-common/cilk-plus/AN/builtin_func_double2.c: Delete. * c-c++-common/cilk-plus/AN/comma_exp.c: Delete. * c-c++-common/cilk-plus/AN/conditional.c: Delete. * c-c++-common/cilk-plus/AN/decl-ptr-colon.c: Delete. * c-c++-common/cilk-plus/AN/dimensionless-arrays.c: Delete. * c-c++-common/cilk-plus/AN/exec-once.c: Delete. * c-c++-common/cilk-plus/AN/exec-once2.c: Delete. * c-c++-common/cilk-plus/AN/fn_ptr-2.c: Delete. * c-c++-common/cilk-plus/AN/fn_ptr.c: Delete. * c-c++-common/cilk-plus/AN/fp_triplet_values.c: Delete. * c-c++-common/cilk-plus/AN/gather-scatter-errors.c: Delete. * c-c++-common/cilk-plus/AN/gather_scatter.c: Delete. * c-c++-common/cilk-plus/AN/if_test.c: Delete. * c-c++-common/cilk-plus/AN/if_test_errors.c: Delete. * c-c++-common/cilk-plus/AN/misc.c: Delete. * c-c++-common/cilk-plus/AN/n-ptr-test.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors2.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors3.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors4.c: Delete. * c-c++-common/cilk-plus/AN/pr57457-2.c: Delete. * c-c++-common/cilk-plus/AN/pr57457.c: Delete. * c-c++-common/cilk-plus/AN/pr57490.c: Delete. * c-c++-common/cilk-plus/AN/pr57541-2.c: Delete. * c-c++-common/cilk-plus/AN/pr57541.c: Delete. * c-c++-common/cilk-plus/AN/pr57577.c: Delete. * c-c++-common/cilk-plus/AN/pr58942.c: Delete. * c-c++-common/cilk-plus/AN/pr61191.c: Delete. * c-c++-common/cilk-plus/AN/pr61455-2.c: Delete. * c-c++-common/cilk-plus/AN/pr61455.c: Delete. * c-c++-common/cilk-plus/AN/pr61962.c: Delete. * c-c++-common/cilk-plus/AN/pr61963.c: Delete. * c-c++-common/cilk-plus/AN/pr62008.c: Delete. * c-c++-common/cilk-plus/AN/pr63884.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch2.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch3.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit2.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit_ex.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_ind_same_value.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_max_min_ind.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_return.c: Delete. * c-c++-common/cilk-plus/AN/side-effects-1.c: Delete. * c-c++-common/cilk-plus/AN/test_builtin_return.c: Delete. * c-c++-common/cilk-plus/AN/test_sec_limits.c: Delete. * c-c++-common/cilk-plus/AN/tst_lngth.c: Delete. * c-c++-common/cilk-plus/AN/vla.c: Delete. * c-c++-common/cilk-plus/CK/Wparentheses-1.c: Delete. * c-c++-common/cilk-plus/CK/cilk-for-2.c: Delete. * c-c++-common/cilk-plus/CK/cilk-for-3.c: Delete. * c-c++-common/cilk-plus/CK/cilk-fors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_errors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_grain.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_grain_errors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_ptr_iter.c: Delete. * c-c++-common/cilk-plus/CK/compound_cilk_spawn.c: Delete. * c-c++-common/cilk-plus/CK/concec_cilk_spawn.c: Delete. * c-c++-common/cilk-plus/CK/errors.c: Delete. * c-c++-common/cilk-plus/CK/fib.c: Delete. * c-c++-common/cilk-plus/CK/fib_init_expr_xy.c: Delete. * c-c++-common/cilk-plus/CK/fib_no_return.c: Delete. * c-c++-common/cilk-plus/CK/fib_no_sync.c: Delete. * c-c++-common/cilk-plus/CK/invalid_spawns.c: Delete. * c-c++-common/cilk-plus/CK/invalid_sync.c: Delete.c * c-c++-common/cilk-plus/CK/nested_cilk_for.c: Delete. * c-c++-common/cilk-plus/CK/no_args_error.c: Delete. * c-c++-common/cilk-plus/CK/pr59631.c: Delete. * c-c++-common/cilk-plus/CK/pr60197-2.c: Delete. * c-c++-common/cilk-plus/CK/pr60197.c: Delete. * c-c++-common/cilk-plus/CK/pr60469.c: Delete. * c-c++-common/cilk-plus/CK/pr60586.c: Delete. * c-c++-common/cilk-plus/CK/pr63307.c: Delete. * c-c++-common/cilk-plus/CK/pr69826-1.c: Delete. * c-c++-common/cilk-plus/CK/pr69826-2.c: Delete. * c-c++-common/cilk-plus/CK/pr79428-4.c: Delete. * c-c++-common/cilk-plus/CK/pr79428-7.c: Delete. * c-c++-common/cilk-plus/CK/spawn_in_return.c: Delete. * c-c++-common/cilk-plus/CK/spawnee_inline.c: Delete. * c-c++-common/cilk-plus/CK/spawner_inline.c: Delete. * c-c++-common/cilk-plus/CK/spawning_arg.c: Delete. * c-c++-common/cilk-plus/CK/steal_check.c: Delete. * c-c++-common/cilk-plus/CK/sync_wo_spawn.c: Delete. * c-c++-common/cilk-plus/CK/test__cilk.c: Delete. * c-c++-common/cilk-plus/CK/varargs_test.c: Delete. * c-c++-common/cilk-plus/PS/Wparentheses-1.c: Delete. * c-c++-common/cilk-plus/PS/body.c: Delete. * c-c++-common/cilk-plus/PS/clauses1.c: Delete. * c-c++-common/cilk-plus/PS/clauses2.c: Delete. * c-c++-common/cilk-plus/PS/clauses3.c: Delete. * c-c++-common/cilk-plus/PS/clauses4.c: Delete. * c-c++-common/cilk-plus/PS/for1.c: Delete. * c-c++-common/cilk-plus/PS/for2.c: Delete. * c-c++-common/cilk-plus/PS/for3.c: Delete. * c-c++-common/cilk-plus/PS/pr69363.c: Delete. * c-c++-common/cilk-plus/PS/reduction-1.c: Delete. * c-c++-common/cilk-plus/PS/reduction-2.c: Delete. * c-c++-common/cilk-plus/PS/reduction-3.c: Delete. * c-c++-common/cilk-plus/PS/run-1.c: Delete. * c-c++-common/cilk-plus/PS/safelen.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength-2.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength-3.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength.c: Delete. * c-c++-common/cilk-plus/SE/ef_error.c: Delete. * c-c++-common/cilk-plus/SE/ef_error2.c: Delete. * c-c++-common/cilk-plus/SE/ef_error3.c: Delete. * c-c++-common/cilk-plus/SE/ef_test.c: Delete. * c-c++-common/cilk-plus/SE/ef_test2.c: Delete. * c-c++-common/cilk-plus/SE/vlength_errors.c: Delete. * g++.dg/cilk-plus/AN/array_function.c: Delete. * g++.dg/cilk-plus/AN/array_test1_tplt.c: Delete. * g++.dg/cilk-plus/AN/array_test2_tplt.c: Delete. * g++.dg/cilk-plus/AN/array_test_ND_tplt.c: Delete. * g++.dg/cilk-plus/AN/braced_list.c: Delete. * g++.dg/cilk-plus/AN/builtin_fn_custom_tplt.c: Delete. * g++.dg/cilk-plus/AN/builtin_fn_mutating_tplt.c: Delete. * g++.dg/cilk-plus/AN/fp_triplet_values_tplt.c: Delete. * g++.dg/cilk-plus/AN/postincr_test.c: Delete. * g++.dg/cilk-plus/AN/preincr_test.c: Delete. * g++.dg/cilk-plus/CK/catch_exc.c: Delete. * g++.dg/cilk-plus/CK/cf3.c: Delete. * g++.dg/cilk-plus/CK/cilk-for-tplt.c: Delete. * g++.dg/cilk-plus/CK/const_spawn.c: Delete. * g++.dg/cilk-plus/CK/fib-opr-overload.c: Delete. * g++.dg/cilk-plus/CK/fib-tplt.c: Delete. * g++.dg/cilk-plus/CK/for1.c: Delete. * g++.dg/cilk-plus/CK/lambda_spawns.c: Delete. * g++.dg/cilk-plus/CK/lambda_spawns_tplt.c: Delete. * g++.dg/cilk-plus/CK/pr60586.c: Delete. * g++.dg/cilk-plus/CK/pr66326.c: Delete. * g++.dg/cilk-plus/CK/pr68001.c: Delete. * g++.dg/cilk-plus/CK/pr68997.c: Delete. * g++.dg/cilk-plus/CK/pr69024.c: Delete. * g++.dg/cilk-plus/CK/pr69048.c: Delete. * g++.dg/cilk-plus/CK/pr69267.c: Delete. * g++.dg/cilk-plus/CK/pr80038.c: Delete. * g++.dg/cilk-plus/CK/stl_iter.c: Delete. * g++.dg/cilk-plus/CK/stl_rev_iter.c: Delete. * g++.dg/cilk-plus/CK/stl_test.c: Delete. * g++.dg/cilk-plus/cilk-plus.exp * g++.dg/cilk-plus/ef_test.C: Delete. * g++.dg/cilk-plus/for.C: Delete. * g++.dg/cilk-plus/for2.C: Delete. * g++.dg/cilk-plus/for3.C: Delete. * g++.dg/cilk-plus/for4.C: Delete. * g++.dg/cilk-plus/pr60967.C: Delete. * g++.dg/cilk-plus/pr69028.C: Delete. * g++.dg/cilk-plus/pr70565.C: Delete. * g++.dg/pr57662.C: Delete. * gcc.dg/cilk-plus/cilk-plus.exp * gcc.dg/cilk-plus/for1.c: Delete. * gcc.dg/cilk-plus/for2.c: Delete. * gcc.dg/cilk-plus/jump-openmp.c: Delete. * gcc.dg/cilk-plus/jump.c: Delete. * gcc.dg/cilk-plus/pr69798-1.c: Delete. * gcc.dg/cilk-plus/pr69798-2.c: Delete. * gcc.dg/cilk-plus/pr78306.c: Delete. * gcc.dg/cilk-plus/pr79116.c: Delete. * gcc.dg/graphite/id-28.c: Delete. * lib/cilk-plus-dg.exp: Delete. * lib/target-supports.exp (cilkplus_runtime): Delete. Co-Authored-By: Sebastian Peryt <sebastian.peryt@intel.com> From-SVN: r255195
645 lines
19 KiB
C
645 lines
19 KiB
C
/* General types and functions that are uselful for processing of OpenMP,
|
|
OpenACC and similar directivers at various stages of compilation.
|
|
|
|
Copyright (C) 2005-2017 Free Software Foundation, Inc.
|
|
|
|
This file is part of GCC.
|
|
|
|
GCC is free software; you can redistribute it and/or modify it under
|
|
the terms of the GNU General Public License as published by the Free
|
|
Software Foundation; either version 3, or (at your option) any later
|
|
version.
|
|
|
|
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with GCC; see the file COPYING3. If not see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
/* Find an OMP clause of type KIND within CLAUSES. */
|
|
|
|
#include "config.h"
|
|
#include "system.h"
|
|
#include "coretypes.h"
|
|
#include "backend.h"
|
|
#include "target.h"
|
|
#include "tree.h"
|
|
#include "gimple.h"
|
|
#include "ssa.h"
|
|
#include "diagnostic-core.h"
|
|
#include "fold-const.h"
|
|
#include "langhooks.h"
|
|
#include "omp-general.h"
|
|
#include "stringpool.h"
|
|
#include "attribs.h"
|
|
|
|
tree
|
|
omp_find_clause (tree clauses, enum omp_clause_code kind)
|
|
{
|
|
for (; clauses ; clauses = OMP_CLAUSE_CHAIN (clauses))
|
|
if (OMP_CLAUSE_CODE (clauses) == kind)
|
|
return clauses;
|
|
|
|
return NULL_TREE;
|
|
}
|
|
|
|
/* Return true if DECL is a reference type. */
|
|
|
|
bool
|
|
omp_is_reference (tree decl)
|
|
{
|
|
return lang_hooks.decls.omp_privatize_by_reference (decl);
|
|
}
|
|
|
|
/* Adjust *COND_CODE and *N2 so that the former is either LT_EXPR or
|
|
GT_EXPR. */
|
|
|
|
void
|
|
omp_adjust_for_condition (location_t loc, enum tree_code *cond_code, tree *n2)
|
|
{
|
|
switch (*cond_code)
|
|
{
|
|
case LT_EXPR:
|
|
case GT_EXPR:
|
|
case NE_EXPR:
|
|
break;
|
|
case LE_EXPR:
|
|
if (POINTER_TYPE_P (TREE_TYPE (*n2)))
|
|
*n2 = fold_build_pointer_plus_hwi_loc (loc, *n2, 1);
|
|
else
|
|
*n2 = fold_build2_loc (loc, PLUS_EXPR, TREE_TYPE (*n2), *n2,
|
|
build_int_cst (TREE_TYPE (*n2), 1));
|
|
*cond_code = LT_EXPR;
|
|
break;
|
|
case GE_EXPR:
|
|
if (POINTER_TYPE_P (TREE_TYPE (*n2)))
|
|
*n2 = fold_build_pointer_plus_hwi_loc (loc, *n2, -1);
|
|
else
|
|
*n2 = fold_build2_loc (loc, MINUS_EXPR, TREE_TYPE (*n2), *n2,
|
|
build_int_cst (TREE_TYPE (*n2), 1));
|
|
*cond_code = GT_EXPR;
|
|
break;
|
|
default:
|
|
gcc_unreachable ();
|
|
}
|
|
}
|
|
|
|
/* Return the looping step from INCR, extracted from the step of a gimple omp
|
|
for statement. */
|
|
|
|
tree
|
|
omp_get_for_step_from_incr (location_t loc, tree incr)
|
|
{
|
|
tree step;
|
|
switch (TREE_CODE (incr))
|
|
{
|
|
case PLUS_EXPR:
|
|
step = TREE_OPERAND (incr, 1);
|
|
break;
|
|
case POINTER_PLUS_EXPR:
|
|
step = fold_convert (ssizetype, TREE_OPERAND (incr, 1));
|
|
break;
|
|
case MINUS_EXPR:
|
|
step = TREE_OPERAND (incr, 1);
|
|
step = fold_build1_loc (loc, NEGATE_EXPR, TREE_TYPE (step), step);
|
|
break;
|
|
default:
|
|
gcc_unreachable ();
|
|
}
|
|
return step;
|
|
}
|
|
|
|
/* Extract the header elements of parallel loop FOR_STMT and store
|
|
them into *FD. */
|
|
|
|
void
|
|
omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
|
|
struct omp_for_data_loop *loops)
|
|
{
|
|
tree t, var, *collapse_iter, *collapse_count;
|
|
tree count = NULL_TREE, iter_type = long_integer_type_node;
|
|
struct omp_for_data_loop *loop;
|
|
int i;
|
|
struct omp_for_data_loop dummy_loop;
|
|
location_t loc = gimple_location (for_stmt);
|
|
bool simd = gimple_omp_for_kind (for_stmt) & GF_OMP_FOR_SIMD;
|
|
bool distribute = gimple_omp_for_kind (for_stmt)
|
|
== GF_OMP_FOR_KIND_DISTRIBUTE;
|
|
bool taskloop = gimple_omp_for_kind (for_stmt)
|
|
== GF_OMP_FOR_KIND_TASKLOOP;
|
|
tree iterv, countv;
|
|
|
|
fd->for_stmt = for_stmt;
|
|
fd->pre = NULL;
|
|
fd->have_nowait = distribute || simd;
|
|
fd->have_ordered = false;
|
|
fd->tiling = NULL_TREE;
|
|
fd->collapse = 1;
|
|
fd->ordered = 0;
|
|
fd->sched_kind = OMP_CLAUSE_SCHEDULE_STATIC;
|
|
fd->sched_modifiers = 0;
|
|
fd->chunk_size = NULL_TREE;
|
|
fd->simd_schedule = false;
|
|
collapse_iter = NULL;
|
|
collapse_count = NULL;
|
|
|
|
for (t = gimple_omp_for_clauses (for_stmt); t ; t = OMP_CLAUSE_CHAIN (t))
|
|
switch (OMP_CLAUSE_CODE (t))
|
|
{
|
|
case OMP_CLAUSE_NOWAIT:
|
|
fd->have_nowait = true;
|
|
break;
|
|
case OMP_CLAUSE_ORDERED:
|
|
fd->have_ordered = true;
|
|
if (OMP_CLAUSE_ORDERED_EXPR (t))
|
|
fd->ordered = tree_to_shwi (OMP_CLAUSE_ORDERED_EXPR (t));
|
|
break;
|
|
case OMP_CLAUSE_SCHEDULE:
|
|
gcc_assert (!distribute && !taskloop);
|
|
fd->sched_kind
|
|
= (enum omp_clause_schedule_kind)
|
|
(OMP_CLAUSE_SCHEDULE_KIND (t) & OMP_CLAUSE_SCHEDULE_MASK);
|
|
fd->sched_modifiers = (OMP_CLAUSE_SCHEDULE_KIND (t)
|
|
& ~OMP_CLAUSE_SCHEDULE_MASK);
|
|
fd->chunk_size = OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (t);
|
|
fd->simd_schedule = OMP_CLAUSE_SCHEDULE_SIMD (t);
|
|
break;
|
|
case OMP_CLAUSE_DIST_SCHEDULE:
|
|
gcc_assert (distribute);
|
|
fd->chunk_size = OMP_CLAUSE_DIST_SCHEDULE_CHUNK_EXPR (t);
|
|
break;
|
|
case OMP_CLAUSE_COLLAPSE:
|
|
fd->collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (t));
|
|
if (fd->collapse > 1)
|
|
{
|
|
collapse_iter = &OMP_CLAUSE_COLLAPSE_ITERVAR (t);
|
|
collapse_count = &OMP_CLAUSE_COLLAPSE_COUNT (t);
|
|
}
|
|
break;
|
|
case OMP_CLAUSE_TILE:
|
|
fd->tiling = OMP_CLAUSE_TILE_LIST (t);
|
|
fd->collapse = list_length (fd->tiling);
|
|
gcc_assert (fd->collapse);
|
|
collapse_iter = &OMP_CLAUSE_TILE_ITERVAR (t);
|
|
collapse_count = &OMP_CLAUSE_TILE_COUNT (t);
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
if (fd->collapse > 1 || fd->tiling)
|
|
fd->loops = loops;
|
|
else
|
|
fd->loops = &fd->loop;
|
|
|
|
if (fd->ordered && fd->collapse == 1 && loops != NULL)
|
|
{
|
|
fd->loops = loops;
|
|
iterv = NULL_TREE;
|
|
countv = NULL_TREE;
|
|
collapse_iter = &iterv;
|
|
collapse_count = &countv;
|
|
}
|
|
|
|
/* FIXME: for now map schedule(auto) to schedule(static).
|
|
There should be analysis to determine whether all iterations
|
|
are approximately the same amount of work (then schedule(static)
|
|
is best) or if it varies (then schedule(dynamic,N) is better). */
|
|
if (fd->sched_kind == OMP_CLAUSE_SCHEDULE_AUTO)
|
|
{
|
|
fd->sched_kind = OMP_CLAUSE_SCHEDULE_STATIC;
|
|
gcc_assert (fd->chunk_size == NULL);
|
|
}
|
|
gcc_assert ((fd->collapse == 1 && !fd->tiling) || collapse_iter != NULL);
|
|
if (taskloop)
|
|
fd->sched_kind = OMP_CLAUSE_SCHEDULE_RUNTIME;
|
|
if (fd->sched_kind == OMP_CLAUSE_SCHEDULE_RUNTIME)
|
|
gcc_assert (fd->chunk_size == NULL);
|
|
else if (fd->chunk_size == NULL)
|
|
{
|
|
/* We only need to compute a default chunk size for ordered
|
|
static loops and dynamic loops. */
|
|
if (fd->sched_kind != OMP_CLAUSE_SCHEDULE_STATIC
|
|
|| fd->have_ordered)
|
|
fd->chunk_size = (fd->sched_kind == OMP_CLAUSE_SCHEDULE_STATIC)
|
|
? integer_zero_node : integer_one_node;
|
|
}
|
|
|
|
int cnt = fd->ordered ? fd->ordered : fd->collapse;
|
|
for (i = 0; i < cnt; i++)
|
|
{
|
|
if (i == 0
|
|
&& fd->collapse == 1
|
|
&& !fd->tiling
|
|
&& (fd->ordered == 0 || loops == NULL))
|
|
loop = &fd->loop;
|
|
else if (loops != NULL)
|
|
loop = loops + i;
|
|
else
|
|
loop = &dummy_loop;
|
|
|
|
loop->v = gimple_omp_for_index (for_stmt, i);
|
|
gcc_assert (SSA_VAR_P (loop->v));
|
|
gcc_assert (TREE_CODE (TREE_TYPE (loop->v)) == INTEGER_TYPE
|
|
|| TREE_CODE (TREE_TYPE (loop->v)) == POINTER_TYPE);
|
|
var = TREE_CODE (loop->v) == SSA_NAME ? SSA_NAME_VAR (loop->v) : loop->v;
|
|
loop->n1 = gimple_omp_for_initial (for_stmt, i);
|
|
|
|
loop->cond_code = gimple_omp_for_cond (for_stmt, i);
|
|
loop->n2 = gimple_omp_for_final (for_stmt, i);
|
|
gcc_assert (loop->cond_code != NE_EXPR);
|
|
omp_adjust_for_condition (loc, &loop->cond_code, &loop->n2);
|
|
|
|
t = gimple_omp_for_incr (for_stmt, i);
|
|
gcc_assert (TREE_OPERAND (t, 0) == var);
|
|
loop->step = omp_get_for_step_from_incr (loc, t);
|
|
|
|
if (simd
|
|
|| (fd->sched_kind == OMP_CLAUSE_SCHEDULE_STATIC
|
|
&& !fd->have_ordered))
|
|
{
|
|
if (fd->collapse == 1 && !fd->tiling)
|
|
iter_type = TREE_TYPE (loop->v);
|
|
else if (i == 0
|
|
|| TYPE_PRECISION (iter_type)
|
|
< TYPE_PRECISION (TREE_TYPE (loop->v)))
|
|
iter_type
|
|
= build_nonstandard_integer_type
|
|
(TYPE_PRECISION (TREE_TYPE (loop->v)), 1);
|
|
}
|
|
else if (iter_type != long_long_unsigned_type_node)
|
|
{
|
|
if (POINTER_TYPE_P (TREE_TYPE (loop->v)))
|
|
iter_type = long_long_unsigned_type_node;
|
|
else if (TYPE_UNSIGNED (TREE_TYPE (loop->v))
|
|
&& TYPE_PRECISION (TREE_TYPE (loop->v))
|
|
>= TYPE_PRECISION (iter_type))
|
|
{
|
|
tree n;
|
|
|
|
if (loop->cond_code == LT_EXPR)
|
|
n = fold_build2_loc (loc,
|
|
PLUS_EXPR, TREE_TYPE (loop->v),
|
|
loop->n2, loop->step);
|
|
else
|
|
n = loop->n1;
|
|
if (TREE_CODE (n) != INTEGER_CST
|
|
|| tree_int_cst_lt (TYPE_MAX_VALUE (iter_type), n))
|
|
iter_type = long_long_unsigned_type_node;
|
|
}
|
|
else if (TYPE_PRECISION (TREE_TYPE (loop->v))
|
|
> TYPE_PRECISION (iter_type))
|
|
{
|
|
tree n1, n2;
|
|
|
|
if (loop->cond_code == LT_EXPR)
|
|
{
|
|
n1 = loop->n1;
|
|
n2 = fold_build2_loc (loc,
|
|
PLUS_EXPR, TREE_TYPE (loop->v),
|
|
loop->n2, loop->step);
|
|
}
|
|
else
|
|
{
|
|
n1 = fold_build2_loc (loc,
|
|
MINUS_EXPR, TREE_TYPE (loop->v),
|
|
loop->n2, loop->step);
|
|
n2 = loop->n1;
|
|
}
|
|
if (TREE_CODE (n1) != INTEGER_CST
|
|
|| TREE_CODE (n2) != INTEGER_CST
|
|
|| !tree_int_cst_lt (TYPE_MIN_VALUE (iter_type), n1)
|
|
|| !tree_int_cst_lt (n2, TYPE_MAX_VALUE (iter_type)))
|
|
iter_type = long_long_unsigned_type_node;
|
|
}
|
|
}
|
|
|
|
if (i >= fd->collapse)
|
|
continue;
|
|
|
|
if (collapse_count && *collapse_count == NULL)
|
|
{
|
|
t = fold_binary (loop->cond_code, boolean_type_node,
|
|
fold_convert (TREE_TYPE (loop->v), loop->n1),
|
|
fold_convert (TREE_TYPE (loop->v), loop->n2));
|
|
if (t && integer_zerop (t))
|
|
count = build_zero_cst (long_long_unsigned_type_node);
|
|
else if ((i == 0 || count != NULL_TREE)
|
|
&& TREE_CODE (TREE_TYPE (loop->v)) == INTEGER_TYPE
|
|
&& TREE_CONSTANT (loop->n1)
|
|
&& TREE_CONSTANT (loop->n2)
|
|
&& TREE_CODE (loop->step) == INTEGER_CST)
|
|
{
|
|
tree itype = TREE_TYPE (loop->v);
|
|
|
|
if (POINTER_TYPE_P (itype))
|
|
itype = signed_type_for (itype);
|
|
t = build_int_cst (itype, (loop->cond_code == LT_EXPR ? -1 : 1));
|
|
t = fold_build2_loc (loc,
|
|
PLUS_EXPR, itype,
|
|
fold_convert_loc (loc, itype, loop->step), t);
|
|
t = fold_build2_loc (loc, PLUS_EXPR, itype, t,
|
|
fold_convert_loc (loc, itype, loop->n2));
|
|
t = fold_build2_loc (loc, MINUS_EXPR, itype, t,
|
|
fold_convert_loc (loc, itype, loop->n1));
|
|
if (TYPE_UNSIGNED (itype) && loop->cond_code == GT_EXPR)
|
|
t = fold_build2_loc (loc, TRUNC_DIV_EXPR, itype,
|
|
fold_build1_loc (loc, NEGATE_EXPR, itype, t),
|
|
fold_build1_loc (loc, NEGATE_EXPR, itype,
|
|
fold_convert_loc (loc, itype,
|
|
loop->step)));
|
|
else
|
|
t = fold_build2_loc (loc, TRUNC_DIV_EXPR, itype, t,
|
|
fold_convert_loc (loc, itype, loop->step));
|
|
t = fold_convert_loc (loc, long_long_unsigned_type_node, t);
|
|
if (count != NULL_TREE)
|
|
count = fold_build2_loc (loc,
|
|
MULT_EXPR, long_long_unsigned_type_node,
|
|
count, t);
|
|
else
|
|
count = t;
|
|
if (TREE_CODE (count) != INTEGER_CST)
|
|
count = NULL_TREE;
|
|
}
|
|
else if (count && !integer_zerop (count))
|
|
count = NULL_TREE;
|
|
}
|
|
}
|
|
|
|
if (count
|
|
&& !simd
|
|
&& (fd->sched_kind != OMP_CLAUSE_SCHEDULE_STATIC
|
|
|| fd->have_ordered))
|
|
{
|
|
if (!tree_int_cst_lt (count, TYPE_MAX_VALUE (long_integer_type_node)))
|
|
iter_type = long_long_unsigned_type_node;
|
|
else
|
|
iter_type = long_integer_type_node;
|
|
}
|
|
else if (collapse_iter && *collapse_iter != NULL)
|
|
iter_type = TREE_TYPE (*collapse_iter);
|
|
fd->iter_type = iter_type;
|
|
if (collapse_iter && *collapse_iter == NULL)
|
|
*collapse_iter = create_tmp_var (iter_type, ".iter");
|
|
if (collapse_count && *collapse_count == NULL)
|
|
{
|
|
if (count)
|
|
*collapse_count = fold_convert_loc (loc, iter_type, count);
|
|
else
|
|
*collapse_count = create_tmp_var (iter_type, ".count");
|
|
}
|
|
|
|
if (fd->collapse > 1 || fd->tiling || (fd->ordered && loops))
|
|
{
|
|
fd->loop.v = *collapse_iter;
|
|
fd->loop.n1 = build_int_cst (TREE_TYPE (fd->loop.v), 0);
|
|
fd->loop.n2 = *collapse_count;
|
|
fd->loop.step = build_int_cst (TREE_TYPE (fd->loop.v), 1);
|
|
fd->loop.cond_code = LT_EXPR;
|
|
}
|
|
else if (loops)
|
|
loops[0] = fd->loop;
|
|
}
|
|
|
|
/* Build a call to GOMP_barrier. */
|
|
|
|
gimple *
|
|
omp_build_barrier (tree lhs)
|
|
{
|
|
tree fndecl = builtin_decl_explicit (lhs ? BUILT_IN_GOMP_BARRIER_CANCEL
|
|
: BUILT_IN_GOMP_BARRIER);
|
|
gcall *g = gimple_build_call (fndecl, 0);
|
|
if (lhs)
|
|
gimple_call_set_lhs (g, lhs);
|
|
return g;
|
|
}
|
|
|
|
/* Return maximum possible vectorization factor for the target. */
|
|
|
|
int
|
|
omp_max_vf (void)
|
|
{
|
|
if (!optimize
|
|
|| optimize_debug
|
|
|| !flag_tree_loop_optimize
|
|
|| (!flag_tree_loop_vectorize
|
|
&& global_options_set.x_flag_tree_loop_vectorize))
|
|
return 1;
|
|
|
|
int vf = 1;
|
|
int vs = targetm.vectorize.autovectorize_vector_sizes ();
|
|
if (vs)
|
|
vf = 1 << floor_log2 (vs);
|
|
else
|
|
{
|
|
machine_mode vqimode = targetm.vectorize.preferred_simd_mode (QImode);
|
|
if (GET_MODE_CLASS (vqimode) == MODE_VECTOR_INT)
|
|
vf = GET_MODE_NUNITS (vqimode);
|
|
}
|
|
return vf;
|
|
}
|
|
|
|
/* Return maximum SIMT width if offloading may target SIMT hardware. */
|
|
|
|
int
|
|
omp_max_simt_vf (void)
|
|
{
|
|
if (!optimize)
|
|
return 0;
|
|
if (ENABLE_OFFLOADING)
|
|
for (const char *c = getenv ("OFFLOAD_TARGET_NAMES"); c;)
|
|
{
|
|
if (!strncmp (c, "nvptx", strlen ("nvptx")))
|
|
return 32;
|
|
else if ((c = strchr (c, ',')))
|
|
c++;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
/* Encode an oacc launch argument. This matches the GOMP_LAUNCH_PACK
|
|
macro on gomp-constants.h. We do not check for overflow. */
|
|
|
|
tree
|
|
oacc_launch_pack (unsigned code, tree device, unsigned op)
|
|
{
|
|
tree res;
|
|
|
|
res = build_int_cst (unsigned_type_node, GOMP_LAUNCH_PACK (code, 0, op));
|
|
if (device)
|
|
{
|
|
device = fold_build2 (LSHIFT_EXPR, unsigned_type_node,
|
|
device, build_int_cst (unsigned_type_node,
|
|
GOMP_LAUNCH_DEVICE_SHIFT));
|
|
res = fold_build2 (BIT_IOR_EXPR, unsigned_type_node, res, device);
|
|
}
|
|
return res;
|
|
}
|
|
|
|
/* FIXME: What is the following comment for? */
|
|
/* Look for compute grid dimension clauses and convert to an attribute
|
|
attached to FN. This permits the target-side code to (a) massage
|
|
the dimensions, (b) emit that data and (c) optimize. Non-constant
|
|
dimensions are pushed onto ARGS.
|
|
|
|
The attribute value is a TREE_LIST. A set of dimensions is
|
|
represented as a list of INTEGER_CST. Those that are runtime
|
|
exprs are represented as an INTEGER_CST of zero.
|
|
|
|
TODO: Normally the attribute will just contain a single such list. If
|
|
however it contains a list of lists, this will represent the use of
|
|
device_type. Each member of the outer list is an assoc list of
|
|
dimensions, keyed by the device type. The first entry will be the
|
|
default. Well, that's the plan. */
|
|
|
|
/* Replace any existing oacc fn attribute with updated dimensions. */
|
|
|
|
void
|
|
oacc_replace_fn_attrib (tree fn, tree dims)
|
|
{
|
|
tree ident = get_identifier (OACC_FN_ATTRIB);
|
|
tree attribs = DECL_ATTRIBUTES (fn);
|
|
|
|
/* If we happen to be present as the first attrib, drop it. */
|
|
if (attribs && TREE_PURPOSE (attribs) == ident)
|
|
attribs = TREE_CHAIN (attribs);
|
|
DECL_ATTRIBUTES (fn) = tree_cons (ident, dims, attribs);
|
|
}
|
|
|
|
/* Scan CLAUSES for launch dimensions and attach them to the oacc
|
|
function attribute. Push any that are non-constant onto the ARGS
|
|
list, along with an appropriate GOMP_LAUNCH_DIM tag. */
|
|
|
|
void
|
|
oacc_set_fn_attrib (tree fn, tree clauses, vec<tree> *args)
|
|
{
|
|
/* Must match GOMP_DIM ordering. */
|
|
static const omp_clause_code ids[]
|
|
= { OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
|
|
OMP_CLAUSE_VECTOR_LENGTH };
|
|
unsigned ix;
|
|
tree dims[GOMP_DIM_MAX];
|
|
|
|
tree attr = NULL_TREE;
|
|
unsigned non_const = 0;
|
|
|
|
for (ix = GOMP_DIM_MAX; ix--;)
|
|
{
|
|
tree clause = omp_find_clause (clauses, ids[ix]);
|
|
tree dim = NULL_TREE;
|
|
|
|
if (clause)
|
|
dim = OMP_CLAUSE_EXPR (clause, ids[ix]);
|
|
dims[ix] = dim;
|
|
if (dim && TREE_CODE (dim) != INTEGER_CST)
|
|
{
|
|
dim = integer_zero_node;
|
|
non_const |= GOMP_DIM_MASK (ix);
|
|
}
|
|
attr = tree_cons (NULL_TREE, dim, attr);
|
|
}
|
|
|
|
oacc_replace_fn_attrib (fn, attr);
|
|
|
|
if (non_const)
|
|
{
|
|
/* Push a dynamic argument set. */
|
|
args->safe_push (oacc_launch_pack (GOMP_LAUNCH_DIM,
|
|
NULL_TREE, non_const));
|
|
for (unsigned ix = 0; ix != GOMP_DIM_MAX; ix++)
|
|
if (non_const & GOMP_DIM_MASK (ix))
|
|
args->safe_push (dims[ix]);
|
|
}
|
|
}
|
|
|
|
/* Process the routine's dimension clauess to generate an attribute
|
|
value. Issue diagnostics as appropriate. We default to SEQ
|
|
(OpenACC 2.5 clarifies this). All dimensions have a size of zero
|
|
(dynamic). TREE_PURPOSE is set to indicate whether that dimension
|
|
can have a loop partitioned on it. non-zero indicates
|
|
yes, zero indicates no. By construction once a non-zero has been
|
|
reached, further inner dimensions must also be non-zero. We set
|
|
TREE_VALUE to zero for the dimensions that may be partitioned and
|
|
1 for the other ones -- if a loop is (erroneously) spawned at
|
|
an outer level, we don't want to try and partition it. */
|
|
|
|
tree
|
|
oacc_build_routine_dims (tree clauses)
|
|
{
|
|
/* Must match GOMP_DIM ordering. */
|
|
static const omp_clause_code ids[]
|
|
= {OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_SEQ};
|
|
int ix;
|
|
int level = -1;
|
|
|
|
for (; clauses; clauses = OMP_CLAUSE_CHAIN (clauses))
|
|
for (ix = GOMP_DIM_MAX + 1; ix--;)
|
|
if (OMP_CLAUSE_CODE (clauses) == ids[ix])
|
|
{
|
|
if (level >= 0)
|
|
error_at (OMP_CLAUSE_LOCATION (clauses),
|
|
"multiple loop axes specified for routine");
|
|
level = ix;
|
|
break;
|
|
}
|
|
|
|
/* Default to SEQ. */
|
|
if (level < 0)
|
|
level = GOMP_DIM_MAX;
|
|
|
|
tree dims = NULL_TREE;
|
|
|
|
for (ix = GOMP_DIM_MAX; ix--;)
|
|
dims = tree_cons (build_int_cst (boolean_type_node, ix >= level),
|
|
build_int_cst (integer_type_node, ix < level), dims);
|
|
|
|
return dims;
|
|
}
|
|
|
|
/* Retrieve the oacc function attrib and return it. Non-oacc
|
|
functions will return NULL. */
|
|
|
|
tree
|
|
oacc_get_fn_attrib (tree fn)
|
|
{
|
|
return lookup_attribute (OACC_FN_ATTRIB, DECL_ATTRIBUTES (fn));
|
|
}
|
|
|
|
/* Extract an oacc execution dimension from FN. FN must be an
|
|
offloaded function or routine that has already had its execution
|
|
dimensions lowered to the target-specific values. */
|
|
|
|
int
|
|
oacc_get_fn_dim_size (tree fn, int axis)
|
|
{
|
|
tree attrs = oacc_get_fn_attrib (fn);
|
|
|
|
gcc_assert (axis < GOMP_DIM_MAX);
|
|
|
|
tree dims = TREE_VALUE (attrs);
|
|
while (axis--)
|
|
dims = TREE_CHAIN (dims);
|
|
|
|
int size = TREE_INT_CST_LOW (TREE_VALUE (dims));
|
|
|
|
return size;
|
|
}
|
|
|
|
/* Extract the dimension axis from an IFN_GOACC_DIM_POS or
|
|
IFN_GOACC_DIM_SIZE call. */
|
|
|
|
int
|
|
oacc_get_ifn_dim_arg (const gimple *stmt)
|
|
{
|
|
gcc_checking_assert (gimple_call_internal_fn (stmt) == IFN_GOACC_DIM_SIZE
|
|
|| gimple_call_internal_fn (stmt) == IFN_GOACC_DIM_POS);
|
|
tree arg = gimple_call_arg (stmt, 0);
|
|
HOST_WIDE_INT axis = TREE_INT_CST_LOW (arg);
|
|
|
|
gcc_checking_assert (axis >= 0 && axis < GOMP_DIM_MAX);
|
|
return (int) axis;
|
|
}
|