Home | History | Annotate | Download | only in gcc

Lines Matching defs:gimple_omp_subcode

2311 gimple_omp_subcode (const gimple *s)
2346 return (gimple_omp_subcode (g) & GF_OMP_RETURN_NOWAIT) != 0;
2390 return (gimple_omp_subcode (g) & GF_OMP_SECTION_LAST) != 0;
2411 return (gimple_omp_subcode (g) & GF_OMP_PARALLEL_COMBINED) != 0;
2437 return (gimple_omp_subcode (g) & GF_OMP_ATOMIC_NEED_VALUE) != 0;
2460 return (gimple_omp_subcode (g) & GF_OMP_ATOMIC_WEAK) != 0;
2483 (gimple_omp_subcode (g) & GF_OMP_ATOMIC_MEMORY_ORDER);
5359 return (gimple_omp_subcode (g) & GF_OMP_FOR_KIND_MASK);
5380 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED) != 0;
5404 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED_INTO) != 0;
5772 return (gimple_omp_subcode (g) & GF_OMP_TASK_TASKLOOP) != 0;
5797 return (gimple_omp_subcode (g) & GF_OMP_TASK_TASKWAIT) != 0;
6132 return (gimple_omp_subcode (g) & GF_OMP_TARGET_KIND_MASK);
6290 return (gimple_omp_subcode (omp_teams_stmt) & GF_OMP_TEAMS_HOST) != 0;