Home
last modified time | relevance | path

Searched refs:npeel (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dloop-unroll.c309 unsigned npeel; in decide_peel_completely() local
345 if (!npeel) in decide_peel_completely()
367 if (loop->desc.niter > npeel - 1) in decide_peel_completely()
402 unsigned HOST_WIDE_INT npeel; in peel_loop_completely() local
412 npeel = desc->niter; in peel_loop_completely()
414 if (npeel) in peel_loop_completely()
426 loops, npeel, in peel_loop_completely()
1046 unsigned npeel; in decide_peel_simple() local
1063 if (!npeel) in decide_peel_simple()
1097 if (niter + 1 > npeel) in decide_peel_simple()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dloop-unroll.c309 unsigned npeel; in decide_peel_completely() local
345 if (!npeel) in decide_peel_completely()
367 if (loop->desc.niter > npeel - 1) in decide_peel_completely()
402 unsigned HOST_WIDE_INT npeel; in peel_loop_completely() local
412 npeel = desc->niter; in peel_loop_completely()
414 if (npeel) in peel_loop_completely()
426 loops, npeel, in peel_loop_completely()
1046 unsigned npeel; in decide_peel_simple() local
1063 if (!npeel) in decide_peel_simple()
1097 if (niter + 1 > npeel) in decide_peel_simple()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dloop-unroll.c390 unsigned npeel; in decide_peel_completely() local
427 if (!npeel) in decide_peel_completely()
491 npeel = desc->niter; in peel_loop_completely()
493 if (npeel) in peel_loop_completely()
511 loops, npeel, in peel_loop_completely()
1169 unsigned npeel; in decide_peel_simple() local
1187 if (!npeel) in decide_peel_simple()
1217 if (niter + 1 > npeel) in decide_peel_simple()
1225 npeel); in decide_peel_simple()
1229 npeel = niter + 1; in decide_peel_simple()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dloop-unroll.c486 unsigned npeel; in decide_peel_completely() local
523 if (!npeel) in decide_peel_completely()
545 if (desc->niter > npeel - 1) in decide_peel_completely()
579 unsigned HOST_WIDE_INT npeel; in peel_loop_completely() local
585 npeel = desc->niter; in peel_loop_completely()
587 if (npeel) in peel_loop_completely()
603 npeel, in peel_loop_completely()
1339 unsigned npeel; in decide_peel_simple() local
1357 if (!npeel) in decide_peel_simple()
1392 npeel); in decide_peel_simple()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dloop-unroll.c428 unsigned npeel; in decide_peel_completely() local
465 if (!npeel) in decide_peel_completely()
487 if (desc->niter > npeel - 1) in decide_peel_completely()
521 unsigned HOST_WIDE_INT npeel; in peel_loop_completely() local
528 npeel = desc->niter; in peel_loop_completely()
530 if (npeel) in peel_loop_completely()
547 npeel, in peel_loop_completely()
1289 unsigned npeel; in decide_peel_simple() local
1307 if (!npeel) in decide_peel_simple()
1342 npeel); in decide_peel_simple()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dloop-unroll.c428 unsigned npeel; in decide_peel_completely() local
465 if (!npeel) in decide_peel_completely()
487 if (desc->niter > npeel - 1) in decide_peel_completely()
521 unsigned HOST_WIDE_INT npeel; in peel_loop_completely() local
528 npeel = desc->niter; in peel_loop_completely()
530 if (npeel) in peel_loop_completely()
547 npeel, in peel_loop_completely()
1289 unsigned npeel; in decide_peel_simple() local
1307 if (!npeel) in decide_peel_simple()
1342 npeel); in decide_peel_simple()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivcanon.c974 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
991 HOST_WIDE_INT npeel; in try_peel_loop() local
1034 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1035 if (npeel < 0) in try_peel_loop()
1037 if (npeel < 0) in try_peel_loop()
1044 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1055 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1062 npeel++; in try_peel_loop()
1081 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1107 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivcanon.c980 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
997 HOST_WIDE_INT npeel; in try_peel_loop() local
1041 if (npeel < 0) in try_peel_loop()
1043 if (npeel < 0) in try_peel_loop()
1050 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1061 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1068 npeel++; in try_peel_loop()
1087 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1103 npeel, wont_exit, in try_peel_loop()
1114 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1057 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1083 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1099 npeel, wont_exit, in try_peel_loop()
1110 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivcanon.c980 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
997 HOST_WIDE_INT npeel; in try_peel_loop() local
1041 if (npeel < 0) in try_peel_loop()
1043 if (npeel < 0) in try_peel_loop()
1050 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1061 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1068 npeel++; in try_peel_loop()
1087 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1103 npeel, wont_exit, in try_peel_loop()
1114 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1036 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1080 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1096 npeel, wont_exit, in try_peel_loop()
1107 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1057 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1083 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1099 npeel, wont_exit, in try_peel_loop()
1110 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivcanon.c975 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
992 HOST_WIDE_INT npeel; in try_peel_loop() local
1035 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1036 if (npeel < 0) in try_peel_loop()
1038 if (npeel < 0) in try_peel_loop()
1045 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1063 npeel++; in try_peel_loop()
1079 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1095 npeel, wont_exit, in try_peel_loop()
1106 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1057 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1083 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1099 npeel, wont_exit, in try_peel_loop()
1110 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivcanon.c980 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
997 HOST_WIDE_INT npeel; in try_peel_loop() local
1041 if (npeel < 0) in try_peel_loop()
1043 if (npeel < 0) in try_peel_loop()
1050 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1061 if (npeel > param_max_peel_times - 1) in try_peel_loop()
1068 npeel++; in try_peel_loop()
1087 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1103 npeel, wont_exit, in try_peel_loop()
1114 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1036 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1080 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1096 npeel, wont_exit, in try_peel_loop()
1107 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivcanon.c976 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
993 HOST_WIDE_INT npeel; in try_peel_loop() local
1036 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
1037 if (npeel < 0) in try_peel_loop()
1039 if (npeel < 0) in try_peel_loop()
1046 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
1064 npeel++; in try_peel_loop()
1080 auto_sbitmap wont_exit (npeel + 1); in try_peel_loop()
1096 npeel, wont_exit, in try_peel_loop()
1107 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivcanon.c921 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
923 return MAX (npeel * (HOST_WIDE_INT) (size->overall in estimated_peeled_sequence_size()
938 HOST_WIDE_INT npeel; in try_peel_loop() local
970 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
971 if (npeel < 0) in try_peel_loop()
978 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
996 npeel++; in try_peel_loop()
1012 wont_exit = sbitmap_alloc (npeel + 1); in try_peel_loop()
1016 npeel, wont_exit, in try_peel_loop()
1035 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivcanon.c921 unsigned HOST_WIDE_INT npeel) in estimated_peeled_sequence_size() argument
923 return MAX (npeel * (HOST_WIDE_INT) (size->overall in estimated_peeled_sequence_size()
938 HOST_WIDE_INT npeel; in try_peel_loop() local
970 npeel = estimated_loop_iterations_int (loop); in try_peel_loop()
971 if (npeel < 0) in try_peel_loop()
978 if (maxiter >= 0 && maxiter <= npeel) in try_peel_loop()
996 npeel++; in try_peel_loop()
1012 wont_exit = sbitmap_alloc (npeel + 1); in try_peel_loop()
1016 npeel, wont_exit, in try_peel_loop()
1035 loop->num, (int) npeel); in try_peel_loop()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_ballcorr.c192 float dxyz ; int npeel ; in THD_ball_mask_overlapation() local
200 npeel = (int)rintf( 0.222f*brad/dxyz ) ; in THD_ball_mask_overlapation()
201 if( npeel <= 0 ) npeel = 1 ; in THD_ball_mask_overlapation()
202 else if( npeel > 31 ) npeel = 31 ; in THD_ball_mask_overlapation()
203 THD_automask_set_peelcounts(npeel,17) ; in THD_ball_mask_overlapation()
459 float dx,dy,dz,dxyz, dmin, crad ; int npeel ; in THD_spheroid_overlapation() local
483 npeel = (int)rintf( 0.266f*crad/dxyz ) ; in THD_spheroid_overlapation()
484 if( npeel <= 0 ) npeel = 1 ; in THD_spheroid_overlapation()
485 THD_automask_set_peelcounts(npeel,17) ; in THD_spheroid_overlapation()

123456