Searched refs:OMP_CLAUSE_ALIGNED_ALIGNMENT (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-nested.cc | 1457 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()
|
| D | attribs.cc | 1366 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()
|
| D | omp-simd-clone.cc | 248 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()
|
| D | omp-general.cc | 1716 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()
|
| D | tree-pretty-print.cc | 737 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in dump_omp_clause() 740 dump_generic_node (pp, OMP_CLAUSE_ALIGNED_ALIGNMENT (clause), in dump_omp_clause()
|
| D | tree.h | 1811 #define OMP_CLAUSE_ALIGNED_ALIGNMENT(NODE) \ macro
|
| D | omp-low.cc | 4550 if (OMP_CLAUSE_ALIGNED_ALIGNMENT (clause)) in omp_clause_aligned_alignment() 4551 return OMP_CLAUSE_ALIGNED_ALIGNMENT (clause); in omp_clause_aligned_alignment()
|
| D | gimplify.cc | 10850 if (gimplify_expr (&OMP_CLAUSE_ALIGNED_ALIGNMENT (c), pre_p, NULL, in gimplify_scan_omp_clauses()
|
| D | ChangeLog-2019 | 34507 OMP_CLAUSE_ALIGNED_ALIGNMENT.
|
| D | ChangeLog-2013 | 15420 OMP_CLAUSE_REDUCTION_OMP_ORIG_REF, OMP_CLAUSE_ALIGNED_ALIGNMENT,
|
| D | ChangeLog-2014 | 33497 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 7649 t = OMP_CLAUSE_ALIGNED_ALIGNMENT (c); in finish_omp_clauses() 7679 OMP_CLAUSE_ALIGNED_ALIGNMENT (c) = t; in finish_omp_clauses()
|
| D | parser.cc | 38668 OMP_CLAUSE_ALIGNED_ALIGNMENT (c) = alignment; in cp_parser_omp_clause_aligned()
|