Home
last modified time | relevance | path

Searched refs:min_arg1 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-expand.c6403 tree min_arg1 = NULL_TREE, min_arg2 = NULL_TREE; in expand_omp_simd() local
6463 min_arg1 = create_tmp_var (type); in expand_omp_simd()
6464 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6873 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6882 t = fold_build2 (MIN_EXPR, type, min_arg1, min_arg2); in expand_omp_simd()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-expand.c6403 tree min_arg1 = NULL_TREE, min_arg2 = NULL_TREE; in expand_omp_simd() local
6463 min_arg1 = create_tmp_var (type); in expand_omp_simd()
6464 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6873 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6882 t = fold_build2 (MIN_EXPR, type, min_arg1, min_arg2); in expand_omp_simd()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-expand.c6403 tree min_arg1 = NULL_TREE, min_arg2 = NULL_TREE; in expand_omp_simd() local
6463 min_arg1 = create_tmp_var (type); in expand_omp_simd()
6464 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6873 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6882 t = fold_build2 (MIN_EXPR, type, min_arg1, min_arg2); in expand_omp_simd()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-expand.c6474 tree min_arg1 = NULL_TREE, min_arg2 = NULL_TREE; in expand_omp_simd() local
6534 min_arg1 = create_tmp_var (type); in expand_omp_simd()
6535 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6944 expand_omp_build_assign (&gsi, min_arg1, t2); in expand_omp_simd()
6953 t = fold_build2 (MIN_EXPR, type, min_arg1, min_arg2); in expand_omp_simd()