Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_ALIGNED_ALIGNMENT (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-nested.cc1457 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in convert_nonlocal_omp_clauses()
1462 (&OMP_CLAUSE_ALIGNED_ALIGNMENT (clause), &dummy, wi); in convert_nonlocal_omp_clauses()
2233 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in convert_local_omp_clauses()
2238 (&OMP_CLAUSE_ALIGNED_ALIGNMENT (clause), &dummy, wi); in convert_local_omp_clauses()
Dattribs.cc1366 if (simple_cst_equal (OMP_CLAUSE_ALIGNED_ALIGNMENT (cl1), in omp_declare_simd_clauses_equal()
1367 OMP_CLAUSE_ALIGNED_ALIGNMENT (cl2)) != 1) in omp_declare_simd_clauses_equal()
Domp-simd-clone.cc248 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (t) == NULL_TREE) in simd_clone_clauses_extract()
253 = TREE_INT_CST_LOW (OMP_CLAUSE_ALIGNED_ALIGNMENT (t)); in simd_clone_clauses_extract()
Domp-general.cc1716 if (!simple_cst_equal (OMP_CLAUSE_ALIGNED_ALIGNMENT (c1), in omp_construct_simd_compare()
1717 OMP_CLAUSE_ALIGNED_ALIGNMENT (c2))) in omp_construct_simd_compare()
Dtree-pretty-print.cc737 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in dump_omp_clause()
740 dump_generic_node (pp, OMP_CLAUSE_ALIGNED_ALIGNMENT (clause), in dump_omp_clause()
Dtree.h1811 #define OMP_CLAUSE_ALIGNED_ALIGNMENT(NODE) \ macro
Domp-low.cc4550 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in omp_clause_aligned_alignment()
4551 return OMP_CLAUSE_ALIGNED_ALIGNMENT (clause); in omp_clause_aligned_alignment()
Dgimplify.cc10850 if (gimplify_expr (&OMP_CLAUSE_ALIGNED_ALIGNMENT (c), pre_p, NULL, in gimplify_scan_omp_clauses()
DChangeLog-201934507 OMP_CLAUSE_ALIGNED_ALIGNMENT.
DChangeLog-201315420 OMP_CLAUSE_REDUCTION_OMP_ORIG_REF, OMP_CLAUSE_ALIGNED_ALIGNMENT,
DChangeLog-201433497 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc7649 t = OMP_CLAUSE_ALIGNED_ALIGNMENT (c); in finish_omp_clauses()
7679 OMP_CLAUSE_ALIGNED_ALIGNMENT (c) = t; in finish_omp_clauses()
Dparser.cc38668 OMP_CLAUSE_ALIGNED_ALIGNMENT (c) = alignment; in cp_parser_omp_clause_aligned()