Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_SAFELEN (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h436 OMP_CLAUSE_SAFELEN, enumerator
Dtree-nested.cc1392 case OMP_CLAUSE_SAFELEN: in convert_nonlocal_omp_clauses()
2168 case OMP_CLAUSE_SAFELEN: in convert_local_omp_clauses()
Domp-low.cc1705 case OMP_CLAUSE_SAFELEN: in scan_sharing_clauses()
1905 case OMP_CLAUSE_SAFELEN: in scan_sharing_clauses()
4617 OMP_CLAUSE_SAFELEN); in lower_rec_simd_input_clauses()
7019 OMP_CLAUSE_SAFELEN); in lower_rec_input_clauses()
7025 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_SAFELEN); in lower_rec_input_clauses()
Dtree-pretty-print.cc1090 case OMP_CLAUSE_SAFELEN: in dump_omp_clause()
Dgimplify.cc10756 case OMP_CLAUSE_SAFELEN: in gimplify_scan_omp_clauses()
11385 c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_SAFELEN); in gimplify_adjust_omp_clauses()
11855 case OMP_CLAUSE_SAFELEN: in gimplify_adjust_omp_clauses()
Dtree.h1845 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SAFELEN), 0)
Domp-expand.cc6354 OMP_CLAUSE_SAFELEN); in expand_omp_simd()
DChangeLog-201321393 OMP_CLAUSE_SAFELEN.
21397 OMP_CLAUSE_SAFELEN.
21408 OMP_CLAUSE_SAFELEN.
21438 OMP_CLAUSE_UNIFORM, OMP_CLAUSE_LINEAR, OMP_CLAUSE_SAFELEN,
21470 OMP_CLAUSE_SAFELEN, OMP_CLAUSE__SIMDUID_, OMP_CLAUSE_UNIFORM.
21472 (walk_tree_1): Handle OMP_CLAUSE_UNIFORM, OMP_CLAUSE_SAFELEN,
21476 OMP_CLAUSE_UNIFORM, OMP_CLAUSE_SAFELEN, OMP_CLAUSE__SIMDUID_.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc7460 case OMP_CLAUSE_SAFELEN: in finish_omp_clauses()
7489 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SAFELEN) in finish_omp_clauses()
Dparser.cc38928 check_no_duplicate_clause (list, OMP_CLAUSE_SAFELEN, "safelen", location); in cp_parser_omp_clause_safelen()
38930 c = build_omp_clause (location, OMP_CLAUSE_SAFELEN); in cp_parser_omp_clause_safelen()
Dpt.cc17861 case OMP_CLAUSE_SAFELEN: in tsubst_omp_clauses()