Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_SIMDLEN (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c1118 case OMP_CLAUSE_SIMDLEN: in c_omp_split_clauses()
1496 if (OMP_CLAUSE_CODE (a) != OMP_CLAUSE_SIMDLEN in c_omp_declare_simd_clause_cmp()
1521 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_SIMDLEN in c_omp_declare_simd_clauses_to_numbers()
1581 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_SIMDLEN in c_omp_declare_simd_clauses_to_decls()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dattribs.c1229 if (OMP_CLAUSE_CODE (cl1) != OMP_CLAUSE_SIMDLEN) in omp_declare_simd_clauses_equal()
1247 case OMP_CLAUSE_SIMDLEN: in omp_declare_simd_clauses_equal()
H A Dtree-core.h403 OMP_CLAUSE_SIMDLEN, enumerator
H A Domp-grid.c1077 case OMP_CLAUSE_SIMDLEN: in grid_eliminate_combined_simd_part()
H A Dtree-nested.c1194 case OMP_CLAUSE_SIMDLEN: in convert_nonlocal_omp_clauses()
1895 case OMP_CLAUSE_SIMDLEN: in convert_local_omp_clauses()
H A Domp-simd-clone.c149 case OMP_CLAUSE_SIMDLEN: in simd_clone_clauses_extract()
H A Dtree-pretty-print.c857 case OMP_CLAUSE_SIMDLEN: in dump_omp_clause()
H A Domp-low.c1318 case OMP_CLAUSE_SIMDLEN:
1477 case OMP_CLAUSE_SIMDLEN:
H A Dgimplify.c8591 case OMP_CLAUSE_SIMDLEN: in gimplify_scan_omp_clauses()
9349 case OMP_CLAUSE_SIMDLEN: in gimplify_adjust_omp_clauses()
H A Dtree.h1674 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SIMDLEN), 0)
H A Dtree.c11542 case OMP_CLAUSE_SIMDLEN: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c6406 case OMP_CLAUSE_SIMDLEN: in finish_omp_clauses()
7224 case OMP_CLAUSE_SIMDLEN: in finish_omp_clauses()
H A Dparser.c33280 check_no_duplicate_clause (list, OMP_CLAUSE_SIMDLEN, "simdlen", location); in cp_parser_omp_clause_simdlen()
33282 c = build_omp_clause (location, OMP_CLAUSE_SIMDLEN); in cp_parser_omp_clause_simdlen()
H A Dpt.c16064 case OMP_CLAUSE_SIMDLEN: in tsubst_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c13469 check_no_duplicate_clause (list, OMP_CLAUSE_SIMDLEN, "simdlen"); in c_parser_omp_clause_simdlen()
13471 c = build_omp_clause (clause_loc, OMP_CLAUSE_SIMDLEN); in c_parser_omp_clause_simdlen()
H A Dc-typeck.c13981 case OMP_CLAUSE_SIMDLEN: in c_finish_omp_clauses()