HomeSort by: relevance | last modified time | path
    Searched refs:n1o (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 1997 tree n1o = create_tmp_reg (itype, ".n1o"); local
1999 expand_omp_build_assign (gsi, n1o, t);
2029 t = fold_build2 (MINUS_EXPR, itype, t, n1o);
2043 t = fold_build2 (PLUS_EXPR, itype, n1o, t);
2051 n1 = fold_build2 (MULT_EXPR, itype, n1o, n1);
2062 n2 = fold_build2 (MULT_EXPR, itype, n1o, n2);
2178 t = fold_build2 (MINUS_EXPR, itype, tem, n1o);
2205 expand_omp_build_assign (&gsi2, j ? n2o : n1o, tem);
2218 expand_omp_build_assign (&gsi2, j ? n2o : n1o, t)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1996 tree n1o = create_tmp_reg (itype, ".n1o"); local
1998 expand_omp_build_assign (gsi, n1o, t);
2028 t = fold_build2 (MINUS_EXPR, itype, t, n1o);
2042 t = fold_build2 (PLUS_EXPR, itype, n1o, t);
2050 n1 = fold_build2 (MULT_EXPR, itype, n1o, n1);
2061 n2 = fold_build2 (MULT_EXPR, itype, n1o, n2);
2177 t = fold_build2 (MINUS_EXPR, itype, tem, n1o);
2204 expand_omp_build_assign (&gsi2, j ? n2o : n1o, tem);
2217 expand_omp_build_assign (&gsi2, j ? n2o : n1o, t)
    [all...]

Completed in 30 milliseconds