comparison gcc/omp-builtins.def @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* This file contains the definitions and documentation for the 1 /* This file contains the definitions and documentation for the
2 Offloading and Multi Processing builtins used in the GNU compiler. 2 Offloading and Multi Processing builtins used in the GNU compiler.
3 Copyright (C) 2005-2017 Free Software Foundation, Inc. 3 Copyright (C) 2005-2018 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
49 ATTR_NOTHROW_LIST) 49 ATTR_NOTHROW_LIST)
50 50
51 DEF_GOACC_BUILTIN_COMPILER (BUILT_IN_ACC_ON_DEVICE, "acc_on_device", 51 DEF_GOACC_BUILTIN_COMPILER (BUILT_IN_ACC_ON_DEVICE, "acc_on_device",
52 BT_FN_INT_INT, ATTR_CONST_NOTHROW_LEAF_LIST) 52 BT_FN_INT_INT, ATTR_CONST_NOTHROW_LEAF_LIST)
53 53
54 DEF_GOACC_BUILTIN_ONLY (BUILT_IN_GOACC_PARLEVEL_ID, "goacc_parlevel_id",
55 BT_FN_INT_INT, ATTR_NOTHROW_LEAF_LIST)
56 DEF_GOACC_BUILTIN_ONLY (BUILT_IN_GOACC_PARLEVEL_SIZE, "goacc_parlevel_size",
57 BT_FN_INT_INT, ATTR_NOTHROW_LEAF_LIST)
58
54 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_THREAD_NUM, "omp_get_thread_num", 59 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_THREAD_NUM, "omp_get_thread_num",
55 BT_FN_INT, ATTR_CONST_NOTHROW_LEAF_LIST) 60 BT_FN_INT, ATTR_CONST_NOTHROW_LEAF_LIST)
56 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_NUM_THREADS, "omp_get_num_threads", 61 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_NUM_THREADS, "omp_get_num_threads",
57 BT_FN_INT, ATTR_CONST_NOTHROW_LEAF_LIST) 62 BT_FN_INT, ATTR_CONST_NOTHROW_LEAF_LIST)
58 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_TEAM_NUM, "omp_get_team_num", 63 DEF_GOMP_BUILTIN (BUILT_IN_OMP_GET_TEAM_NUM, "omp_get_team_num",