Home
last modified time | relevance | path

Searched refs:ostep (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc524 tree ostep = NULL_TREE; in omp_extract_for_data() local
543 ostep = omp_get_for_step_from_incr (loc, t); in omp_extract_for_data()
549 ostep = fold_convert (itype, ostep); in omp_extract_for_data()
552 ostep)); in omp_extract_for_data()
628 t2 = fold_binary (TRUNC_MOD_EXPR, itype, t2, ostep); in omp_extract_for_data()
638 tree t3 = fold_binary (MULT_EXPR, itype, m1, ostep); in omp_extract_for_data()
639 tree t4 = fold_binary (MULT_EXPR, itype, m2, ostep); in omp_extract_for_data()
662 new_first = fold_binary (PLUS_EXPR, itype, t, ostep); in omp_extract_for_data()
683 new_last = fold_binary (MINUS_EXPR, itype, t, ostep); in omp_extract_for_data()
714 ostep)); in omp_extract_for_data()
[all …]
H A Domp-expand.cc2023 tree ostep = fold_convert (itype, fd->loops[o].step); in expand_omp_for_init_counts() local
2026 t = fold_build2 (PLUS_EXPR, itype, ostep, t); in expand_omp_for_init_counts()
2033 fold_build1 (NEGATE_EXPR, itype, ostep)); in expand_omp_for_init_counts()
2035 t = fold_build2 (TRUNC_DIV_EXPR, itype, t, ostep); in expand_omp_for_init_counts()
2041 t = fold_build2 (MULT_EXPR, itype, t, ostep); in expand_omp_for_init_counts()
2122 t = fold_build2 (MULT_EXPR, itype, m2minusm1, ostep); in expand_omp_for_init_counts()
2178 t = fold_build2 (TRUNC_MOD_EXPR, itype, t, ostep); in expand_omp_for_init_counts()
2216 t = fold_build2 (PLUS_EXPR, itype, tem, ostep); in expand_omp_for_init_counts()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cc.c1377 int ostep = DTRACE_LQUANTIZE_STEP(oarg); in dt_compile_agg() local
1386 if (onlevels * ostep != nlevels * step) { in dt_compile_agg()
1390 obaseval + onlevels * ostep, in dt_compile_agg()
1394 if (ostep != step) { in dt_compile_agg()
1398 ostep, (int)step); in dt_compile_agg()