Searched refs:omp_clause (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 415 #define OMP_CLAUSE_ELT_CHECK(T, i) ((T)->omp_clause.ops[i]) 1464 (LOCATION_LOCUS ((OMP_CLAUSE_CHECK (NODE))->omp_clause.locus) \ 1466 #define OMP_CLAUSE_LOCATION(NODE) (OMP_CLAUSE_CHECK (NODE))->omp_clause.locus 1528 (OMP_CLAUSE_CHECK (NODE))->omp_clause.gimple_reduction_init 1553 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF)->omp_clause.subcode.if_modifier) 1606 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEPEND)->omp_clause.subcode.depend_kind) 1612 …((enum gomp_map_kind) OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind) 1614 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind \ 1637 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PROC_BIND)->omp_clause.subcode.proc_bind_kind) 1640 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEVICE_TYPE)->omp_clause.subcode.device_type_kind) [all …]
|
H A D | tree-core.h | 2011 struct tree_omp_clause GTY ((tag ("TS_OMP_CLAUSE"))) omp_clause;
|
H A D | tree.def | 1289 DEFTREECODE (OMP_CLAUSE, "omp_clause", tcc_exceptional, 0)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 416 #define OMP_CLAUSE_ELT_CHECK(T, i) ((T)->omp_clause.ops[i]) 1499 (LOCATION_LOCUS ((OMP_CLAUSE_CHECK (NODE))->omp_clause.locus) \ 1501 #define OMP_CLAUSE_LOCATION(NODE) (OMP_CLAUSE_CHECK (NODE))->omp_clause.locus 1588 (OMP_CLAUSE_CHECK (NODE))->omp_clause.gimple_reduction_init 1613 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF)->omp_clause.subcode.if_modifier) 1673 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEPEND)->omp_clause.subcode.depend_kind) 1679 …((enum gomp_map_kind) OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind) 1681 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_MAP)->omp_clause.subcode.map_kind \ 1720 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PROC_BIND)->omp_clause.subcode.proc_bind_kind) 1723 (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_DEVICE_TYPE)->omp_clause.subcode.device_type_kind) [all …]
|
H A D | tree-core.h | 2083 struct tree_omp_clause GTY ((tag ("TS_OMP_CLAUSE"))) omp_clause;
|
H A D | tree.def | 1311 DEFTREECODE (OMP_CLAUSE, "omp_clause", tcc_exceptional, 0)
|
H A D | ChangeLog-2006 | 20900 Use tree_node.omp_clause.subcode instead of TREE_COMPLEXITY. 20908 (union tree_node): Add field 'omp_clause'.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 6101 WU (t->omp_clause.subcode.map_kind); in core_vals() 6103 state->write_location (*this, t->omp_clause.locus); in core_vals() 6107 WT (t->omp_clause.ops[ix]); in core_vals() 6595 RU (t->omp_clause.subcode.map_kind); in core_vals() 6596 t->omp_clause.locus = state->read_location (*this); in core_vals() 6600 RT (t->omp_clause.ops[ix]); in core_vals()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 621 tree omp_clause = NULL_TREE; in add_simd_flag_for_built_in() local 629 omp_clause = build_omp_clause (UNKNOWN_LOCATION, code); in add_simd_flag_for_built_in() 630 omp_clause = build_tree_list (NULL_TREE, omp_clause); in add_simd_flag_for_built_in() 634 = tree_cons (get_identifier ("omp declare simd"), omp_clause, in add_simd_flag_for_built_in()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 629 tree omp_clause = NULL_TREE; in add_simd_flag_for_built_in() local 637 omp_clause = build_omp_clause (UNKNOWN_LOCATION, code); in add_simd_flag_for_built_in() 638 omp_clause = build_tree_list (NULL_TREE, omp_clause); in add_simd_flag_for_built_in() 642 = tree_cons (get_identifier ("omp declare simd"), omp_clause, in add_simd_flag_for_built_in()
|